about summary refs log tree commit diff
path: root/pkgs/development/python-modules/matplotlib
Commit message (Collapse)AuthorAge
* Merge pull request #16476 from aherrmann/matplotlib-tkaggFrederik Rietdijk2016-06-24
|\ | | | | Matplotlib tkagg
| * matplotlib: Add support for the TkAgg backendAndreas Herrmann2016-06-24
| | | | | | | | Fixes #15993
| * matplotlib: Don't search in global pathsAndreas Herrmann2016-06-24
| | | | | | | | | | | | | | Sets the `basedirlist` option in setup.cfg such that distutils does not search for headers and libraries in `/usr`, and `/usr/local`. Otherwise the build can fail on non-NixOS machines, see #15993.
* | Captialize meta.description of all packagesBjørn Forsman2016-06-20
|/ | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* Python: use PyPI mirror (#15001)Frederik Rietdijk2016-04-26
| | | | | | * mirrors: add pypi * Python: Use pypi mirror for all PyPI packages
* pythonPackages.matplotlib: 1.5.0 -> 1.5.1Frederik Rietdijk2016-02-17
|
* Merge pull request #10542 from datakurre/datakurre-matplotlibDomen Kožar2015-11-27
|\ | | | | darwin: matplotlib: add needed inputs and set framework flag for darwin
| * darwin: matplotlib: update darwin patch for 1.5.0Asko Soukka2015-11-01
| |
| * darwin: matplotlib: add needed inputs and set framework flag for darwinAsko Soukka2015-10-31
| |
* | matplotlib: disable a flaky testDomen Kožar2015-11-21
|/
* python matplotlib: 1.4.3 -> 1.5.0Frederik Rietdijk2015-10-30
|
* matplotlib: 1.4.2 -> 1.4.3Joel Moberg2015-05-18
|
* matplotlib: be consistentDomen Kožar2015-01-17
|
* matplotlib: add optional gtk3 backend, fixes #4500Domen Kožar2015-01-17
|
* Remove some matplotlib optional backends.Robert Helgesson2015-01-17
| | | | The removed ones are not certain to work at the moment.
* Add optional backends to matplotlib.Robert Helgesson2015-01-17