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!
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/
-
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
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
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
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