8000 Deprecations and housecleaning by mdboom · Pull Request #2026 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Deprecations and housecleaning #2026

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 11 commits into from
May 21, 2013
Prev Previous commit
Next Next commit
Remove FltkAgg from comment
  • Loading branch information
mdboom committed May 20, 2013
commit 965f6c41286e0a1edc016127928f3e4e7f3e7528
4 changes: 2 additions & 2 deletions matplotlibrc.template
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
#### CONFIGURATION BEGINS HERE

# the default backend; one of GTK GTKAgg GTKCairo GTK3Agg GTK3Cairo
# CocoaAgg FltkAgg MacOSX Qt4Agg TkAgg WX WXAgg Agg Cairo GDK PS
# PDF SVG Template
# CocoaAgg MacOSX Qt4Agg TkAgg WX WXAgg Agg Cairo GDK PS PDF SVG
# Template
# You can also deploy your own backend outside of matplotlib by
# referring to the module name (which must be in the PYTHONPATH) as
# 'module://my_backend'
Expand Down
0