-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Milestone
Description
It would be great if I could specify a figsize in centimeters. I would like to write
import matplotlib as mpl
mpl.rcParams['lengthunit'] = 'c'
figure(figsize=(12, 8))
instead of
figure(figsize=(12/2.54, 8/2.54))
I think this would be a great addition for the non-anglo-saxon world ;)
jan-glx, sveneggimann, jondo, anandtrex, TKaluza and 6 moreTKaluza, danielsjf, rklasen and Ma124