WISPO-POP / PowerPlots.jl

Functions plot PowerModels networks
BSD 3-Clause "New" or "Revised" License
22 stars 2 forks source link

Create annotations system #6

Closed noahrhodes closed 4 years ago

noahrhodes commented 4 years ago

each plot properties function should add the correct annotations to dictionary, and the plot_graph function should plot those annotations.

The dict should have information on x,y,font,rotation, etc.

noahrhodes commented 4 years ago

Done. graph.annotationdata is part of the data struct. the plotting functions crawls the annotations to add them.