[Matplotlib-users] Install Problem

2015-02-13 Thread ralph hosmer
download: matplotlib-1.4.2-cp32-none-win_amd64.whl  [from Sourceforge]my system: hp Pavilion 500-314 Desktop    AMD A8-7600 Accelerated Processor    Windows 8.1Python 3.4.2 (on Win32)PyCharm 4 Community Edition In the Python Command Line window, I've tried most

Re: [Matplotlib-users] Install Problem

2015-02-13 Thread Scott Sinclair
On 13 February 2015 at 11:47, ralph hosmer ralphhos...@yahoo.com wrote: download: matplotlib-1.4.2-cp32-none-win_amd64.whl [from Sourceforge] In the Python Command Line window, I've tried most of the install matplotlib instructions, but continue to get Syntax Error. Double-clicking on the

[Matplotlib-users] Missing Module: six ?

2015-02-13 Thread ralph hosmer
Per your instructions, I downloaded [] and installed using the 'wizard'.  The file I'm trying to execute is currently in a PyCharm project, and the Error Trace I get is as follows: C:\Python34\python.exe C:/Users/Ralph/PycharmProjects/anuASTRO4x/src/Euler's Method.pyTraceback (most recent call

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

2015-02-13 Thread Dr Sydney Shall
On 12/02/2015 17:00, Paul Hobson wrote: 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

Re: [Matplotlib-users] Install Problem

2015-02-13 Thread Brendan Barnwell
On 2015-02-13 01:47, ralph hosmer wrote: download: matplotlib-1.4.2-cp32-none-win_amd64.whl [from Sourceforge] my system: hp Pavilion 500-314 Desktop AMD A8-7600 Accelerated Processor Windows 8.1 Python 3.4.2 (on Win32) PyCharm 4 Community Edition

[Matplotlib-users] MultipleLocator and MaxNLocator

2015-02-13 Thread Tommy Carstensen
Is it possible to combine MultipleLocator and MaxNLocator? One seems to erase the effect of the other. -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in

[Matplotlib-users] horizontal alignment of a secondary y-axis

2015-02-13 Thread Tommy Carstensen
How can I set the horizontal alignment of a secondary y-axis to 'right'? Currently the numbers are glued to the axis. I want the axis values to be right aligned integers. Thanks. -- Dive into the World of Parallel

Re: [Matplotlib-users] Missing Module: six ?

2015-02-13 Thread Werner
Hi Ralph, On 2/13/2015 12:40, ralph hosmer wrote: Per your instructions, I downloaded [] and installed using the 'wizard'. The file I'm trying to execute is currently in a PyCharm project, and the Error Trace I get is as follows: C:\Python34\python.exe

Re: [Matplotlib-users] MultipleLocator and MaxNLocator

2015-02-13 Thread Eric Firing
On 2015/02/13 3:29 PM, Tommy Carstensen wrote: Is it possible to combine MultipleLocator and MaxNLocator? One seems to erase the effect of the other. They are for different situations. MultipleLocator is for when you know what you want your tick interval to be; MaxNLocator is for when you