[Matplotlib-users] multiple plots for the color blind

2007-03-16 Thread Emin.shopper Martinian.shopper
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

[Matplotlib-users] tick labels fall off the figure

2007-03-07 Thread Emin.shopper Martinian.shopper
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

Re: [Matplotlib-users] unable to use matplotlib from inside emacs on windows

2006-12-01 Thread Emin.shopper Martinian.shopper
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

[Matplotlib-users] unable to use matplotlib from inside emacs on windows

2006-11-27 Thread Emin.shopper Martinian.shopper
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