Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.82 KB

README.md

File metadata and controls

56 lines (37 loc) · 1.82 KB

About

Collection of Gnuplot scripts inspired by by Brighten's blog post. Most of the plots will work on gnuplot 4.6.5 or above, but a few that use dashtype need gnuplot 5.x.

Colorbrewer

Some of the plots scripts use the excellent gnuplot-colorbrewer. To make such plots work, clone the gnuplot-colorbrewer package, and add the following lines to the '~/.gnuplot' file.

set loadpath                                      \
    '~/<path-to-gnuplot-colorbrewer>/diverging'   \
    '~/<path-to-gnuplot-colorbrewer>/qualitative' \
    '~/<path-to-gnuplot-colorbrewer>/sequential'

Side-by-side Histograms Side-by-side Histograms Colors represent different systems, and the patterns represent the different statistics.

Source: multi-cmp-hist


Stacked Histograms Stacked Histograms Colors and patterns represent the different statistics. Labels along the X-axis indicate the methods and systems.

Source: stacked-hist


Simple Histograms with Error bars Simple Histograms

Source: simple-hist


Line Plot Line Plot Using 'Dark2' palette from gnuplot-colorbrewer.

Source: cb-line


Custom Lines using dashtype Line Plot Using 'Set1' palette from gnuplot-colorbrewer.

Source: custom-lines