Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 106b52bac0cd
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 06f883f7a0ea
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Dec 3, 2018

  1. pythonPackages.matplotlib: enable tk backend by default

    We currently do not build mathplotlib with any backend. This can be very
    confusing for users. They will try to use matplotlib and it will simply
    display nothing (see #51337). We should ship at least one backend. `tk`
    was chosen somewhat arbitrarily. The gtk backend is problematic (see
    #50959 (comment))
    so tkinter seems like a good choice.
    
    There is already a backend provided on darwin so there is no reason to
    include tk there.
    timokau committed Dec 3, 2018
    Copy the full SHA
    dca6628 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. Merge pull request #51344 from timokau/sagenb-matplotlib-fix

    pythonPackages.matplotlib: enable tk backend by default
    infinisil committed Mar 29, 2019
    Copy the full SHA
    06f883f View commit details
    Browse the repository at this point in the history