Re: [Matplotlib-users] ImportError on Anaconda Win64 system

2015-10-30 Thread Jonno
yQt4 import QtCore, QtGui > > in a python shell > > /Jens > > fre. 30. okt. 2015 kl. 03.06 skrev Jonno : > >> Not sure where to post this. >> >> I have a fresh Anaconda Win64 python 2.7.10 install which I then updated >> using conda update --all. >> &

[Matplotlib-users] ImportError on Anaconda Win64 system

2015-10-29 Thread Jonno
Not sure where to post this. I have a fresh Anaconda Win64 python 2.7.10 install which I then updated using conda update --all. If it try to: from pylab import * I get the following: File "~\Anaconda\lib\site-packages\matplotlib\backends\qt_compat.py", line 91, in from PyQt4 import QtCore, Q

Re: [Matplotlib-users] How to visualize a, b results of x, y variables

2015-07-10 Thread Jonno
Thanks for all the ideas. On Thu, Jul 9, 2015 at 8:09 PM, Joy merwin monteiro wrote: > Maybe you could plot the ratio? That should give you rainfall per degree > Celsius. > On 9 Jul 2015 20:11, "Jonno" wrote: > >> I was thinking of doing that or having 2 surface p

Re: [Matplotlib-users] How to visualize a, b results of x, y variables

2015-07-09 Thread Jonno
n Thu, Jul 9, 2015 at 9:40 AM, Jonno wrote: > I was thinking of doing that or having 2 surface plots but I think it > would be visually quite confusing. > I was trying to think of an example since I'm sure someone has come up > with a nice way to display this kind of data. >

Re: [Matplotlib-users] How to visualize a, b results of x, y variables

2015-07-09 Thread Jonno
d you overlay contours of a with contours of b? > -Sterling > > On Jul 8, 2015, at 8:19PM, Jonno wrote: > > > I have a bunch of experimental data points each of which has 2 variables > (x,y) and 2 results (a,b). Each pair or x,y values produces a pair of a,b > resultant value

[Matplotlib-users] How to visualize a,b results of x,y variables

2015-07-08 Thread Jonno
I have a bunch of experimental data points each of which has 2 variables (x,y) and 2 results (a,b). Each pair or x,y values produces a pair of a,b resultant values. There is a single optimal pair of a,b values and I'd like to figure out a way to illustrate the data to show the relationship between

[Matplotlib-users] Help understanding matplotlibrc vs matplotlib api

2014-09-11 Thread Jonno
in my code with: ax.get_xaxis().tick_bottom() ax.get_yaxis().tick_left() But don't get how to do it using the documentation at http://matplotlib.org/api/axis_api.html Thanks, Jonno. -- Want excitement? Manual

[Matplotlib-users] Missing "Edit Curves..." button in NavigationToolbar2Wx

2013-02-27 Thread Jonno
Can anyone explain to me why I don't see the "Edit Curves Line and Axes Parameters" button in the matplotlib toolbar when using matplotlib.backends.backend_wxagg.NavigationToolbar2Wx The example code here creates a Matplotlib plot with the matplotlib toolbar including all buttons except for the on

Re: [Matplotlib-users] Errors, warnings, fonts and py2exe

2012-08-30 Thread Jonno
Did you ever find the cause of this? I found that the get_py2exe_datafiles() method didn't find those fonts but even when I got the fonts manually I still had the same issue with matplotlib's Font Manager not being able to find them. On Thu, Nov 10, 2011 at 11:22 AM, Armando Serrano Lombillo < a

[Matplotlib-users] Possible to make linewidth larger in Legend?

2012-02-23 Thread Jonno
I need to use a small linewidth in my plot but the color is still very clear. However in the legend the small, thin straight line makes it difficult to tell the color. Is there a way to make the linewidth larger just in the legend but not on the plot? ---

[Matplotlib-users] Matplotlib colors

2011-11-16 Thread Jonno
use to lighten the line color without changing the color that would be cool too. Cheers, Jonno. -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application

[Matplotlib-users] wx.aui.AuiNotebook Close Buttons on Tabs

2011-06-07 Thread Jonno
I've been looking at the matplotlib wx example here: http://matplotlib.sourceforge.net/examples/user_interfaces/embedding_in_wx5.html I was trying to remove the close buttons from the tabs and from what I can tell they shouldn't be there since the default style isn't supposed to have close buttons

Re: [Matplotlib-users] Trouble embedding toolbar in Tk using grid

2010-03-23 Thread Jonno
r 23, 2010 at 6:00 PM, Jonno wrote: > I've been trying to modify the embedding_in_tk.py example to use the > grid manager instead of pack. I can get the plot to show ok but I > can't seem to get the toolbar to show correctly. The following code > does get the toolbar on th

[Matplotlib-users] Trouble embedding toolbar in Tk using grid

2010-03-23 Thread Jonno
I've been trying to modify the embedding_in_tk.py example to use the grid manager instead of pack. I can get the plot to show ok but I can't seem to get the toolbar to show correctly. The following code does get the toolbar on there but it does use pack for the frame and also I always end up with a