[gnuplot] broken axis
http://gnuplot-tricks.blogspot.com/2009/06/broken-axis-revisited.html
http://www.phyast.pitt.edu/~zov1/gnuplot/html/broken.html
Broken axis revisited
In one of my first posts, I described a method by which one can draw broken axes in gnuplot. Now, that method suffers from many problems, mo...
gnuplot-tricks.blogspot.com
http://gnuplot-tricks.blogspot.com/2010/06/broken-axis-once-more.html
Broken axis, once more
I have discussed this subject at least on two occasions, and in fact, most of the present post was already described in one of my very first...
gnuplot-tricks.blogspot.com
http://gnuplot.sourceforge.net/demo_5.2/nonlinear1.html
gnuplot demo script: nonlinear1.dem
# This example shows how a nonlinear axis definition can be used to # create a "broken axis". X coordinates 0-100 are at the left, # X coordinates 500-1000 are at the right, there is a small gap between them. # So long as no data points with (100 < x < 500
gnuplot.sourceforge.net
https://stackoverflow.com/questions/17564497/gnuplot-break-y-axis-in-two-parts
gnuplot, break y-axis in two parts
I have a histogram with some small values and some very big values. How can I break the y-axis in two parts? EDIT: gnuplot sample: set style histogram columnstacked set style data histograms s...
stackoverflow.com
http://gnuplot-surprising.blogspot.com/2011/10/broken-axes-graph-in-gnuplot-3.html
Broken axes graph in gnuplot (3)
To plot a x-axes broken graph with datafile, the two methods described in the last two posts are also suitable. The first method can be appl...
gnuplot-surprising.blogspot.com