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
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,
'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
,
'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
---
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
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:
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
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