) 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
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
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
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
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
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
--
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