Re: [Matplotlib-users] plotting normalized histograms

2009-10-17 Thread Gökhan Sever
On Fri, Oct 16, 2009 at 7:04 PM, per freem wrote: > hi all, > > i have a matrix of data and i would like to make a set of subplots, > each subplot with a histgram of one of the columns of the data. the > dataset is an Nx4 matrix containing only numbers between 0 and 1. > > i plot it like this: >

[Matplotlib-users] polar filled plot

2009-10-17 Thread Giovanni Bacci
Hi all. I'd like to know if it's possible to obtain a radar plot like this: http://code.google.com/intl/en/apis/chart/types.html#radar (the filled one, with cht=rs) with matplotlib. I'm using matplotlib version 0.98.5 Thanks, Giovanni -

Re: [Matplotlib-users] MathTextParser, maxdict ... Assertion failed!

2009-10-17 Thread Cédrick FAURY
Hello, I restate the problem : With the attached script "test_mathtext_wx.py" : 50 functions (line 31) : the 50 bitmaps are generated correctly, by when I close the application an error appears in the console : Assertion failed: ob_refcnt == 0, file CXX\cxx_extensions.cxx, line 1128 This appl

[Matplotlib-users] Log scale produces unreadable svg files

2009-10-17 Thread Cédrick FAURY
Hello, If I add "self.axes.set_xscale('log')" after the line 38 of the example file "embedding_in_wx2.py", and if I save the figure as "svg", it produces an unreadable file. Nor Firefox neither Inkscape can read it. Is there a solution ? Cédrick --