8000 Make optional backends respect setup.cfg by megies · Pull Request #2331 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Make optional backends respect setup.cfg #2331

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

Merged
merged 7 commits into from
Sep 9, 2013
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update list of gui backends in config template
  • Loading branch information
megies committed Aug 26, 2013
commit d3ae52fee77b6a02fb9ca2e3df6781b5c5330441
11 changes: 8 additions & 3 deletions setup.cfg.template
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,18 @@
# otherwise skip silently. This is the default
# behavior
#
#agg = auto
#cairo = auto
#gtk = auto
#gtk3agg = auto
#gtk3cairo = auto
#gtkagg = auto
#tkagg = auto
#macosx = auto
#pyside = auto
#qt4agg = auto
#tkagg = auto
#windowing = auto
#gtk3cairo = auto
#gtk3agg = auto
#wxagg = auto

[rc_options]
# User-configurable options
Expand Down
0