Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Default filename backend extensions #1

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 2 commits into from
May 31, 2012

Conversation

pelson
Copy link

@pelson pelson commented May 31, 2012

Relates to the matplotlib pull request matplotlib:#908

a default filename.
"""
default_filename = self.get_window_title() or 'image'
default_filename = default_filename.lower().replace(' ', '_')
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really want to enforce lowercase filenames? Capitalization in the window title might be important.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:-) I will remove it and highlight it in the mpl pull request for discussion.

@mspacek
Copy link
Owner

mspacek commented May 31, 2012

Otherwise, looks good! Thanks!

mspacek added a commit that referenced this pull request May 31, 2012
Default filename backend extensions
@mspacek mspacek merged commit 0488038 into mspacek:default_filename May 31, 2012
mspacek pushed a commit that referenced this pull request Jan 19, 2013
Add texinfo support to plot directive
mspacek pushed a commit that referenced this pull request Jan 19, 2013
Create the symlink without using chdir.
mspacek pushed a commit that referenced this pull request Aug 22, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants