Re: matplotlib

2011-06-28 Thread Bryan R Harris
Nope, you had it right before. Matlab is commercial (and very expensive) software that the python matplotlib/scipy/numpy combination may replace for some people. The benefit of that is many people know and use matlab, so using matplotlib is familiar to them. - Bryan > Ok well on sec

Re: matplotlib

2011-06-28 Thread Wernher Eksteen
and remembered someone asking if Perl could do > this and so shared in the hope it might help. > > > On 28 June 2011 20:01, Brendan Gilroy wrote: > >> Isn't MatPlotLib free as well? I don't think PDL's low cost is a >> competitive >> advantage for P

Re: matplotlib

2011-06-28 Thread Wernher Eksteen
roy wrote: > Isn't MatPlotLib free as well? I don't think PDL's low cost is a > competitive > advantage for Perl over Python > > In this Perlmonks node: http://www.perlmonks.org/?node_id=347028 , the > GD::Graphs module, and the PGPlot ( > http://search.cpan

Re: matplotlib

2011-06-28 Thread Brendan Gilroy
Isn't MatPlotLib free as well? I don't think PDL's low cost is a competitive advantage for Perl over Python In this Perlmonks node: http://www.perlmonks.org/?node_id=347028 , the GD::Graphs module, and the PGPlot ( http://search.cpan.org/search?query=pgplot&mode=all)

Re: matplotlib

2011-06-28 Thread Wernher Eksteen
nto that language >>> (python's regex is awful!), however it has an excellent plotting package >>> that is very similar to matlab but supports things like marker alphas.  It's >>> called matplotlib, and requires scipy and numpy. >>> >>> PDL is t

Re: matplotlib

2011-06-28 Thread Wernher Eksteen
at language >> (python's regex is awful!), however it has an excellent plotting package >> that is very similar to matlab but supports things like marker alphas.  It's >> called matplotlib, and requires scipy and numpy. >> >> PDL is the closest thing I see in pe

Re: matplotlib

2011-06-23 Thread Sayth Renshaw
phas.  It's > called matplotlib, and requires scipy and numpy. > > PDL is the closest thing I see in perl, but it seems to be clunky and makes > relatively ugly plots. > > Any thoughts on why that is?: > > (a) in python it's easier to make things like this > (b) pyt

matplotlib

2011-06-22 Thread Bryan R Harris
I much prefer perl to python given my recent forays into that language (python's regex is awful!), however it has an excellent plotting package that is very similar to matlab but supports things like marker alphas. It's called matplotlib, and requires scipy and numpy. PDL is the clo