Re: [Matplotlib-users] Qt4 backend improvements

2007-11-12 Thread Martin Teichmann
Hi, There may be a reason it was done in the less straightforward way that aren't obvious to you or I (perhaps to ease embedding... just guessing). I don't think we can use the QMainWindow's addToolBar for this. It creates a single toolbar for the entire window, but what if we want

Re: [Matplotlib-users] cannot find wxmsw26uh_vc.dll

2007-11-12 Thread Michael Droettboom
Can you send the entire traceback you get with this error? I'm curious which module is requiring this. Also, if you start a python console and type import wx, do you get this error? Cheers, Mike Jeff Peery wrote: Hello, thanks for the response. I changed my matplotlibrc file from 'WxAgg'

Re: [Matplotlib-users] cannot find wxmsw26uh_vc.dll

2007-11-12 Thread Matthieu Brucher
I have this problem with the embedding samples that use wxagg. Otherwise, I have no problem. Jeff do you import something using wxagg ? Matthieu 2007/11/12, Michael Droettboom [EMAIL PROTECTED]: Can you send the entire traceback you get with this error? I'm curious which module is

[Matplotlib-users] grayscale

2007-11-12 Thread Johann Cohen-Tanugi
hello, is there a quick way to get a figure in greyscale? thanks, Johann - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files

Re: [Matplotlib-users] grayscale

2007-11-12 Thread Steve Schmerler
Johann Cohen-Tanugi wrote: hello, is there a quick way to get a figure in greyscale? You can do something like plot([1,2,3], color='0.9'), where the string '0.9' denotes the gray scale of the plotted line. See also `help plot`, `help colors`. -- cheers, steve Random number generation is the

[Matplotlib-users] contourf with preassigned range

2007-11-12 Thread Thomas Schmelzer
Hello experts, I have two matrices (one random matrix with entries between -3 and +3 and one with entries say between -4 and 4). I would like to plot a contourf for both of them with corresponding color scheme (ranging say from -5 to 5). I am a newbie, so please apologize the rather low level of

Re: [Matplotlib-users] contourf with preassigned range

2007-11-12 Thread Eric Firing
Thomas Schmelzer wrote: Hello experts, I have two matrices (one random matrix with entries between -3 and +3 and one with entries say between -4 and 4). I would like to plot a contourf for both of them with corresponding color scheme (ranging say from -5 to 5). I am a newbie, so please

Re: [Matplotlib-users] cannot find wxmsw26uh_vc.dll

2007-11-12 Thread Ken McIvor
Jeff, I think you need to delete the WXAgg accelerator module in your site- packages/matplotlib/backends directory. It will have a name like _wxagg.so, _wxagg.pyd, or _wxagg.dll. Ken - This SF.net email is sponsored by: