sfepy.base.log_plotter module

Plotting class to be used by Log.

class sfepy.base.log_plotter.LogPlotter(aggregate=100, sleep=1.0)[source]

LogPlotter to be used by sfepy.base.log.Log.

apply_commands()[source]
make_axes()[source]
output = Output
poll_draw()[source]
process_command(command)[source]
terminate()[source]
sfepy.base.log_plotter.draw_data(ax, xdata, ydata, label, plot_kwargs, swap_axes=False)[source]

Draw log data to a given axes, obeying swap_axes.