Re: [Matplotlib-users] Capitalization of Matplotlib

2015-02-17 Thread Dr Sydney Shall
Only number 3. Sydney On 16/02/2015 18:16, Benjamin Root wrote: I am in the final rounds of edits for my book and a question has come up between me and the editors. When should the matplotlib be capitalized? 1) never 2) mostly never (even in the beginning of a sentence), except when used in a

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

[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