python-matplotlib

Python based plotting system in a style similar to Matlab
  http://matplotlib.org/
  18
  12 reviews



Matplotlib is a pure Python plotting library designed to bring publication quality plotting to Python with a syntax familiar to Matlab users. All of the plotting commands in the pylab interface can be accessed either via a functional interface familiar to Matlab users or an object oriented interface familiar to Python users.
Latest reviews
3
Caltrop 5 years ago

huh, I guess this got installed with SageMath which is not in this repository

4
matafleur 8 years ago

nice tool if you need it

5
brettd43 9 years ago

The best plotting library I've found for Python. Has a steep learning curve if you need precise control, but can do just about anything. I've published charts in scientific journals using matplotlib, and they looked great.

4
jahid_0903014 9 years ago

cool

5
stevewood007 10 years ago

A powerful MATLAB alternative when combined with Python and Scipy.

5
sathyanarrayanan 11 years ago

THE BEST

5
georgetd 12 years ago

This is a wonderful set of tools. If you aldeady know python and Matlab learning this is a breaze, the syntax is very similar. The resulting plots are publication quality, suport of LaTeX fonts is very good, and the plots are easy to script so that making small changes months after you produce the original is easy. I have never had any issues with the plots being inaccurate.

5
terces 12 years ago

I prefer this over all commercial alternatives.

3
ke7mbz 13 years ago

Well I spent a couple hours trying to figure out why the plotted value and the calculated value were so different. I kept changing the resolution, but no dice. Finally, I copied the code into MATLAB, with a few syntax changes, and ran it. Boom, right answer. Sure it's a little harder to learn than MATLAB, but I figured it would be worth it. It doesn't matter what it costs or how powerful it is, in scientific computing if it's not accurate it's useless. Very disappointed. Especially considering the effort I'd already put into learning it. In my opinion, scientific computing in Python is still a bit mickey mouse. But if your time's not worth anything to you, and you want a skill that no employer's looking for, go for it.

5
farnaby 13 years ago

Powerful plotting tool and not really hard to learn. Combine it with ipython. It becomes really powerful if you know a bit of python, but you can start even without.

5
hexram 13 years ago

Steep learning curve, but a significant lot of benefits awaits you at the far end.

5
m4daredsun 13 years ago

The syntax may look a bit difficult in the very beginning. But once you get used to it, you can plot your data with infinite possibilities. I use matplotlib in my daily scientific work and it rocks!!!!