accessiplot.utils.chart_type.determine_chart_type

accessiplot.utils.chart_type.determine_chart_type(ax)[source]

Determines the chart type based on the Axes object. Currently it just checks if there are lines are not. This should be more intelligent.

Parameters:
ax: Axes object

Matplotlib Axes object.

Returns:
graph_type: str

ChartTypes enum name for supported chart type.