On Tue, Dec 14, 2010 at 2:29 PM, vt603800 wrote:
> I tried to upgrade to version 1.0 but without success. Could anybody tell
> where it went wrong?
> I downloaded the package matplotlib-1.0.0.tar.gz from
> http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.0/
>
> First I tri
I tried to upgrade to version 1.0 but without success. Could anybody tell
where it went wrong?
I downloaded the package matplotlib-1.0.0.tar.gz from
http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.0/
First I tried a easy install, doing
easy_install -m matplotlib-1.0.0.tar
On Mon, Dec 13, 2010 at 2:13 PM, Ryan May wrote:
> On Mon, Dec 13, 2010 at 2:07 PM, vt603800 wrote:
> > I get this error:
> > AttributeError: 'module' object has no attribute 'subplot2grid'
> >
> > Are some modules not installed? or is there another problem, I'm a newby
> in
> > matplotlib, it m
On Mon, Dec 13, 2010 at 2:07 PM, vt603800 wrote:
> I get this error:
> AttributeError: 'module' object has no attribute 'subplot2grid'
>
> Are some modules not installed? or is there another problem, I'm a newby in
> matplotlib, it might be something very obvious...
>
> Running Matplotlib version
Hello,
Everytime I try to run this script from the doc page of the
matplotlib site :
import matplotlib.pyplot as plt
def
make_ticklabels_invisible(fig):
for i, ax in enumerate(fig.axes):
ax.text(0.5, 0.5, "ax%d" % (i+1), va="center", ha="center")
for tl in
ax.get_xticklabels() + ax.get_