neutronpy.data.PlotData

class neutronpy.data.PlotData[source]

Class containing data plotting methods

Methods

plot([x, y, z, w, show_err, to_bin, …]) Plots the data in the class.
plot_line(x, y[, show_err, to_bin, …]) Method to Plot a line of 2D data
plot_contour(x, y, z[, to_bin, …]) Method for plotting a 2D contour plot of 3D data
plot_volume(x, y, z, w[, to_bin, …]) Plots a 3D volume of 4D data