Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #197
| From | bryan <bryanlepore@gmail.com> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | x-axis break redux |
| Date | 2011-03-31 10:37 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <3c5ab6b1-b32f-4c16-bd89-1f4aaf7786b2@p16g2000vbi.googlegroups.com> (permalink) |
this page: http://gnuplot-tricks.blogspot.com/2009/06/broken-axis-revisited.html describes breaking the x-axis in a plot. it seems to work very well for the described settings (try copy/paste), however, i am wondering if any gnuplot users tried settings like: A=8.0; # original 4.5 : This is where the break point is located B=170.0; # original 3.0 : This is how much is cut out of the graph C=0; # original 0.0 : The lower limit of the graph D=210; # original 13 : The upper limit with the cut-out of the graph ... because i do not get 0-8,--//--170-210 instead it looks like 0-8,-//----------------210 with 0-8 "crammed" into the left of the plot.
Back to comp.graphics.apps.gnuplot | Previous | Next — Next in thread | Find similar
x-axis break redux bryan <bryanlepore@gmail.com> - 2011-03-31 10:37 -0700 Re: x-axis break redux Christoph Bersch <usenet@bersch.net> - 2011-04-01 11:17 +0200
csiph-web