On Mon, Sep 16, 2019 at 7:11 AM Cyrille Piatecki <[email protected]> wrote: > those command > > x,y=var('x,y') > spherical_plot3d(1+sin(5*x)/5,(x,0,2*pi),(y,0,pi),rgbcolor=(1,0.5,0),plot_points=(80,80),opacity=0.7) > > are not displayed on a windows installation either in console mode or in > notebook. I am aware of the problem with Jupyter, but not with the > console mode, what can I do ?
Does this affect this particular 3D image, or none of them work? E.g, does sphere() work? You may also thy the html viewer: sphere(viewer="threejs") (and similarly for your example of 3D-lot) This should pop up in (a tab of) the browser. > > Cyrille Piatecki > > -- > You received this message because you are subscribed to the Google Groups > "sage-support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sage-support/d9bd64eb-6722-0348-fbdf-df48bb209883%40univ-orleans.fr. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/CAAWYfq3mHy%2BcaedRRnNw9JJnvkA2U-q5SHxzeHGnnAC7GRjAFg%40mail.gmail.com.
