>>
>
> Agreed. The only thing I can think of is that the second figure is
> reusing the first. You can try calling plt.figure() at the beginning
> of the functions to create a new figure, or call plt.figure() in
> between the calls to CreateMemberStatCategoryFigure() and
> CreateMemberStatFigure(
Hello list,
I know that this is very simple for most of the people, but since it
took some time to figure it out I'm sharing here. It's useful for those
that, like me, have dozens of personalized colormaps in matlab r,g,b lists.
def cmat2cmpl(r, g, b):
"""
Convert matlab style colorm
On 8/13/10 5:04 PM, matplotlib-users-requ...@lists.sourceforge.net wrote:
> Send Matplotlib-users mailing list submissions to
> matplotlib-users@lists.sourceforge.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.sourceforge.net/lists/listinfo/matplotli
Dear John,
thank you for your suggestion. Unfortunately, I have just tried that and I am
positive that it does not work.
It works only if the option "frameon" of the figure is True, which is not what
I want in this case (I have to produce a pdf with transparent background).
Regards,
Andrea
O
On Thu, Aug 12, 2010 at 8:10 PM, Sergi Pons Freixes wrote:
> Hi everybody,
>
> I have a csv file which I would like to read with pylab.csv2rec . The
> file has a header row, values speparated by commas, and a lot of
> missings as empty entries. So, a line with missings looks like:
> col1,col2c
On Fri, Aug 13, 2010 at 1:42 AM, wrote:
> Dear All,
>
> I am trying to embed a matplotlib Figure into a Tkinter Canvas. The problem
> is, when I change the content of the figure (e.g. I delete and create new
> axes) the new items are plotted but the old items are not deleted. The old
> items
Hi everybody,
I have a csv file which I would like to read with pylab.csv2rec . The
file has a header row, values speparated by commas, and a lot of
missings as empty entries. So, a line with missings looks like:
col1,col2col6 . I tried specifyng the parameter with name
"missing", so it reads:
Dear All,
I am trying to embed a matplotlib Figure into a Tkinter Canvas. The problem
is, when I change the content of the figure (e.g. I delete and create new axes)
the new items are plotted but the old items are not deleted. The old items
disappear immediately when I resize the window.
I h