autolens.plot.YXPlot#
- class autolens.plot.YXPlot(plot_axis_type=None, label=None, **kwargs)[source]#
- __init__(plot_axis_type=None, label=None, **kwargs)[source]#
Plots 1D data structures as a y vs x figure.
This object wraps the following Matplotlib methods:
Methods
__init__
([plot_axis_type, label])Plots 1D data structures as a y vs x figure.
plot_y_vs_x
(y, x[, label, plot_axis_type, …])Plots 1D y-data against 1D x-data using the matplotlib method plt.plot, plt.semilogy, plt.loglog, or plt.scatter.
Attributes
config_dict
config_folder