[Matplotlib-users] Scientific Python introduction

2014-09-04 Thread David Pine
install Python and these three libraries. It also includes an introduction to IPython notebooks. Corrections and suggestions for improvements are welcome. David Pine-- Slashdot TV. Video for Nerds. Stuff that matte

[Matplotlib-users] normal x-y axes without a box

2010-11-30 Thread David Pine
Is there a simple way to make a plot with axes that look like those in test1.png rather than like those in test.png? Here is the code that produced test.png. Thanks. Dave Pine import numpy as np import matplotlib.pyplot as plt t = np.linspace(0., 20., 100) y = np.sin(t) fig = plt.figure(1,

[Matplotlib-users] Latex text rendering

2010-11-23 Thread David Pine
'sans-serif', 'font.serif' : ['Times'], 'axes.linewidth' : 0.5, 'xtick.major.size' : 2, 'ytick.major.size' : 2, 'font.size' : 9} rcParams.update(params) Thanks to anyone who can help David Pine

[Matplotlib-users] Latex text rendering

2010-11-23 Thread David Pine
, 'font.serif' : ['Times'], 'axes.linewidth' : 0.5, 'xtick.major.size' : 2, 'ytick.major.size' : 2, 'font.size' : 9} rcParams.update(params) Thanks to anyone who can help David Pine ---

Re: [Matplotlib-users] scientific notation in ticklabels for linear plot

2010-10-19 Thread David Pine
I like the times symbol but others prefer the dot (which I missed in the gmane preview!). So I like your suggestion of providing an option to use either \cdot or \times. David On Oct 19, 2010, at 3:23 PM, Friedrich Romstedt wrote: > What about inserting \cdot, that's the scientific notation I

Re: [Matplotlib-users] scientific notation in ticklabels for linear plot

2010-10-19 Thread David Pine
I agree with Jonathan and would very much like to see this feature implemented. The example shown in the thread didn't show the "×" symbol, however, which would be nice to have -- e.g. it should read 2.0 × 10² rather than 2.0 10². David On Oct 19, 2010, at 1:08 PM, Friedrich Romstedt wrote:

[Matplotlib-users] saving animations

2010-08-24 Thread David Pine
I am trying to save the frames from a matplotlib animation and I have a question that is undoubtedly based on a profound lack of understanding about how matplotlib/python works, but I'm hoping someone can offer me an explanation. The following code is excerpted from the animation examples "ani

[Matplotlib-users] 3d animation

2010-08-21 Thread David Pine
that mplot3d isn't animation ready yet. Is that right or am I missing something? Thanks. David Pine -- This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Chal