[Matplotlib-users] Plot aesthetics

2009-08-03 Thread Yang Zhang
lib, and I happen to need error bars on the bar charts to illustrate standard deviation. Is it possible to do produce (for instance) the above chart using matplotlib (preferably without lots of coding)? Here's the pycha homepage: http://bitbucket.org/lgs/pycha/wiki/Home Thanks in advance!

[Matplotlib-users] Import error on OS X: Reason: image not found

2008-11-19 Thread Yang Zhang
s/matplotlib/ft2font.so, 2): Library not loaded: /usr/X11R6/lib/libfreetype.6.dylib Referenced from: /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/matplotlib/ft2font.so Reason: image not found -- Yang Zhang http://www.mit.edu/~y_z/ -

[Matplotlib-users] Plotting histograms with zero counts

2008-11-28 Thread Yang Zhang
Hi, when I do: hist([0,0,0], bins=10, range=(0,10)) How come the single bin takes up the entire plot? Same with just two values, or anything less than 10 - the two bars take up the entire plot, no matter what I plug in for range. I'd just like 10 bins, from 0 to 9. -- Yang Zhang

[Matplotlib-users] Color themes

2009-01-16 Thread Yang Zhang
I'm looking for. Or perhaps there's some Python package out there completely unrelated to matplotlib that I could use? Thanks in advance for any hints. -- Yang Zhang http://www.mit.edu/~y_z/ -- This SF.net e

[Matplotlib-users] Problem/Bug with Text rendering With LaTeX

2012-05-20 Thread Yang Zhang
Hi, mpl is a great package. Thanks for the effort first! Recently I have tried to use latex to render all the texts in a plot for consistent look with other texts in a paper. However, it seems that all the texts in the plot are rendered in bold font. Please see the attached code. == #!/opt/local

Re: [Matplotlib-users] Problem/Bug with Text rendering With LaTeX

2012-05-20 Thread Yang Zhang
20, 2012 at 6:55 PM, Alejandro Weinstein < alejandro.weinst...@gmail.com> wrote: > On Sun, May 20, 2012 at 4:14 PM, Yang Zhang > wrote: > > Recently I have tried to use latex to render all the texts in a plot for > > consistent look with other texts in a paper. Howe