Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1561
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!nntp.club.cc.cmu.edu!feeder.erje.net!eu.feeder.erje.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail |
|---|---|
| From | Ingo Thies <ingo.thies@gmx.de> |
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Image or special files do not work on y2 axis? |
| Date | Sun, 30 Dec 2012 11:12:26 +0100 |
| Lines | 26 |
| Message-ID | <akaicaFtjnaU1@mid.individual.net> (permalink) |
| References | <ak8bmvFf1e8U1@mid.individual.net> <kbnq29$kqb$1@dont-email.me> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Trace | individual.net yeRsEK6QYOjIOMsbhHCR4QyuVrD6mlN4lyK9YZUnxwu898yhhzH18L/O+EImAEpmyT |
| Cancel-Lock | sha1:ppwsyg4gjNHtxcrR4JUtBJ+W6aU= |
| User-Agent | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/17.0 Thunderbird/17.0 |
| In-Reply-To | <kbnq29$kqb$1@dont-email.me> |
| Xref | csiph.com comp.graphics.apps.gnuplot:1561 |
Show key headers only | View raw
Hi Ethan!
> I believe the problem is that autoscaling (set yrange [0:*])
> cannot be combined with either sampling (plot '++' ...)
> It requires an explicit range over which the samples are generated.
This is also my thought since recently added a comment to feature
request #3589786 about a way to get gradient-fill with filledcurves.
This requires to create the gradient as an image plot (which is then
partially hidden by the fill above the curve; this results in a gradient
pattern below the curve).
I tried, as a workaround, to determine the plot limits (which are not
previously known and vary strongly from datafile to datafile) with a
preceeding dummy plot to table ("set table") and writeback option. But
for some reason, writeback & restore doesn't work with tables, so the
only remaining solution was a dummy plot to the screen which is
overwritten afterwards. The limits can then be accessed by restore or
explicitely with GPVAL_Y_MIN and GPVAL_Y_MAX.
So, a good solution would be a fix to writeback&restore with table plots
to avoid temporary pop-up plots.
Thanks so far,
Ingo
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
Image or special files do not work on y2 axis? Ingo Thies <ingo.thies@gmx.de> - 2012-12-29 15:06 +0100
Re: Image or special files do not work on y2 axis? sfeam <sfeam@users.sourceforge.net> - 2012-12-29 14:15 -0800
Re: Image or special files do not work on y2 axis? Ingo Thies <ingo.thies@gmx.de> - 2012-12-30 11:12 +0100
Re: Image or special files do not work on y2 axis? sfeam <sfeam@users.sourceforge.net> - 2012-12-31 12:09 -0800
Re: Image or special files do not work on y2 axis? Ingo Thies <ingo.thies@gmx.de> - 2013-01-01 13:36 +0100
csiph-web