Demand charting interface

Demand charting interface#

Accessing the Graphical User Interface for charting data from the demand database can be accessed from a Jupyter notebook as well.

from polaris import Polaris

Launch the interface sphinx_gallery_thumbnail_path = ‘../../source/python/images/gui_demand_charts.png’

fldr = r"D:\src\argonne\MODELS\Austin"
model = Polaris.from_dir(fldr)

gui = model.gui

gui.demand_comparison()
model.close()

Gallery generated by Sphinx-Gallery