1function plot(self, options)
2% PLOT Display network diagram
using TikZ/LaTeX
4% PLOT() displays the network as a TikZ diagram in the system's
5% default PDF viewer. This
is an alias for tikzView().
7% PLOT(OPTIONS) displays with custom TikZOptions configuration.
9% Requires pdflatex to be installed.
13% opts = jline.io.tikz.TikZOptions();
14% opts.setNodeSpacing(4.0);
17% Copyright (c) 2012-2026, Imperial College London
23 self.tikzView(options);