Hi,

\sagestr{(polytopes.permutahedron(4)).projection().tikz([4,5,6],45,scale=0.75, 
facet_color='red',vertex_color='yellow',opacity=0.3)}
\newcommand{\polytopeimg}[4]{\sagestr{(#1).projection().tikz(#2,#3,#4)}}
\newcommand{\polytopeimgopt}[9]{\sagestr{(#1).projection().tikz(#2,#3,#4,#5,#6,#7,#8,#9)}}
Polytope = polytopes.great_rhombicuboctahedron()
plot(Polytope)

It works fine in sage -n, I want to try RLC circuitikz but I have found 
nothing about doing it in sage notebook. It works with  ipython python2 but 
as it is latex it should work like polytope.
Anybody has tried it ?

Best regards
Henri

-- 
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 http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to