On 06/12/2010 12:57 PM, Christopher Brewster wrote:
> On an iMac running 10.6.3, python 2.6.4 I have installed numpy and then
> matplotlib using 'pip'.
> The message in both cases was that the install was successful.
>
> 'import matplotlib' does not cause error messages.
> 'from pylab import randn
On an iMac running 10.6.3, python 2.6.4 I have installed numpy and then
matplotlib using 'pip'.
The message in both cases was that the install was successful.
'import matplotlib' does not cause error messages.
'from pylab import randn, hist' gets a traceback with the message "ImportError:
No mod
Hi,
I would like to set the limits of the x axis and get the y scale
adjusted to the new range. I have tried something like
plot.axis('tight', xmin=0, xmax=1), but this shows all the data as
indicated in the documentation. Is there any way to limit the x axis
and set the y axis to tight?
Thanks,
I'm relatively new to matplotlib so I need some help. I'm trying to make a
direction field plot for visualzing solutions to differential eqs. My first
attempt at a simple plot came out all right but I can't figure out why the
plotted lines are not the same length. The block of code that does al