Benjamin Root wrote:
> On Sunday, September 25, 2011, Andreas Matthias
> wrote:
>> Paul Ivanov wrote:
>>
>>> On Sat, Sep 24, 2011 at 3:59 AM, Andreas Matthias
>>> wrote:
Hmm. I do not get a reversed list of axes. This is the output of
the example code below:
[,
> ]
[,
On Sunday, September 25, 2011, Andreas Matthias
wrote:
> Paul Ivanov wrote:
>
>> On Sat, Sep 24, 2011 at 3:59 AM, Andreas Matthias
>> wrote:
>>> Hmm. I do not get a reversed list of axes. This is the output of
>>> the example code below:
>>>
>>> [,
]
>>> [,
]
>>
>> This doesn't seem right - for m
Paul Ivanov wrote:
> On Sat, Sep 24, 2011 at 3:59 AM, Andreas Matthias
> wrote:
>> Hmm. I do not get a reversed list of axes. This is the output of
>> the example code below:
>>
>> [, > object at 0x8f633ec>]
>> [, > object at 0x8f633ec>]
>
> This doesn't seem right - for me that code results in
On Sat, Sep 24, 2011 at 3:59 AM, Andreas Matthias
wrote:
> Hmm. I do not get a reversed list of axes. This is the output of
> the example code below:
>
> [, object at 0x8f633ec>]
> [, object at 0x8f633ec>]
This doesn't seem right - for me that code results in:
[,
]
[,
]
can you try explicitly
Paul Ivanov wrote:
> On Fri, Sep 23, 2011 at 2:08 PM, Andreas Matthias
> wrote:
>> In the following example the coordinates of the mouse
>> cursor displayed in the pylab window belong to the
>> second y-axis. But I would prefer to have the coordinates
>> of the first y-axis to be displayed. Is th
Hi Andreas,
On Fri, Sep 23, 2011 at 2:08 PM, Andreas Matthias
wrote:
> In the following example the coordinates of the mouse
> cursor displayed in the pylab window belong to the
> second y-axis. But I would prefer to have the coordinates
> of the first y-axis to be displayed. Is this possible?
y
In the following example the coordinates of the mouse
cursor displayed in the pylab window belong to the
second y-axis. But I would prefer to have the coordinates
of the first y-axis to be displayed. Is this possible?
import pylab as mpl
mpl.plot([1,3,2])
mpl.twinx()
mpl.plot([400,50,100])
mpl.s