You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"status": "closed",
"changetime": "2015-07-04T15:43:06",
"_ts": "2015-07-04 15:43:06.415626+00:00",
"description": "As reported by Steve King during v. 3.1.0 release testing the toolbar save icon works correctly but the context menu save does not.",
"reporter": "butler",
"cc": "",
"resolution": "fixed",
"workpackage": "SasView Bug Fixing",
"time": "2015-07-03T22:18:17",
"component": "SasView",
"summary": "Saving plot to file doesn't work from context menu",
"priority": "major",
"keywords": "plot, matplotlib",
"milestone": "SasView 3.1.0",
"owner": "butler",
"type": "defect"
}
The text was updated successfully, but these errors were encountered:
Trac update at 2015/07/03 22:30:48: butler commented:
Matplot lib got us again!!! saving is no longer toolbar.save but toolbar.save_figure. I have fixed locally. will push one I finish fixing the printing issue (or later tonight whichever comes first).
Have fixed as per above. the toolbar worked because save is a part of the default toolbar provided by Matplotlib and hence handled directly by it. The pop up menu had to make the call directly and was now wrong.
Fix works on both mac and PC from instalable.
Something that may need more testing (and a possible ticket) is that it seems many formats are possible to save to (looks like coming from host environment?). Tried a couple which worked but then jpeg save poped up an error on mac that it was not supported. (jpeg worked on pc). As I say - needs more testing and if appropriate a new ticket.
As reported by Steve King during v. 3.1.0 release testing the toolbar save icon works correctly but the context menu save does not.
Migrated from http://trac.sasview.org/ticket/442
The text was updated successfully, but these errors were encountered: