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