Show More
@@ -258,7 +258,7 b' class OctaveMagics(Magics):' | |||||
258 | self._oct.put(input, val) |
|
258 | self._oct.put(input, val) | |
259 |
|
259 | |||
260 | # generate plots in a temporary directory |
|
260 | # generate plots in a temporary directory | |
261 | plot_dir = tempfile.mkdtemp() |
|
261 | plot_dir = tempfile.mkdtemp().replace('\\', '/') | |
262 | if args.size is not None: |
|
262 | if args.size is not None: | |
263 | size = args.size |
|
263 | size = args.size | |
264 | else: |
|
264 | else: |
General Comments 0
You need to be logged in to leave comments.
Login now