Thursday 8 October 2015

Set the labels size on a pie chart in python

Cited from How to set the labels size on a pie chart in python

import matplotlib as mpl
mpl.rcParams['font.size'] = 9.0

No comments:

Post a Comment