w = vector([1, 0, 0]); 
r = vector([0,1, 0]);
s = vector([0,0, 1]);

plot(w,color='red', figsize = (4,4), mesh=true, thickness=3)  + plot(r, 
thickness=3) + plot(s,color='green',thickness=3) 

does not work in jupyter :(

-- 
You received this message because you are subscribed to the Google Groups 
"sage-cloud" 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-cloud/8b306b33-5b81-41a5-9e2c-93ee6f87c833%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to