On Thu, Mar 18, 2010 at 6:39 PM, John Hunter wrote:
> I also think the name should be changed, and there should be an entry
> in the matplotlib.figure.Figure API. One additional suggestion is
> "subarray" and matplotlib.pyplot.subarray would be a thin wrapper to
> matplotlib.figure.Figure.add_su
http://mobile-it.com.ar/Ben.html
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See wh
On Fri, Mar 19, 2010 at 05:47:05PM -1000, Eric Firing wrote:
> David J. Raymond wrote:
> >I am using python 2.5.5 and the gtk background (as far as I can tell).
> >Turning off path.simplify gets rid of the extraneous line. I am
> >attaching pngs with path.simplify both on and off. I am also
> >at
David J. Raymond wrote:
> On Fri, Mar 19, 2010 at 05:47:05PM -1000, Eric Firing wrote:
>> David J. Raymond wrote:
>>> I am using python 2.5.5 and the gtk background (as far as I can tell).
>>> Turning off path.simplify gets rid of the extraneous line. I am
>>> attaching pngs with path.simplify bot
Hi,
I just started running PyGTK 2.16 and noticed the following everytime
I run a matplotlib script:
/home/rmay/.local/lib/python2.6/site-packages/matplotlib/backends/backend_gtk.py:621:
DeprecationWarning: Use the new widget gtk.Tooltip
self.tooltips = gtk.Tooltips()
Right now, we support >=
Ryan May wrote:
> Hi,
>
> I just started running PyGTK 2.16 and noticed the following everytime
> I run a matplotlib script:
>
> /home/rmay/.local/lib/python2.6/site-packages/matplotlib/backends/backend_gtk.py:621:
> DeprecationWarning: Use the new widget gtk.Tooltip
> self.tooltips = gtk.Toolt
On Sat, Mar 20, 2010 at 5:05 AM, Fernando Perez wrote:
> I wonder if it's possible to put things like a draw_if_interactive()
> call at the end of the OO methods... I realize that pyplot was the
> only one meant to do that, but if we are to encourage using the OO api
> more, then it's going to hav
Jae-Joon Lee wrote:
>
> By the way, given that we now have "suplots" in the pyplot namespace,
> can we have sca also?
Done in svn 8205.
> For example,
>
> # Two subplots, the axes array is 1-d
> f, axarr = subplots(2, sharex=True)
>
> sca(axarr[0])
> plot(x, y)
> title('Sharing X axis')
On Sat, Mar 20, 2010 at 5:53 PM, Eric Firing wrote:
> Ryan May wrote:
>>
>> Hi,
>>
>> I just started running PyGTK 2.16 and noticed the following everytime
>> I run a matplotlib script:
>>
>>
>> /home/rmay/.local/lib/python2.6/site-packages/matplotlib/backends/backend_gtk.py:621:
>> DeprecationWar
Ryan May wrote:
> On Sat, Mar 20, 2010 at 5:53 PM, Eric Firing wrote:
>> Ryan May wrote:
>>> Hi,
>>>
>>> I just started running PyGTK 2.16 and noticed the following everytime
>>> I run a matplotlib script:
>>>
>>>
>>> /home/rmay/.local/lib/python2.6/site-packages/matplotlib/backends/backend_gtk.py
10 matches
Mail list logo