Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Description
Bug report
Clicking of "save" keeps colons in window title.
Bug summary
Code for reproduction
fig=plt.figure()fig.canvas.set_window_title("2016-06-01T13:00 start")plt.show()
When you then click on "save", the suggested file name is2016-06-01t13:00_start.png
. I would prefer2016-06-01t13-00_start.png
or a similar string replacement which is acceptable by the operating system.
Matplotlib version
- Operating System: Windows 10
- Matplotlib Version: 2.0.0
- Python Version: 3.6.0
Installed via conda.