WLJS LogoWLJS Notebook

GraphData

GraphData[name] gives a graph with the specified name.

GraphData[class] gives a list of available named graphs in the specified class.

Examples

Get a named graph:

GraphData["PetersenGraph"]

List planar graphs:

GraphData["Planar", 6]
(* Named planar graphs on 6 vertices *)

Please visit the official Wolfram Language Reference for more details.

On this page