pychangcooper.io.fill_plot module

pychangcooper.io.fill_plot.fill_plot_static(x, y_values, cmap='viridis', alpha=1.0, ax=None)[source]

plot all the y values

Parameters:
  • x – the x values
  • y_values – the matrix of y values
  • cmap – mpl cmap
  • alpha – the transparency
  • ax – optional ax
Returns:

mpl figure

pychangcooper.io.fill_plot.plot_time_step(iteration, x, y_values, color, zorder, alpha, ax)[source]

plot an individual time step with a filled plot

Parameters:
  • iteration – the iteration to consider
  • x – the x values
  • y_values – the matrix of y vaules
  • color – the color to plot
  • zorder – the zorder of the plot
  • alpha – the transparency
  • ax – the ax to plot with
Returns:

None