allow single-param plot with np.atleast_2d(axes)
@GregAshton this is to resolve TypeError: 'AxesSubplot' object is not subscriptable
when calling with a single-parameter array. This small fix seems to work for me in PyFstat examples without changes needed for this special case anywhere else in the code, it just skips the 2D contours and returns a single histogram as makes sense: