On 06/14/2012 02:39 PM, Peter Würtz wrote:
>
>
>
> Benjamin Root-2 wrote:
>>
>> On Wed, Jun 13, 2012 at 10:46 AM, Peter Würtz
>> wrote:
>>
>>> import matplotlib
>>> import pylab as p
>>>
>>> p.plot([1,2,3])
>>> p.xticks([1],["tick"])
>>> ax = p.gca()
>>> fig = p.gcf()
>>>
>>> p.draw()
>>> def print
Benjamin Root-2 wrote:
>
> On Wed, Jun 13, 2012 at 10:46 AM, Peter Würtz
> wrote:
>
>> import matplotlib
>> import pylab as p
>>
>> p.plot([1,2,3])
>> p.xticks([1],["tick"])
>> ax = p.gca()
>> fig = p.gcf()
>>
>> p.draw()
>> def print_texts(artist):
>>for t in artist.findobj(matplotlib.tex
On Wed, Jun 13, 2012 at 10:46 AM, Peter Würtz wrote:
>
> I'm sorry, there seems to be a mess. Nabble told me that this mail to the
> list was not accepted for unknown reasons so I deleted it. Here is the
> example I was talking about in the previous mail:
>
> import matplotlib
> import pylab as p
I'm sorry, there seems to be a mess. Nabble told me that this mail to the
list was not accepted for unknown reasons so I deleted it. Here is the
example I was talking about in the previous mail:
import matplotlib
import pylab as p
p.plot([1,2,3])
p.xticks([1],["tick"])
ax = p.gca()
fig = p.gcf()