pymarket.plot.demand_curves module

pymarket.plot.demand_curves.plot_demand_curves(bids, ax=None, margin_X=1.2, margin_Y=1.2)[source]

Plots the demand curves. If ax is none, creates a new figure

Parameters:
  • bids – Collection of bids to be used
  • ax (TODO, optional) – (Default value = None)
  • margin_X – (Default value = 1.2)
  • margin_Y – (Default value = 1.2)