Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #724

Re: y axis always has a yrange [0:*] with autoscale

From sfeam <sfeam@users.sourceforge.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: y axis always has a yrange [0:*] with autoscale
Followup-To comp.graphics.apps.gnuplot
Date 2011-12-01 11:16 -0800
Organization gnuplot development team
Message-ID <jb8jqv$iuj$1@dont-email.me> (permalink)
References (1 earlier) <61341d2c-0c35-48ab-b31c-9bb971085c4d@f29g2000yqa.googlegroups.com> <jap4n5$qrn$1@dont-email.me> <1816434a-2f81-4376-ab5f-6a7b2845b08d@m10g2000vbc.googlegroups.com> <82cdad2f-b0ba-4d0e-9823-5ea88219b684@q11g2000vbq.googlegroups.com> <06305dc7-6627-4c24-963d-448c8d40ab52@o5g2000yqa.googlegroups.com>

Followups directed to: comp.graphics.apps.gnuplot

Show all headers | View raw


ervson wrote:

> Thank you for your response!
> 
> I plotted the data again and it says:
> 
> set yrange [*:*] noreverse nowriteback # (currently [0.00000:16:0000])
> 
> Now I discovered that the problem results from the fillecurves option.
> When I plot it without the filledcurves option it works fine just like
> you said.
> But the thing is that I want the curve to be filled...


   plot 'data' with lines, 'data' noautoscale with filledcurves

The first plot with lines is just to get the proper autoscaling.
Then you turn it off again for the filledcurves plot.

(I don't know why autoscaling behaves strangely with filledcurves;
 it doesn't act that way in the development version of gnuplot).

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Find similar


Thread

y axis always has a yrange [0:*] with autoscale ervson <erwin.krohmer@mytum.de> - 2011-11-25 03:16 -0800
  Re: y axis always has a yrange [0:*] with autoscale ervson <erwin.krohmer@mytum.de> - 2011-11-25 06:17 -0800
    Re: y axis always has a yrange [0:*] with autoscale sfeam <sfeam@users.sourceforge.net> - 2011-11-25 14:26 -0800
      Re: y axis always has a yrange [0:*] with autoscale ervson <erwin.krohmer@mytum.de> - 2011-11-30 04:49 -0800
        Re: y axis always has a yrange [0:*] with autoscale ab <ab.3942@googlemail.com> - 2011-11-30 23:57 -0800
          Re: y axis always has a yrange [0:*] with autoscale ervson <erwin.krohmer@mytum.de> - 2011-12-01 05:16 -0800
            Re: y axis always has a yrange [0:*] with autoscale sfeam <sfeam@users.sourceforge.net> - 2011-12-01 11:16 -0800

csiph-web