|
From: Petr M. <mi...@ph...> - 2010-12-09 22:24:08
|
> Yes, I know that increase the number of samples and plot with dots may work. > this could resolve the problem until the user zoom the chart. > > The user defined functions is not so arbitrary. and my analisis is for > simple functions > supose that i know f(x) and g(x) What about a proper combination of sampling and clipping? Compare these plots: set yrange [-500:500] plot tan(x) and set samples 10000 set clip one set yrange [-500:500] plot tan(x) > I'd like very much linux, but between linux and internet i chose internet, ??? --- PM |