Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various backend cleanups. #15211

Merged
merged 1 commit into from
Mar 14, 2020
Merged

Commits on Mar 14, 2020

  1. Various backend cleanups.

    - Noninteractive backends don't need to redefine `draw()` as a
      do-nothing: that's already the default in the base class.
    - The pgf backend manager can just be an alias for FigureManagerBase:
      this is consistent with the other noninteractive backends.
    - FigureCanvasQT doesn't need to assign `self.figure = figure`:
      that's already done in the super() init.
    - Use star-unpack in backend_template.
    - The list of event handlers set up by backend_wx is much bigger than
      previously documented.
    anntzer committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    4a9f6a8 View commit details
    Browse the repository at this point in the history