From: Alan W. I. <ir...@be...> - 2001-02-06 20:34:19
|
Look at http://plplot.org/resources/docbook-manual/plplotdoc-html-0.4.1/annotation.html where the tradeoffs between fixed and floating point labelling are extensively discussed. Also follow the links to plprec, plsxax, plsyax, and plszax. These routines should give your users complete control over whether fixed or floating point is used in their labels. Fixed or floating point labels are often a matter of taste, so I will be reluctant to make any large changes in the default decision (which can be overridden as above) since a default satisfying one group of users might piss off another group. However, last year I did go through the code to refine the fixed versus floating point labelling decision as much as possible so the new results were in a small minority of cases that I tested not identical to those from an older snapshot. But with the new code the possibility of making a nonsensical default decision is now reduced considerably. (For example, the old code did not properly account for the space taken up by the negative sign on a label if the data range included both positive and negative numbers.) Of course, be sure to send in a report if you find any bugs in the current code for this fixed versus floating point labelling decision. Alan email: ir...@be... phone: 250-727-2902 FAX: 250-721-7715 snail-mail: Dr. Alan W. Irwin Department of Physics and Astronomy, University of Victoria, P.O. Box 3055, Victoria, British Columbia, Canada, V8W 3P6 __________________________ Linux-powered astrophysics __________________________ On Tue, 6 Feb 2001, Michael wrote: > Hi all, > > I'm getting a release of software out that uses new plplot library. My > users do not like the scale changes on the plots and want me to turn them > off. The question is HOW? > > I have not been able to find an option or setting to go back to the old > plot tick labels. Please point me in the right direction. > > To clarify what I mean. The old plplot would label the tick marks on the > plots from .001 to .006. The version I have up and running would change to > labels to be 1.0 to 6.0 and add a new label to show the scale. > > Thanks, Michael > > > _______________________________________________ > Plplot-general mailing list > Plp...@pl... > http://lists.sourceforge.net/lists/listinfo/plplot-general > |