[Matplotlib-users] How do I take off the gray border padding from a figure ?

2006-09-17 Thread Daniel Kornhauser
Hi: Thanks for you last reply John you where right on. Yet another newbie question, how do I take off the frame off ? I have tried frameon=False, and played with the figsize and dpi, and I just can't get rid of the gray (or white) border around my image. I want the image to expand to take on t

[Matplotlib-users] How do I disable antialiasing on imshow with wxagg backend ?

2006-09-17 Thread Daniel Kornhauser
I know I should find this in the documentation, but I am finding all kinds of bells and whistles about the interpolation and the fancy agg features except how to disable antialiasing . Sorry for the newbie question.

[Matplotlib-users] Using toolbars modes considered safe ?

2006-08-21 Thread Daniel Kornhauser
I am using the Navigation toolbars mode and I wonder if I should the attribute or if it can change in a future release ? The attribute I am talking about is defined in backend_bases.py in NavigationToolbar2 in the __init__() method: self.mode = '' # a mode string for the status ba

Re: [Matplotlib-users] Fixed wxcursor_demo.py example, please commit

2006-08-15 Thread Daniel Kornhauser
Hi Guys: > John> many wx users have contributed new/better/more/different wx > John> examples (embedding_in_wx[1-4].py) to atone for the original > Another suggestion that I would like to make is to change the name of the examples. I think all the examples that have to do with a particu

[Matplotlib-users] Fixed wxcursor_demo.py example, please commit

2006-08-14 Thread Daniel Kornhauser
I am making a new wxcursor_demo.py example I attach it to this mail. If anybody can help me iron those wrinkles I think we can make a great wxcursor_demo example. I am not proud of invoking the SetCursor method on the wx.EVT_PAINT event but it works ... The present wxcursor_demo example is

[Matplotlib-users] Is there a way of hiding the mouse pointer in wxcursor_demo.py ?

2006-08-14 Thread Daniel Kornhauser
Hey guys: Is there a way of hiding the mouse pointer in wxcursor_demo.py ? I just want to keep cursor and do away with the mouse pointer. I want to use it for ROI selection over an image, so the mouse pointer gets in the way. I am so desperate that I even tried SetCursor() knowing it would not

Re: [Matplotlib-users] How to draw a region of interest

2006-08-07 Thread Daniel Kornhauser
ver programed with matplotlib ... Daniel. Charlie Moad wrote: On 8/4/06, Daniel Kornhauser <[EMAIL PROTECTED]> wrote: Hi: Just stared playing with matplotlib, I want to draw a polygon on top of an image to select a region of inte

[Matplotlib-users] How to draw a region of interest

2006-08-04 Thread Daniel Kornhauser
Hi: Just stared playing with matplotlib, I want to draw a polygon on top of an image to select a region of interest in the image. Does anybody have any example or advice on how to interactively draw a polygon with the mouse by placing it's vertices's one click at a time ? Another case that I hav