[Matplotlib-users] Axes outer position - amount of space for axes labels

2010-09-17 Thread Jeremy Lewi
) this was the outer and inner position of an axes. I would like to get the outer position (i.e the yellow box in http://www.mathworks.com/help/techdoc/ref/axes_props.html) Thanks Jeremy Jeremy Lewi Engineering Scientist The Intellisis Corporation jl...@intellisis.com

[Matplotlib-users] Using matshow to efficiently show seqeuences of images

2010-01-29 Thread Jeremy Lewi
ethods for using matshow efficiently that I'm missing. Currently, I'm clearing the figure in between each call to matshow. Does this lead to expensive deallocation and reallocation of memory which could potentially be avoided by simply changing the values stored in memory? Th

[Matplotlib-users] Size of text for axes title

2010-01-18 Thread Jeremy Lewi
Hi, The title for my axes is being cutoff because the axes is taking up too much space. Is there anyway to determine how much space is needed for the title so that I can set the axes size to the correct height to prevent the title from being cutoff? Thanks Jeremy Lewi Engineering

[Matplotlib-users] Possible bug in IndexFormatter

2010-01-14 Thread Jeremy Lewi
Hello, I think I'm using matplotlib 0.99.0. IndexFormatter in matplotlib/ticker.py doesn't appear to subclass Formatter which I think might be a bug. I did a quick search of the changelog for 0.99.1 and I couldn't find any mention of this issue. Jeremy Lewi Engine

Re: [Matplotlib-users] imshow axis labels

2009-06-08 Thread Jeremy Lewi
an make > a custom ticker. > > If you can describe what your end goal is, I'm happy to describe the > above options in more detail. > > Cheers, > Mike > > Jeremy Lewi wrote: > >> Hi, >> I'm using imshow to make an image of a 2-d matrix. I use

[Matplotlib-users] imshow axis labels

2009-06-08 Thread Jeremy Lewi
Hi, I'm using imshow to make an image of a 2-d matrix. I use set_xticklabels to adjust the x-axis labels. The problem is that when I then zoom in on the plot, the axis labels are not adjusted appropriately. Does anyone suggestions on how I can fix this? Thanks Jeremy --

[Matplotlib-users] Using matplotlib in fltk application: figures not being drawn

2009-05-20 Thread Jeremy Lewi
I would like to use matplotlib to incorporate plots into my fltk application. I would like to do this by writing a python function to create the appropriate graphic using matplotlib. When I want to update the figure, I want to call an update function written by me in python which computes the new