From 49ce20b63e2dc39d611f453f76077620f4faccfb Mon Sep 17 00:00:00 2001 From: Jeroen Demeyer Date: Sat, 11 Oct 2014 22:26:00 +0200 Subject: [PATCH] Set fg to figsize[0] like before --- src/sage/plot/plot3d/base.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sage/plot/plot3d/base.pyx b/src/sage/plot/plot3d/base.pyx index f4bd82a43f7..e77bbe4b9ee 100644 --- a/src/sage/plot/plot3d/base.pyx +++ b/src/sage/plot/plot3d/base.pyx @@ -1195,7 +1195,7 @@ end_scene""" % (render_params.antialiasing, if DOCTEST_MODE or viewer=='jmol': # Temporary hack: encode the desired applet size in the end of the filename: # (This will be removed once we have dynamic resizing of applets in the browser.) - fg = figsize[0]*100 + fg = figsize[0] sizedname = lambda ext: makename("-size{}{}".format(fg*100, ext)) if EMBEDDED_MODE: