diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2020-09-19 13:10:26 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2020-09-19 13:10:26 +0000 |
commit | 7212bd1061c9fccf083925062aaf96a497256b9a (patch) | |
tree | 5ad3c9d35377fe96b7b7bd83e04d55dcb9796987 /math/py-matplotlib2/pkg-descr | |
parent | Update to 4.3.5 (diff) |
Upgrade py-matplotlib to 3.3.1, and keep a repocopy of 2.2.4.
Changelog at <https://matplotlib.org/3.3.1/users/whats_new.html>.
PR: 236913
Submitted by: chitty_cloud (at) me.com
Approved by: maintainer
Diffstat (limited to 'math/py-matplotlib2/pkg-descr')
-rw-r--r-- | math/py-matplotlib2/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/py-matplotlib2/pkg-descr b/math/py-matplotlib2/pkg-descr new file mode 100644 index 000000000000..ee4911bc4e88 --- /dev/null +++ b/math/py-matplotlib2/pkg-descr @@ -0,0 +1,10 @@ +matplotlib is a python 2D plotting library which produces publication quality +figures using in a variety of hardcopy formats (PNG, JPG, PS, SVG) and +interactive GUI environments (WX, GTK, Tkinter) across platforms. matplotlib +can be used in python scripts, interactively from the python shell (ala matlab +or mathematica), in web application servers generating dynamic charts, or +embedded in GTK, Tk or WX applications; see backends. + +This is the legacy version. + +WWW: https://matplotlib.org/ |