On Monday, April 24, 2017 at 6:11:48 AM UTC-7, slelievre wrote:
>
> Dear Jim,
>
> have you tried using the SageMath installer for Windows
> that Erik Bray has produced, funded by OpenDreamKit?
>
> This graph, which worked in virtualbox, died in sagemath for win, so I'll 
wait for the beta ;)

def f(x,y):
    return math.sin(y*y+x*x)/math.sqrt(x*x+y*y+.0001)
P = plot3d(f,(-3,3),(-3,3), adaptive=True, color=rainbow(60, 'rgbtuple'),  
           max_bend=.1, max_depth=15)
P.show()
  
/opt/sagemath-7.4/local/lib/python2.7/site-packages/sage/repl/rich_outpu\
t/display_manager.py:590: RichReprWarning: Exception in _rich_repr_
while displaying object: Jmol failed to create file
'/dot_sage/temp/Dragon/2372/dir_OChyYd/preview.png', see
'/dot_sage/temp/Dragon/2372/tmp_VwmJ4C.txt' for details
  RichReprWarning,
Graphics3d Object
C
 

-- 
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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to