|
From: John H. <jdh...@ac...> - 2005-09-30 13:43:40
|
>>>>> "Gabriele" == Gabriele Farina *DarkBard* <Gabriele> writes:
Gabriele> Hi, I just started to use matplotlib for a small project
Gabriele> involving graph generation. I'd like you to help me to
Gabriele> solve a simple problem: I assign to axes values that
Gabriele> range from 0 to 100 bilion. The library approximate the
Gabriele> values to fit correctly the layout, an it places the
Gabriele> exponent that should be used to retrieve the right value
Gabriele> on top of the axes. I need to change this behaviour, and
Gabriele> I'd like matplotlib to show the full exponent (1000
Gabriele> instead of x1e3 for example).
See the users guide section on tick locators and formatters, and the
examples showing how to use tick formatters
> grep -l Formatter *.py
custom_ticker1.py
dashtick.py
date_demo1.py
date_demo2.py
date_demo_rrule.py
finance_demo.py
major_minor_demo1.py
major_minor_demo2.py
newscalarformatter_demo.py
shared_axis_demo.py
JDH
|