For multiclass classification, the PR curves in the scikit-learn example (PR curve example) and the function to plot PR curves with scikit-plot (API Reference) both only implement the micro-average PR curve. While the corresponding example and function for the ROC curves implements the micro-average and macro-average curve.
Is there a reason that the macro-average PR curve is not implemented?