diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
commit | 47e6e7c84f008a53061e661f31ae96629bc694ef (patch) | |
tree | 648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /qa/views/AntiAliasing | |
download | pcp-debian.tar.gz |
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'qa/views/AntiAliasing')
-rw-r--r-- | qa/views/AntiAliasing | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/qa/views/AntiAliasing b/qa/views/AntiAliasing new file mode 100644 index 0000000..fabbb9e --- /dev/null +++ b/qa/views/AntiAliasing @@ -0,0 +1,23 @@ +#kmchart +version 1 + +chart title "Anti-Aliased Utilisation" style utilization antialiasing on + plot legend "Red" color red metric sample.colour instance "red" + plot legend "Green" color green metric sample.colour instance "green" + plot legend "Blue" color blue metric sample.colour instance "blue" + +chart title "Anti-Aliased Plots" style plot antialiasing on + plot legend "Red" color red metric sample.colour instance "red" + plot legend "Green" color green metric sample.colour instance "green" + plot legend "Blue" color blue metric sample.colour instance "blue" + +chart title "Non-Anti-Aliased Utilisation" style utilization antialiasing off + plot legend "Red" color red metric sample.colour instance "red" + plot legend "Green" color green metric sample.colour instance "green" + plot legend "Blue" color blue metric sample.colour instance "blue" + +chart title "Non-Anti-Aliased Plots" style plot antialiasing off + plot legend "Red" color red metric sample.colour instance "red" + plot legend "Green" color green metric sample.colour instance "green" + plot legend "Blue" color blue metric sample.colour instance "blue" + |