SF.net SVN: matplotlib:[7070] trunk/matplotlib

Log Message:
-----------
add masked array support to fill_between

Modified Paths:
--------------
trunk/matplotlib/examples/user_interfaces/embedding_in_gtk.py
trunk/matplotlib/examples/user_interfaces/embedding_in_gtk2.py

is the switch to FigureCanvasGTKAgg in the examples somewhat related to...

trunk/matplotlib/lib/matplotlib/axes.py

...supporting masked array here?

I'm asking because I'm studying those embedded_in_gtk* examples to
learn/describe how to embed mpl into gtk :slight_smile:

Cheers,

···

On Wed, Apr 29, 2009 at 18:07, <jdh2358@...189...> wrote:
--
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

No, it is unrelated; my commit message was incomplete.

I was demo-ing the embedding example to a colleague and got a gtk drawing error (we have an older pygtk error here). Apparently our backend gtk api is not consistent with all the pygtk’s in the wild. With gtkcairo and gtkagg, I am not too concerned with this, so I just changed the default to gtkagg for that example which will work out of the box for more users, and we always try to push people onto *agg where feasible.

JDH

···

On Wed, Apr 29, 2009 at 12:13 PM, Sandro Tosi <morph@…715…> wrote:

On Wed, Apr 29, 2009 at 18:07, <jdh2358@…189…> wrote:

Log Message:


add masked array support to fill_between

Modified Paths:


trunk/matplotlib/examples/user_interfaces/embedding_in_gtk.py

trunk/matplotlib/examples/user_interfaces/embedding_in_gtk2.py

is the switch to FigureCanvasGTKAgg in the examples somewhat related to…

trunk/matplotlib/lib/matplotlib/axes.py

…supporting masked array here?

I’m asking because I’m studying those embedded_in_gtk* examples to

learn/describe how to embed mpl into gtk :slight_smile:

> Log Message:
> -----------
> add masked array support to fill_between
>
> Modified Paths:
> --------------
> trunk/matplotlib/examples/user_interfaces/embedding_in_gtk.py
> trunk/matplotlib/examples/user_interfaces/embedding_in_gtk2.py

is the switch to FigureCanvasGTKAgg in the examples somewhat related to...

> trunk/matplotlib/lib/matplotlib/axes.py

...supporting masked array here?

I'm asking because I'm studying those embedded_in_gtk* examples to
learn/describe how to embed mpl into gtk :slight_smile:

No, it is unrelated; my commit message was incomplete.

:slight_smile:

I was demo-ing the embedding example to a colleague and got a gtk drawing
error (we have an older pygtk error here). Apparently our backend gtk api
is not consistent with all the pygtk's in the wild. With gtkcairo and
gtkagg, I am not too concerned with this, so I just changed the default to
gtkagg for that example which will work out of the box for more users, and
we always try to push people onto *agg where feasible.

and I also got a reply for my next question "why this change?" :slight_smile:

Cheers,

···

On Wed, Apr 29, 2009 at 19:51, John Hunter <jdh2358@...149...> wrote:

On Wed, Apr 29, 2009 at 12:13 PM, Sandro Tosi <morph@...12...> wrote:

On Wed, Apr 29, 2009 at 18:07, <jdh2358@...189...> wrote:

--
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi