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

Python Plot nodes do not keep result images #15

Closed niederle closed 3 years ago

niederle commented 10 years ago

In contrast to the MatlabPlotNodeModel and RPlotNodeModel, the PythonPlotNodeModel does not implement saveInternals and loadInternals to de/serialize the generated plots. So plots are lost after closing and reopening a workflow.