| author | Owen W. Taylor <otaylor@fishsoup.net> | 2011-06-16 15:44:45 (GMT) |
|---|---|---|
| committer | Owen W. Taylor <otaylor@fishsoup.net> | 2011-06-16 15:44:45 (GMT) |
| commit | 705d1e3f91c23733be8618bdef09b9087dc5ad67 (patch) | |
| tree | 4644583939d59a3be287d3257985a7dbb65dc123 | |
| parent | 30a2a31714e347ccd87637aae184715bd991dbdd (diff) | |
make_charts.gnuplot: Tweaksmaster
Change the color of the offscreen line and add axis labels.
| -rw-r--r-- | make_charts.gnuplot | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/make_charts.gnuplot b/make_charts.gnuplot index 0a38555..5cc9414 100644 --- a/make_charts.gnuplot +++ b/make_charts.gnuplot @@ -1,15 +1,18 @@ +set xlabel "Load Factor" +set ylabel "FPS" + set output 'charts/gl.svg' set term svg dashed -plot [0:10] [0:90] 'data/kwin_gl_0.dat' with lines lc 1 lt 1 title 'kwin (depth=0)', 'data/kwin_gl_1.dat' with lines lc 1 lt 2 title 'kwin (depth=1)', 'data/kwin_gl_5.dat' with lines lc 1 lt 3 title 'kwin (depth=5)', 'data/compiz_gl_0.dat' with lines lc 2 lt 1 title 'compiz (depth=0)', 'data/compiz_gl_1.dat' with lines lc 2 lt 2 title 'compiz (depth=1)', 'data/compiz_gl_5.dat' with lines lc 2 lt 3 title 'compiz (depth=5)', 'data/mutter_gl_0.dat' with lines lc 3 lt 1 title 'mutter (depth=0)', 'data/mutter_gl_1.dat' with lines lc 3 lt 2 title 'mutter (depth=1)', 'data/mutter_gl_5.dat' with lines lc 3 lt 3 title 'mutter (depth=5)', 'data/metacity_gl.dat' with lines lc 4 lt 1 title 'uncomposited', 'data/pixmap_gl.dat' with lines lc 5 lt 1 title 'offscreen' +plot [0:10] [0:90] 'data/kwin_gl_0.dat' with lines lc 1 lt 1 title 'kwin (depth=0)', 'data/kwin_gl_1.dat' with lines lc 1 lt 2 title 'kwin (depth=1)', 'data/kwin_gl_5.dat' with lines lc 1 lt 3 title 'kwin (depth=5)', 'data/compiz_gl_0.dat' with lines lc 2 lt 1 title 'compiz (depth=0)', 'data/compiz_gl_1.dat' with lines lc 2 lt 2 title 'compiz (depth=1)', 'data/compiz_gl_5.dat' with lines lc 2 lt 3 title 'compiz (depth=5)', 'data/mutter_gl_0.dat' with lines lc 3 lt 1 title 'mutter (depth=0)', 'data/mutter_gl_1.dat' with lines lc 3 lt 2 title 'mutter (depth=1)', 'data/mutter_gl_5.dat' with lines lc 3 lt 3 title 'mutter (depth=5)', 'data/metacity_gl.dat' with lines lc 4 lt 1 title 'uncomposited', 'data/pixmap_gl.dat' with lines lc 6 lt 1 title 'offscreen' set output set output 'charts/blend.svg' set term svg dashed -plot [0:10] [0:90] 'data/kwin_blend_0.dat' with lines lc 1 lt 1 title 'kwin (depth=0)', 'data/kwin_blend_1.dat' with lines lc 1 lt 2 title 'kwin (depth=1)', 'data/kwin_blend_5.dat' with lines lc 1 lt 3 title 'kwin (depth=5)', 'data/compiz_blend_0.dat' with lines lc 2 lt 1 title 'compiz (depth=0)', 'data/compiz_blend_1.dat' with lines lc 2 lt 2 title 'compiz (depth=1)', 'data/compiz_blend_5.dat' with lines lc 2 lt 3 title 'compiz (depth=5)', 'data/mutter_blend_0.dat' with lines lc 3 lt 1 title 'mutter (depth=0)', 'data/mutter_blend_1.dat' with lines lc 3 lt 2 title 'mutter (depth=1)', 'data/mutter_blend_5.dat' with lines lc 3 lt 3 title 'mutter (depth=5)', 'data/metacity_blend.dat' with lines lc 4 lt 1 title 'uncomposited', 'data/pixmap_blend.dat' with lines lc 5 lt 1 title 'offscreen' +plot [0:10] [0:90] 'data/kwin_blend_0.dat' with lines lc 1 lt 1 title 'kwin (depth=0)', 'data/kwin_blend_1.dat' with lines lc 1 lt 2 title 'kwin (depth=1)', 'data/kwin_blend_5.dat' with lines lc 1 lt 3 title 'kwin (depth=5)', 'data/compiz_blend_0.dat' with lines lc 2 lt 1 title 'compiz (depth=0)', 'data/compiz_blend_1.dat' with lines lc 2 lt 2 title 'compiz (depth=1)', 'data/compiz_blend_5.dat' with lines lc 2 lt 3 title 'compiz (depth=5)', 'data/mutter_blend_0.dat' with lines lc 3 lt 1 title 'mutter (depth=0)', 'data/mutter_blend_1.dat' with lines lc 3 lt 2 title 'mutter (depth=1)', 'data/mutter_blend_5.dat' with lines lc 3 lt 3 title 'mutter (depth=5)', 'data/metacity_blend.dat' with lines lc 4 lt 1 title 'uncomposited', 'data/pixmap_blend.dat' with lines lc 6 lt 1 title 'offscreen' set output set output 'charts/text.svg' set term svg dashed -plot [0:10] [0:90] 'data/kwin_text_0.dat' with lines lc 1 lt 1 title 'kwin (depth=0)', 'data/kwin_text_1.dat' with lines lc 1 lt 2 title 'kwin (depth=1)', 'data/kwin_text_5.dat' with lines lc 1 lt 3 title 'kwin (depth=5)', 'data/compiz_text_0.dat' with lines lc 2 lt 1 title 'compiz (depth=0)', 'data/compiz_text_1.dat' with lines lc 2 lt 2 title 'compiz (depth=1)', 'data/compiz_text_5.dat' with lines lc 2 lt 3 title 'compiz (depth=5)', 'data/mutter_text_0.dat' with lines lc 3 lt 1 title 'mutter (depth=0)', 'data/mutter_text_1.dat' with lines lc 3 lt 2 title 'mutter (depth=1)', 'data/mutter_text_5.dat' with lines lc 3 lt 3 title 'mutter (depth=5)', 'data/metacity_text.dat' with lines lc 4 lt 1 title 'uncomposited', 'data/pixmap_text.dat' with lines lc 5 lt 1 title 'offscreen' +plot [0:10] [0:90] 'data/kwin_text_0.dat' with lines lc 1 lt 1 title 'kwin (depth=0)', 'data/kwin_text_1.dat' with lines lc 1 lt 2 title 'kwin (depth=1)', 'data/kwin_text_5.dat' with lines lc 1 lt 3 title 'kwin (depth=5)', 'data/compiz_text_0.dat' with lines lc 2 lt 1 title 'compiz (depth=0)', 'data/compiz_text_1.dat' with lines lc 2 lt 2 title 'compiz (depth=1)', 'data/compiz_text_5.dat' with lines lc 2 lt 3 title 'compiz (depth=5)', 'data/mutter_text_0.dat' with lines lc 3 lt 1 title 'mutter (depth=0)', 'data/mutter_text_1.dat' with lines lc 3 lt 2 title 'mutter (depth=1)', 'data/mutter_text_5.dat' with lines lc 3 lt 3 title 'mutter (depth=5)', 'data/metacity_text.dat' with lines lc 4 lt 1 title 'uncomposited', 'data/pixmap_text.dat' with lines lc 6 lt 1 title 'offscreen' set output |
