Hi
As I thought, this is a tricky subject.
So far I just opened a github account and added the three files that I am
using.
https://github.com/fariza/MPL-Experimental-Backend
I have tested this on linux, I do not know if it works on windows.
I know glade is not the right way to do it if I want t
On Mon, Mar 5, 2012 at 1:47 PM, wrote:
> > On Feb 23, 2012 1:39 PM, wrote:
> >>
> >> should I reinstall numpy?
> >
> > No need. You should be able to build matplotlib without sudo and then
> > install with sudo
> >
> > python setup.py build
> > sudo python setup.py install
>
> Yes! This is how i
> On Feb 23, 2012 1:39 PM, wrote:
>>
>> should I reinstall numpy?
>
> No need. You should be able to build matplotlib without sudo and then
> install with sudo
>
> python setup.py build
> sudo python setup.py install
Yes! This is how it should be, but it's not.
I have gone a litte further trying
On Mon, Mar 5, 2012 at 10:11 AM, Matthieu Dorier
wrote:
> Hello,
>
> I'm trying to install Matplotlib on a platform on which default libpng.so
> and libstdc++.so are installed in /usr/lib64, but does not actually
> correspond to the libraries I want to use, which have been locally
> installed in $
Hello,
I'm trying to install Matplotlib on a platform on which default libpng.so and
libstdc++.so are installed in /usr/lib64, but does not actually correspond to
the libraries I want to use, which have been locally installed in $HOME/local.
Matplotlib detects the default libraries and compil
Hi,
I wanted to see the source code for an example on the Axis Artist page,
specifically this bit of source code:
http://matplotlib.sourceforge.net/mpl_toolkits/axes_grid/figures/axis_direction_demo_step04.py
Unfortunately, I got a 404 not found error. Please would whoever is in charge
of this