##// END OF EJS Templates
Use svg by default due to lack of Ghostscript by default on Windows
blink1073 -
Show More
@@ -73,7 +73,7 b' class OctaveMagics(Magics):'
73 """
73 """
74 super(OctaveMagics, self).__init__(shell)
74 super(OctaveMagics, self).__init__(shell)
75 self._oct = oct2py.Oct2Py()
75 self._oct = oct2py.Oct2Py()
76 self._plot_format = 'png'
76 self._plot_format = 'svg'
77
77
78 # Allow publish_display_data to be overridden for
78 # Allow publish_display_data to be overridden for
79 # testing purposes.
79 # testing purposes.
General Comments 0
You need to be logged in to leave comments. Login now