how to modify axis tick values exponential value location in matplotlib

Rajendra prasad Gottipati rajendra4linux at gmail.com
Tue Feb 1 00:16:48 EST 2011


not able to change the location of exponent/offset label in the axis, in
case of multiple y axis exponent/offset label of one axis is overwriting
other axis value, how to control the location of this lable(like 1e8).Can
anybody help me solving this issue.


On Sun, Jan 30, 2011 at 9:55 AM, Rajendra prasad Gottipati <
rajendra4linux at gmail.com> wrote:

> it seems relevant to my issue.
>
>
> http://stackoverflow.com/questions/3677368/matplotlib-format-axis-offset-values-to-whole-numbers-or-specific-number
>
>
> On Sun, Jan 30, 2011 at 9:45 AM, Rajendra prasad Gottipati <
> rajendra4linux at gmail.com> wrote:
>
>> Hi,
>>
>> I am plotting the graph for long values like(267838484) so that its
>> printing the tick lables on axes as 2.6 , 2.8 and at the top its having a
>> text like e07 something like this, I want to move the display location of
>> this exponent (e07) as i am having trouble in having multiple y-axis as they
>> are getting mixed in text. like (e07 is written on top of e08 of other axis)
>>
>> Can any one help me in getting this done? also i am having issue in
>> getting tick lables of x-axis while plotting with pylab.plot_date.
>>
>>
>> Regards
>> Raja
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20110131/c5d92632/attachment.html>


More information about the Python-list mailing list