knime-mpicbg / knime-scripting

knime-scripting includes scripting extensions for KNIME to integrate R, Matlab, Python and Groovy scripts. These extensions include a collection of nodes to develop and deploy templates in the respective languages.
https://github.com/knime-mpicbg/knime-scripting/wiki
Other
43 stars 25 forks source link

Problems with executed Python Plot #57

Closed stoeter closed 9 years ago

stoeter commented 9 years ago

First, I got this error message when I wanted to view an executed Python Plot (workflow was saved and closed in-between): ERROR Python Plot View instantiation failed: null

Then I see the message "Error: directory on output file does not exist" when I open the dialog (I think when I opened the workflow then the volume was not mounted yet. Now it is mounted, but when I open the dialog is still displays the same message)

Last, if re-execute the Plot I get this message: ERROR Python Plot Execute failed: Image file '/Volumes/tds/projects/Tau_Secretion_Bonn/screen_analysis/KNIMEplots/Venn_uncorrectedVsCorrectedVsCorrectedThr0.45_100perc_propo_141216.png' already exists, enable overwrite to replace it

...which is correct because the file indeed already exists. Here, option to re-execute Plot with output .png without forcing the user to delete the path would be nice (same issue already reported for R-plot).

Martin

stoeter commented 9 years ago

comment: indeed I re-produced it, when workflow is saved, closed and reopened the Python plots cannot be viewed anymore!

niederle commented 9 years ago

Duplicate of issue #15