Am 2015-04-03 um 01:27 schrieb Volker Braun:
> I didn't even know that that was possible, yet another way to plot stuff
> that is not accessible via plot()...
> 
> There is no ticket for refactoring view() into something consistent
> except for the awfully vague #18033. IMHO the finite state machines
> should go with the program and

Actually, it is a short for

  view(latex(transducers.GrayCode()))

also works with

  view(latex(transducers.GrayCode()))

So it is the LaTeX output (which is a TikZ-picture) which I want to show.
IMHO...showing any latex-output should work as in the sagenb (i.e. inplace)

> * Have plot() produce a Graphics object that contains all of the desired
> output

This works for the transducers, but gives a different represetnation
(using graphs). The nicly formatted output comes from latex(...)

> * There should be a plot(format='tikz'), or maybe plot(viewer='tikz')
> etc, that produces tikz+latex from the Graphics object. 

Ok.

Daniel

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to