environmentaltools.graphics.transport_mode
- environmentaltools.graphics.transport_mode(df: DataFrame, ax=None, file_name: str = None, type_: str = 'hist')[source]
Plot a graph that show the transport mode
- Parameters:
df (pd.DataFrame) – [description]
ax (matplotlib.axis, optional) – An axis where plot the new figure. Defaults to None.
file_name (str, optional) – [description]. Defaults to None.
type (str, optional) – [description]. Defaults to “hist”.
- Returns:
[description]
- Return type:
[type]