|
From: Gavin B. <gav...@ya...> - 2004-10-09 14:03:03
|
Hi Danilo, I see what you mean. You could always get the same result in this manner.... set xrange[0:1] set yrange[0:1] reverse set y2range[0:1] plot 0.4 axes x1y2 w filledcurves y2=0.6 and plot whatever you want in the first y axis? Although someone on here might know how to fix the filledcurves thing. Gavin. > Hi! > > I have a problem with "filledcurves" when using > "reverse" yranges. > It doesn't seem to work. > > Example 1) > > gnuplot> set xrange [0:1]; set yrange [0:1] > gnuplot> plot 0.4 w filledcurves y1=0.6 > > Example 2) > > gnuplot> set xrange [0:1]; set yrange [0:1] reverse > gnuplot> plot 0.4 w filledcurves y1=0.6 > > The first example works OK. In the second one the > "filledcurves" > style does not seem to work at all. > > What am I doing wrong? > I need to use reverse yranges in my plots! > > I'm currently using Gnuplot 4.0 under Linux 2.4.22 > (Slackware 9.1.0). > Thanx in advance. > Danilo Velis. > __________________________________ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail |