Hi all,
Sorry to trouble you with this (likely) trivial issue, but I
installed matplotlib 0.87.4_r2587 using the .mpkg included with SciPy
SuperPack for Intel, and I'm unable to import pylab from the iPython
command line. When I try I get the error message "no module named
matplotlib.pylab
Hi all,
I'm still having trouble figuring out what's going on with tick
labels. I can't figure out why Axes.get_{x,y}ticklabels() is
returning a list of length unity when I expect to have the list of
all labels.
If I run the code below (test.py), I expect a list of 9 x tick
labels. I
Can Matplotlib create dendrograms? As best I can tell, there isn't a
plotting function for doing so directly, but maybe one could make one by
combining a series of commands. Has anyone done this? Does anyone know
if it is possible, or if there is another package that would do the job
if it i
http://euclid.uits.iupui.edu/files/
For the record, these will probably be pulled after the next release.
On 8/30/06, Adriaan Hough <[EMAIL PROTECTED]> wrote:
> hi
>
> i'm looking for a recent binary build for windows that'll work with
> numpy-1.0b4 (maybe compatible with 1.0b3?). the links in th
hi
i'm looking for a recent binary build for windows that'll work with
numpy-1.0b4 (maybe compatible with 1.0b3?). the links in the previous
message don't seem to work anymore. would someone take pity on a
win-python newbie?
regards
adriaan peens-hough
>From: Charlie Moad <[EMAIL PROTECTED]>
Hi all,
is there a possibility to change the sharex and sharey after creating a
axes ?
For example this perfectitly work :
import pylab
fig = pylab.figure()
ax1 = fig.add_subplot(121)
ax2 = fig.add_subplot(122, sharex=ax1)
ax1.plot(rand(5))
ax2.plot(rand(5))
pylab.show()
But when I try naive
Thank you,
you are incredibly rapid to awnser a problem.
samuel
John Hunter wrote:
"Samuel" == Samuel GARCIA <[EMAIL PROTECTED]> writes:
Samuel> Hi all, there is a image.set_clim() but I can