ethos_penalps.post_processing.time_series_visualizations.order_plot

ethos_penalps.post_processing.time_series_visualizations.order_plot#

Module Contents#

Functions#

create_order_gantt_plot(fig, current_axs, ...[, bar_width])

post_process_order_collection(...)

ethos_penalps.post_processing.time_series_visualizations.order_plot.create_order_gantt_plot(fig: matplotlib.figure.Figure, current_axs: proplot.gridspec.SubplotGrid, order_meta_data: ethos_penalps.data_classes.ProductionOrderMetadata, subplot_number: float, bar_width: float = 1)#
ethos_penalps.post_processing.time_series_visualizations.order_plot.post_process_order_collection(order_collection: ethos_penalps.data_classes.OrderCollection | ethos_penalps.stream_node_distributor.SplittedOrderCollection) ethos_penalps.data_classes.ProductionOrderMetadata#