autogalaxy.plot.YXPlot#
- class YXPlot[source]#
Bases:
AbstractMatWrap1D
Plots 1D data structures as a y vs x figure.
This object wraps the following Matplotlib methods:
Methods
Plots 1D y-data against 1D x-data using the matplotlib method plt.plot, plt.semilogy, plt.loglog, or plt.scatter.
Attributes
config_category
config_dict
config_folder
- plot_y_vs_x(y, x, label=None, plot_axis_type=None, y_errors=None, x_errors=None, y_extra=None, ls_errorbar='')[source]#
Plots 1D y-data against 1D x-data using the matplotlib method plt.plot, plt.semilogy, plt.loglog, or plt.scatter.