I would like to increase the font size of only the y axis ticks:
sc.pl.dotplot(data, ["gene"], 'CellType',figsize=(4,10), dendrogram=False)
Using plt.rcParams.update({'ytick.labelsize': 50})
doesn’t work. Updating rcParams using:
matplotlib.rcParams.update({'font.size': 5})
changes fonts for the entire plot, but I am interested in just the Y axis.
Does anyone know how to do this?
The same has been answered in this SO thread: https://stackoverflow.com/questions/63925267/how-to-change-font-size-in-scanpy