The graph_helpers module#

Summary#

interval_pie_chart()

Create an interval pie chart from the provided dataframe.

interval_plot()

Create an interval plot from the provided list of dataframes.

line_chart()

Create a line chart from the provided dataframe and axes information.

pie_chart()

Create a pie chart from the provided dataframe and information.

polar_chart()

Create a polar chart from the provided dataframe and axis information.

Description#

PySTK Graphing Utilities.

A set of helper functions for graphing basic STK desktop graph types.