Plotting Functions ================== Public functions for line, scatter, error, histogram, file, dual-axis, and multi-panel plotting. Single-Axis Plots ----------------- .. autofunction:: plotez.plot_xy .. autofunction:: plotez.plot_errorbar .. autofunction:: plotez.plot_errorband .. autofunction:: plotez.plot_errorband_relative .. autofunction:: plotez.plot_hist .. autofunction:: plotez.plot_density .. autofunction:: plotez.plot_two_column_file Dual-Axis Plots --------------- .. autofunction:: plotez.plot_xyy .. autofunction:: plotez.plot_xxy .. autofunction:: plotez.plot_with_dual_axes Multi-Panel Plots ----------------- .. autofunction:: plotez.two_subplots .. autofunction:: plotez.n_plotter