Le dimanche 28 décembre 2025 à 18:28:21 UTC+1, [email protected] a écrit :
For *plot3d*, have you tried adding the option *online=True* ? Nope. And it allows for a normal display. This one escaped me... BTW, this appears neither in `plot3d?` nor in the documen tation of the `show` method of a `sage.plot.plot3d.parametric_surface.ParametricSurface` object, where it might be helpful... Thanks a lot ! Guillermo On Sun, 28 Dec 2025 at 13:17, Emmanuel Charpentier <[email protected]> wrote: Rebuilding Sage in a new directory (long story ; don’t get me started…), ptestlong gives me : ---------------------------------------------------------------------- src/bin/sage -t --long --warn-long 30.0 --random-seed=82926497282976479599112744 883693670415 src/sage/rings/real_mpfr.pyx # 1 doctest failed src/bin/sage -t --long --warn-long 30.0 --random-seed=82926497282976479599112744883693670415 src/sage/rings/polynomial/multi_polynomial_ideal.py # 2 doctests failed src/bin/sage -t --long --warn-long 30.0 --random-seed=82926497282976479599112744883693670415 src/sage/rings/polynomial/msolve.py # 14 doctests failed ---------------------------------------------------------------------- Nothing new here. However, I note that, *from a console,* foo=plot3d(lambda u,v:u*v, (-1, 1), (-1, 1)) ; foo.show() : - creates a temporary file, which seems correct - opens a new tab in the browser, but - displays nothing. In a Jupyterlab sheet, the expected plot displays correctly (with the usual interactions (rotations, zoom) working). In the same sheet, viewing with the viewer="jmol" or viewer="canvas3d" fails (*i. e.* displays a large blank space) ; ‘viewer=tachyon’ works as expected. I don’t think it’s a problem specific to this release ; I might use a little handholding here… HTH, Le vendredi 19 décembre 2025 à 00:42:35 UTC+1, Volker Braun a écrit : The "master" git branch has been updated to Sage-10.7. As always, you can get the latest beta version from the "develop" git branch. Alternatively, the self-contained source tarball is at http://www.sagemath.org/download-latest.html 981d7d71a27 (tag: 10.8, github/master, github/develop) Updated SageMath version to 10.8 7262ca702f9 (tag: 10.8.rc3) Updated SageMath version to 10.8.rc3 -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/sage-release/3784fe0b-3fc6-4770-a3f6-1945c97ebf71n%40googlegroups.com.
