Skip to content
Chris Petersen edited this page Oct 16, 2014 · 1 revision

This function renders the graph with the specified backend type. Currently GRAPH_PDF is the only supported backend type.

Parameter Description
g graph context
type rendering type
filename filename to render to, if applicable

Example

(graph-output g GRAPH_PDF "mygraph.pdf")
Clone this wiki locally