[SciPy-user] plotting with scipy

Marco Presi zufus at zufus.org
Tue Mar 27 16:40:17 EDT 2007


Il giorno mar, 27/03/2007 alle 08.57 -0500, Ryan Krauss ha scritto:
> I am not running Debian and am not on a linux box right now. I can be
> in a few minutes.  I think we should move this to the matplotlib users
> list.  Someone there can help you install on Debian.

#aptitude install python-matplotlib

that's it.

After installing, run

$ipython -pylab

Regards

Marco

> Ryan
> 
> On 3/27/07, javi markez bigara <nowar00 at hotmail.com> wrote:
> > this is where the folder is
> > /home2/diazdeim/matplotlib-0.90.0
> > i want to run the setup from the terminal but i dont know how to do it
> > thaks for helping
> >
> >
> > >From: "javi markez bigara" <nowar00 at hotmail.com>
> > >Reply-To: SciPy Users List <scipy-user at scipy.org>
> > >To: scipy-user at scipy.org
> > >Subject: Re: [SciPy-user] plotting with scipy
> > >Date: Tue, 27 Mar 2007 13:48:01 +0000
> > >
> > >
> > >this is the python i am using, i download the mathplotlib but i think is
> > >not
> > >working
> > >i just save it in the Desktop.. and this is the forder i get:
> > >matplotlib-0.90.0
> > >
> > >Python 2.3.5 (#2, Sep  4 2005, 22:01:42)
> > >[GCC 3.3.5 (Debian 1:3.3.5-13)] on linux2
> > >
> > >
> > > >From: "Ryan Krauss" <ryanlists at gmail.com>
> > > >Reply-To: SciPy Users List <scipy-user at scipy.org>
> > > >To: "SciPy Users List" <scipy-user at scipy.org>
> > > >Subject: Re: [SciPy-user] plotting with scipy
> > > >Date: Tue, 27 Mar 2007 08:37:52 -0500
> > > >
> > > >What platform are you running?  There should be an executable for
> > > >windows that puts them in the proper directory.  They can go anywhere
> > > >on your PYTHONPATH, but the right answer is in the directory
> > > >C:\Python24\Lib\site-packages
> > > >(or I presume Python25 if you are running the current version of python).
> > > >
> > > >So, I have the folders
> > > >C:\Python24\Lib\site-packages\matplotlib
> > > >C:\Python24\Lib\site-packages\scipy
> > > >etc.
> > > >
> > > >On linux, you usually want to unzip the tarball and there should be a
> > > >setup.py file in the top level.  Then just run
> > > >sudo python setup.py install
> > > >(or similar if you aren't on a debian based "sudo" distribution).
> > > >
> > > >Let me know if you still have trouble.
> > > >
> > > >Ryan
> > > >
> > > >On 3/27/07, javi markez bigara <nowar00 at hotmail.com> wrote:
> > > > >
> > > > > thanks a lot for ur reply i will download it but the thig is that i
> > >dont
> > > > > know were to put it them to import it from python.....
> > > > > thanks a lot Ryan
> > > > > nowar
> > > > >
> > > > > >From: "Ryan Krauss" <ryanlists at gmail.com>
> > > > > >Reply-To: SciPy Users List <scipy-user at scipy.org>
> > > > > >To: "SciPy Users List" <scipy-user at scipy.org>
> > > > > >Subject: Re: [SciPy-user] plotting with scipy
> > > > > >Date: Tue, 27 Mar 2007 07:30:48 -0500
> > > > > >
> > > > > >I think almost all users of scipy use matplotlib instead of scipy's
> > > > > >plotting capabilities.  It is really a great package especially if
> > >you
> > > > > >only need 2D plotting.  Check out matplotlib.sourceforge.net.
> > > > > >
> > > > > >Ryan
> > > > > >
> > > > > >On 3/27/07, javi markez bigara <nowar00 at hotmail.com> wrote:
> > > > > > > hi,
> > > > > > >
> > > > > > > i am looking for the easy way to plot some coordinates with
> > > > > > > scipy.gplt.pyPlot this is how i try it but is not working as i
> > >would
> > > > > >like
> > > > > > > to....
> > > > > > > the new list is a list of pair coordinates something like this:
> > > > > > >
> > > > > > > [-6.654644,65.55555]
> > > > > > > [-6.645654,65.98798]
> > > > > > > [-6.987813,65.28951]
> > > > > > > [-6.645654,65.65987]
> > > > > > > [-6.634895,65.36985]
> > > > > > >
> > > > > > > >>>import scipy.plt
> > > > > > > >>>from scipy import gplt
> > > > > > > >>>draw=scipy.gplt.pyPlot.Plot()
> > > > > > > >>>draw.plot(newlist)
> > > > > > > >>>draw.title('little map')
> > > > > > > >>>draw.xtitle('longitude')
> > > > > > > >>>draw.ytitle('latitude')
> > > > > > >
> > > > > > > the thing is that i get in the x axes the number of list and then
> > > >two
> > > > > >strait
> > > > > > > lines
> > > > > > >
> > > > > > >
> > > > > > > 65_________________________________
> > > > > > > 50
> > > > > > > 35
> > > > > > > 20
> > > > > > > 5
> > > > > > > -10-------------------------------------------------
> > > > > > > 0      1          2         3         4       5     ............
> > > > > > >
> > > > > > > this is wat it plots more or less
> > > > > > > can anybody help me.
> > > > > > > thanks in advance
> > > > > > > Nowar00
> > > > > > >
> > > > > > > _________________________________________________________________
> > > > > > > Descarga gratis la Barra de Herramientas de MSN
> > > > > > >
> > > > >
> > > >
> > > >http://www.msn.es/usuario/busqueda/barra?XAPID=2031&DI=1055&SU=http%3A//www.hotmail.com&HL=LINKTAG1OPENINGTEXT_MSNBH
> > > > > > >
> > > > > > > _______________________________________________
> > > > > > > SciPy-user mailing list
> > > > > > > SciPy-user at scipy.org
> > > > > > > http://projects.scipy.org/mailman/listinfo/scipy-user
> > > > > > >
> > > > > >_______________________________________________
> > > > > >SciPy-user mailing list
> > > > > >SciPy-user at scipy.org
> > > > > >http://projects.scipy.org/mailman/listinfo/scipy-user
> > > > >
> > > > > _________________________________________________________________
> > > > > Acepta el reto MSN Premium: Correos más divertidos con fotos y textos
> > > > > increíbles en MSN Premium. Descárgalo y pruébalo 2 meses gratis.
> > > > >
> > > >http://join.msn.com?XAPID=1697&DI=1055&HL=Footer_mailsenviados_correosmasdivertidos
> > > > >
> > > > > _______________________________________________
> > > > > SciPy-user mailing list
> > > > > SciPy-user at scipy.org
> > > > > http://projects.scipy.org/mailman/listinfo/scipy-user
> > > > >
> > > >_______________________________________________
> > > >SciPy-user mailing list
> > > >SciPy-user at scipy.org
> > > >http://projects.scipy.org/mailman/listinfo/scipy-user
> > >
> > >_________________________________________________________________
> > >Grandes éxitos, superhéroes, imitaciones, cine y TV...
> > >http://es.msn.kiwee.com/ Lo mejor para tu móvil.
> > >
> > >_______________________________________________
> > >SciPy-user mailing list
> > >SciPy-user at scipy.org
> > >http://projects.scipy.org/mailman/listinfo/scipy-user
> >
> > _________________________________________________________________
> > Acepta el reto MSN Premium: Correos más divertidos con fotos y textos
> > increíbles en MSN Premium. Descárgalo y pruébalo 2 meses gratis.
> > http://join.msn.com?XAPID=1697&DI=1055&HL=Footer_mailsenviados_correosmasdivertidos
> >
> > _______________________________________________
> > SciPy-user mailing list
> > SciPy-user at scipy.org
> > http://projects.scipy.org/mailman/listinfo/scipy-user
> >
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user




More information about the SciPy-User mailing list