From: Thomas S. <t.s...@fz...> - 2010-04-15 12:40:30
|
the 'set table' command tells gnuplot to store the datapoints as x-y data. a log-axis only changes the representation of a datapoint, it doesn't change values. when there was a 'table' terminal (older gnuplot versions) one could argue about whether the table should contain the x-y data or the position of the datapoints in graph coordinates. now there is no 'table' terminal anymore instead there is the 'table' mode making clear that the original x-y data are stored. the pdfplots package anyway needs to know that some axis is logarithmic. otherwise it wouldn't draw logarithmic axes. so, if it knows about then it shouldn't be a big problem to place the datapoints at the right position by applying some log() function to the data. Hubertus Bromberger wrote: > > Dear Thomas, >> there was a bug up to version 4.2.6. this has been repaired >>in version 4.4, see the ChangeLog file at 2009-10-10. > thanks for the hint. But still, I don't get quite the idea why to save a > logscale axes in a linear way... > Is there a way to get the old output working again? > > Thanks > > Hubertus > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > gnuplot-bugs mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-bugs > > -- View this message in context: http://old.nabble.com/-Gnuplot-bugs--Bug-with-4.4-and-log-scale--tp28222012p28254711.html Sent from the Gnuplot - Bugs mailing list archive at Nabble.com. |