./graphics/py-matplotlib-tk, Tk frontend for matplotlib

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2018Q2, Version: 2.2.2nb1, Package name: py27-matplotlib-tk-2.2.2nb1, Maintainer: pkgsrc-users

matplotlib is a pure python plotting library designed to bring
publication quality plotting to python with a syntax familiar to
matlab users. A lot progress towards this goal has been made since
the first release of matplotlib, the library does produce high quality
2D plots. All of the plotting commands can be accessed either via a
functional interface familiar to matlab users or an object oriented
interface familiar to python users, and several high resolution output
formats are supported.

Tutorial: https://matplotlib.org/users/tutorials.html


Required to run:
[devel/py-setuptools] [graphics/py-matplotlib] [lang/python27] [x11/py-Tk] [x11/tk] [math/py-numpy]

Required to build:
[pkgtools/x11-links] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

SHA1: dac0d6b9d7eee31e6240d454cb2ff896215429e4
RMD160: ffc08d6f14856079653aece2068b99396ab5f9f4
Filesize: 36442.707 KB

Version history: (Expand)


CVS history: (Expand)


   2018-07-12 21:47:38 by S.P.Zeidler | Files touched by this commit (5)
Log message:
Pullup ticket #5782 - requested by bsiegert
graphics/py-matplotlib: functionality patch
graphics/py-matplotlib-gtk2: functionality patch
graphics/py-matplotlib-tk: functionality patch

Revisions pulled up:
- graphics/py-matplotlib-gtk2/Makefile                          1.67
- graphics/py-matplotlib-tk/Makefile                            1.34
- graphics/py-matplotlib/Makefile                               1.53
- graphics/py-matplotlib/distinfo                               1.31
- graphics/py-matplotlib/patches/patch-src_file__compat.h       1.1

-------------------------------------------------------------------
   Module Name:   pkgsrc
   Committed By:  gson
   Date:          Wed Jul 11 16:19:32 UTC 2018

   Modified Files:
          pkgsrc/graphics/py-matplotlib: Makefile distinfo
          pkgsrc/graphics/py-matplotlib-gtk2: Makefile
          pkgsrc/graphics/py-matplotlib-tk: Makefile
   Added Files:
          pkgsrc/graphics/py-matplotlib/patches: patch-src_file__compat.h

   Log message:
   py-matplotlib: fix PR 53425

   Don't call fflush() on a read-only file pointer; it is an error on BSD
   systems and causes the import of matplotlib.pyplot to fail.

   To generate a diff of this commit:
   cvs rdiff -u -r1.52 -r1.53 pkgsrc/graphics/py-matplotlib/Makefile
   cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/py-matplotlib/distinfo
   cvs rdiff -u -r1.66 -r1.67 pkgsrc/graphics/py-matplotlib-gtk2/Makefile
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/graphics/py-matplotlib-tk/Makefile
   cvs rdiff -u -r0 -r1.1 \
       pkgsrc/graphics/py-matplotlib/patches/patch-src_file__compat.h