diff options
author | Aleksandar Samardzic <asamardzic@matf.bg.ac.yu> | 2010-05-11 20:00:01 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:00:01 +0200 |
commit | ca5958b5695936d176ff8a07b07bf12e9d327f86 (patch) | |
tree | c23e46e4e24b12b21625911d5b542f08623e9406 /academic/matplotlib/README | |
parent | 4994e71c55c551c7d23b4c5530c5430bdd6b7f23 (diff) | |
download | slackbuilds-ca5958b5695936d176ff8a07b07bf12e9d327f86.tar.gz |
academic/matplotlib: Added to 12.0 repository
Diffstat (limited to 'academic/matplotlib/README')
-rw-r--r-- | academic/matplotlib/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/academic/matplotlib/README b/academic/matplotlib/README new file mode 100644 index 0000000000..9ca76c5376 --- /dev/null +++ b/academic/matplotlib/README @@ -0,0 +1,9 @@ +Matplotlib is a plotting library for Python which uses syntax similar to +MATLAB. The library provides a "pylab" interface which is procedural +and based on a state machine, like OpenGL. There is also an OOP +interface which has less thorough documentation and greater complexity. +Using the OOP interface, matplotlib plots can be embedded in +applications using generic GUI toolkits like wxPython, Qt or GTK. + +Matplotlib requires NumPy, which is also available at SlackBuilds.org. +Also, pygtk is an optional dependency. |