Re: [Matplotlib-users] [matplotlib-devel] v1.4.3rc1

2015-02-12 Thread Sandro Tosi
On Mon, Feb 9, 2015 at 1:00 AM, Thomas Caswell wrote: > Sorry about the bad tarball, I forgot to clean my git directory before > generating it. Another point in favor of using the gh tarball, I can't > screw it up. I switch to GH tarball, but I must say they are a lot different than the SF ones

Re: [Matplotlib-users] backend_qt4agg

2015-02-12 Thread john polo
Ryan, Thanks again. I have the permissions, I'll reinstall. John On 2/12/2015 11:43 AM, Ryan Nelson wrote: John, It's been a little while since I installed QGIS on my machine, but I wonder if you missed a selection somewhere in the installation process. Can you reinstall QGIS? (i.e. do you h

Re: [Matplotlib-users] backend_qt4agg

2015-02-12 Thread Ryan Nelson
John, It's been a little while since I installed QGIS on my machine, but I wonder if you missed a selection somewhere in the installation process. Can you reinstall QGIS? (i.e. do you have admin permissions?) There might be a number of selections you can make when installing, and my guess is that

Re: [Matplotlib-users] backend_qt4agg

2015-02-12 Thread john polo
Ryan, I used the first line of your example and this was the result: Traceback (most recent call last): File "", line 1, in File "C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 454, in _import mod = _builtin_import(name, globals, locals, fromlist, level) ImportError: No module named

Re: [Matplotlib-users] How to add data points to a contour map.

2015-02-12 Thread Paul Hobson
Definitely. Assuming you don't want to do this in an interactive manner (i.e. pointing and clicking with your mouse: fig, ax = plt.subplots() ax.contour(...) ax.plot(x_dots, y_dots, 'ro', label='Dots') -p On Thu, Feb 12, 2015 at 8:07 AM, Dr Sydney Shall wrote: > I am a beginner and I use Pytho

[Matplotlib-users] How to add data points to a contour map.

2015-02-12 Thread Dr Sydney Shall
I am a beginner and I use Python 2.7 on an iMac OSX 10.9.5. Python is the Enthought installation. I am doing simulation experiments. I have constructed a 2D contour map with my results and I am happy with the result. I am wondering if it is possible to add the data points, say as red dots, on th

Re: [Matplotlib-users] backend_qt4agg

2015-02-12 Thread Ryan Nelson
John, As Ben said, the QGIS Windows installer comes with its own Python installation, which doesn't know anything about any other Python install. Unfortunately, this apparently makes it rather difficult to install other packages. However, QGIS Python already contains Numpy and Matplotlib and PyQt4

Re: [Matplotlib-users] backend_qt4agg

2015-02-12 Thread Benjamin Root
I doubt that installing Python(x,y) would help because it is a self-contained distribution of python. QGIS wouldn't necessarally know about the libraries that it provides. Your best bet is to ask this question to the QGIS people who better understands how their software is installed in the Windows

[Matplotlib-users] backend_qt4agg

2015-02-12 Thread john polo
Users, I am working on Windows 7 with QGIS 2.4. I am trying to get a plugin installed in QGIS called Semi-Automatic Classification Plugin to work. The plugin is demonstrated here: http://fromgistors.blogspot.com/2013/07/working-with-multispectral-bands-in-qgis.html The first time I tried to inst