0

I'm drawing a mosaic plot using statsmodel in python. I manage to control x and y axis properties using ax. But I don't know how to control the labels font properties, i.e, to change the style and the size. Or even to write whatever i want in the lables of the plot. I'm using the labeizer like this:

labelizer=lambda k:{('Day 28','Dead'):7,('Day 28','Live'):6,('Day 40','Dead'):11,('Day 40','Live'):4}[k]
Alon8200
  • 151
  • 1
  • 2
  • 8

0 Answers0