Macaulay2 » Documentation
Packages » Visualize :: visualize(Graph,VisPath=>...)
next | previous | forward | backward | up | index | toc

visualize(Graph,VisPath=>...) -- an option to define a path to save visualizations of Graphs

Description

The default nature of the Visualize package is to open the visualization in a temporary file. Use the VisPath option if you wish to save the visualization to a given directory. If the process will overwrite files, a warning appears asking the user if they would like to proceed. You can squelch this warning with the Warning option.

See also

Functions with optional argument named VisPath:

Further information

  • Default value: null
  • Method: visualize(Graph) -- visualizes a graph in a modern browser
  • Option key: VisPath -- an option to define a path to save visualizations

The source of this document is in /build/reproducible-path/macaulay2-1.25.06+ds/M2/Macaulay2/packages/Visualize.m2:1788:0.