===FailedAxis=== The **FailedAxis** function of the [[mplreport]] class marks a particular set of MatPlotLib axes with a visual indicator showing it couldn't be created due to a problem. Unlike the [[Failed]] function - which indicates that the report //as a whole// has failed, this function allows you to indicate that a //specific part// of the report has failed, while continuing to display everything else. ==Parameters== ^Parameter^Type^Default^Meaning^ |axes|Axis||The MatPlotLib axes object to mark as failed.| |message|str|"Invalid / No Data"|The error message to show on the failed axes| ==Return== None