dchassin / plot_glm

Tool to plot GLM networks as PNG images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Main Develop

plot_glm

This utility may be used standalone or installed as a GridLAB-D tool.

Standalone use

Run the following command

bash$ python3 -m plot_glm [OPTIONS...]

For help, run python3 -m plot_glm help.

GridLAB-D tool

To install as a GridLAB-D tool, run

bash$ python3 -m plot_glm --install

To run the tool from GridLAB-D command line:

bash$ gridlabd plot_glm [OPTIONS...]

To run the tool from a GLM file

#plot_glm [OPTIONS...]

To plot the network as currently loaded in GLM, run

#write "my_file.json"
#plot_glm -i=my_file.json -o=my_file.png

About

Tool to plot GLM networks as PNG images

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 98.4%Language:Shell 1.6%