Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #780
| From | Hans-Bernhard Bröker <HBBroeker@t-online.de> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: axes x2y1 with filled curves |
| Date | 2011-12-22 02:37 +0100 |
| Message-ID | <9lffupFnsjU1@mid.dfncis.de> (permalink) |
| References | <4ef20412$0$6878$e4fe514c@news2.news.xs4all.nl> <jct7u6$tcb$1@dont-email.me> <4ef22bec$0$6957$e4fe514c@news2.news.xs4all.nl> |
On 21.12.2011 19:56, Alex van der Spek wrote: > The point is that exchanging them seems to work fine for line and point > plots but not for filled curves. You've still slightly missed Ethan's point. Those point styles have _two_ 'using' columns, one of which is x, the other y. Yes, exchanging the column numbers will then, effectively, mirror your data with respect to the line y=x. Combined with the y axis reversal, that rotates the plot. But your plot with filledcurves has _three_ 'using' specifiers: x, y1, and y2. Giving those backwards still leaves you with the second specifier serving as y1. So you haven't rotated the plots, you've completely mixed it up. You would run into essentially the same problem with most multi-column data plot styles: errorbars, boxes, candlesticks, etc. For some of those, you can still get what you want by switching plot styles (errorbars to xerrorbars, e.g.), or by using a symmetric pattern of using specifications (e.g. xyerrorbars with 4 or 6 columns). Filledcurves, though, does not allow that. You would need something like an xfilledcurves plot style, which doesn't exist.
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
axes x2y1 with filled curves "Alex van der Spek" <zdoor@xs4all.nl> - 2011-12-21 17:06 +0100
Re: axes x2y1 with filled curves sfeam <sfeam@users.sourceforge.net> - 2011-12-21 10:18 -0800
Re: axes x2y1 with filled curves "Alex van der Spek" <zdoor@xs4all.nl> - 2011-12-21 19:56 +0100
Re: axes x2y1 with filled curves Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2011-12-22 02:37 +0100
Re: axes x2y1 with filled curves "Alex van der Spek" <zdoor@xs4all.nl> - 2011-12-27 17:26 +0100
csiph-web