-
-
Notifications
You must be signed in to change notification settings - Fork 673
Open
Description
polygon3d([[0,0,0], [1,2,3], [3,0,0]]).show(viewer='jmol')
does not show anything. See this ask.sagemath question.
EDIT: Issue previously reported as #19274. Description from that ticket:
Thomas Fernique reported the following bug by private email: from the console, some flat polygons in three-space lead to an empty picture with jmol (java version), for example:
sage: polygon([(0, 0, 0), (1, 0, 0), (1, 0, 1), (0, 0, 1)])
However, this is correctly displayed with jsmol (javascript version) from the notebook.
I can reproduce this bug on Sage 6.8, Debian GNU/Linux jessie 64 bit, openjdk-7-jre.
Still present in Sage 9.6.beta5, and still after upgrading to 14.32.35 (#30316).
Depends on #30316
CC: @paulmasson @novoselt @mkoeppe
Component: graphics
Keywords: jmol threejs
Issue created by migration from https://trac.sagemath.org/ticket/20978