Revision df7213ac56879e808f86e43cc7adb5a92274b34b authored by Richard Moot on 03 April 2015, 21:38:18 UTC, committed by Richard Moot on 03 April 2015, 21:38:18 UTC
1 parent 6b96f93
Raw File
portray_graph_none.pl
% = portray_graph(+Graph)
%
% no graph output output

:- module(portray_graph_tikz, [portray_graph/1,graph_header/0,graph_footer/1,latex_graph/1]).

portray_graph(_).

graph_header.

graph_footer(_).

latex_graph(_).
back to top