Hello,
I have tried to plot 3D root system for A3 with help of tutorial ( 
http://www.sagemath.org/doc/reference/combinat/sage/combinat/root_system/plot.html#higher-dimension-affine-pictures
 
), but I got error, that plot3D is not implemented. I would like to ask 
you, if you are planning to implement it.

Commands I ran:
LA3 = RootSystem(["A",3,1]).ambient_space()
LA3.plot(reflection_hyperplanes=False, bounding_box=85/100)

Traceback:
Error in lines 2-2 Traceback (most recent call last): File 
"/projects/503b9e80-d5d3-4563-b456-c9f799487dbe/.sagemathcloud/sage_server.py", 
line 733, in execute exec compile(block+'\n', '', 'single') in namespace, 
locals File "", line 1, in <module> File 
"/projects/503b9e80-d5d3-4563-b456-c9f799487dbe/.sagemathcloud/sage_salvus.py", 
line 2842, in displayhook show(obj) File 
"/projects/503b9e80-d5d3-4563-b456-c9f799487dbe/.sagemathcloud/sage_salvus.py", 
line 2201, in show graphics.show_3d_plot_using_threejs(obj, **kwds) File 
"/projects/503b9e80-d5d3-4563-b456-c9f799487dbe/.sagemathcloud/graphics.py", 
line 119, in show_3d_plot_using_threejs t.add(g, **kwds) File 
"/projects/503b9e80-d5d3-4563-b456-c9f799487dbe/.sagemathcloud/graphics.py", 
line 81, in add self._call('add_3dgraphics_obj(obj)', 
obj={'obj':graphics3d_to_jsonable(graphics3d), 
'wireframe':jsonable(kwds.get('wireframe'))}) File 
"/projects/503b9e80-d5d3-4563-b456-c9f799487dbe/.sagemathcloud/graphics.py", 
line 387, in graphics3d_to_jsonable handler(p)(p) File 
"/projects/503b9e80-d5d3-4563-b456-c9f799487dbe/.sagemathcloud/graphics.py", 
line 359, in convert_combination handler(x)(x) File 
"/projects/503b9e80-d5d3-4563-b456-c9f799487dbe/.sagemathcloud/graphics.py", 
line 359, in convert_combination handler(x)(x) File 
"/projects/503b9e80-d5d3-4563-b456-c9f799487dbe/.sagemathcloud/graphics.py", 
line 384, in handler raise NotImplementedError("unhandled type ", type(p)) 
NotImplementedError: ('unhandled type ', <type 
'sage.plot.plot3d.base.Graphics3d'>)

Thanks in advance.

Best regards,
Tomas Michalik

-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to