BioSimSpace.Notebook.plotContour¶
- BioSimSpace.Notebook.plotContour(x, y, z, xlabel=None, ylabel=None, zlabel=None)[source]¶
A simple function to create two-dimensional contour plots with matplotlib.
- Parameters:
x (list) – A list of x data values.
y (list) – A list of y data values.
z (list) – A list of z data values.
xlabel (str) – The x axis label string.
ylabel (str) – The y axis label string.
zlabel (str) – The z axis label string.