Dear Experts,
When plotting multiple lines, is there a way to have matplotlib
automatically make the lines look different using something other than color
to distinguish the lines? For example, it would be nice if I could issue
multiple plot commands (with hold=True) and have the lines automatica
Dear Experts,
I'm having a little problem with labels in a bar chart. When I do something
like
labels = ['one','two','threee']
pylab.bar(range(len(labels)),range(len(labels)))
pylab.xticks(range(len(labels)),labels,rotation='vertical')
the long label isn't completely visible in the figu
onger term issue, though.
Thanks again,
-Emin
On 11/27/06, Nicolas Grilly <[EMAIL PROTECTED]> wrote:
I'm not sure, but I guess you should make
matplotlib.interactive(False) and matplotlib.use('PS') BEFORE
importing pylab.
Nicolas Grilly
On 11/16/06, Emin.shopper Martinian
Whenever I try to use matplotlib from a python session inside emacs, python
freezes. What I do is start GNU Emacs version 21.1.3 for Windows, do ESC-x
shell and enter the commands shown below. Note that I set the backend to PS
and interactive to false, but my python interpreter still freezes. I su