Skip to content

libvis/graph

Repository files navigation

libvis logo

This is a graph libvis module.


Installation

libvis-mods download gh:libvis/graph
cd graph
libvis-mods install

Usage

from libvis import Vis
from libvis.modules import Graph

vis = Vis()
vis.start()

vis.vars.test = Graph.test_object()

The state of vis.vars.test will be visualised live at localhost:7000/.

About

Libvis module to display mathematical graphs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published