|
From: Thomas S. <t.s...@fz...> - 2009-07-21 12:39:58
|
set xrange [] noreverse Mojca Miklavec wrote: > > Hello, > > I accidentally used "plot [bigger:smaller]", but when I corrected the > mistake, the plotting range didn't restore to the appropriate value. > Would it make sense to fix that behaviour? > > Example: > > # ok > plot [0:10] sin(x) > # ok > plot [10:0] sin(x) > # wrong; plots as [10:0]; "set xrange restore" doesn't help; only "reset" > does > plot [0:10] sin(x) > > Thanks, > Mojca > > ------------------------------------------------------------------------------ > Enter the BlackBerry Developer Challenge > This is your chance to win up to $100,000 in prizes! For a limited time, > vendors submitting new applications to BlackBerry App World(TM) will have > the opportunity to enter the BlackBerry Developer Challenge. See full > prize > details at: http://p.sf.net/sfu/Challenge > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > > -- View this message in context: http://www.nabble.com/irreversibly-reversing-range-tp24585446p24586919.html Sent from the Gnuplot - Dev mailing list archive at Nabble.com. |