|
From: Thomas S. <t.s...@fz...> - 2008-05-06 13:26:00
|
just use my 2nd example ;-) > hello, thanks for your answer. At first it works. > But the plot is one function, it means i can not > plot them with two colors or with two titles. > Do your have any suggestion for this? > >> plot x<=2 ? 2*x*x : -2*x*x+16 >> or >> plot x<=2 ? 2*x*x : 0/0 , x>=2 ? -2*x*x+16 : 0/0 and if you don't want this little gap between the curves, increase the number of plot points: set samples 1025 -- View this message in context: http://www.nabble.com/plot-range-tp17079869p17082496.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |