vampire.plot.plot_contours#
- vampire.plot.plot_contours(model, apply_properties_df=None, contour_scale=3, ax=None, fig_size=(6, 2), colors=None, alpha=1, lw=2)[source]#
Plots mean contours.
- Parameters:
- modelvampire.model.Vampire
Built VAMPIRE model.
- apply_properties_dfDataFrame, optional
Properties output of VAMPIRE model applied to data.
- contour_scalefloat, optional
Scale of the contour shapes.
- axAxes, optional
Figure axis to be plotted on. Cannot be not None with
output_pathat the same time.- fig_size(float, float), optional
Width, height in inches. Default (6, 2).
- colorsstr or list, optional
Colors of mean contours.
- alphafloat, optional
Alpha of mean contours.
- lwfloat, optional
Line width of mean contours.
- Returns:
- axmatplotlib.axes.Axes