From 219d15d50bad2d5032d329870987ab8e1566f4a0 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Fri, 24 Nov 2023 14:28:54 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b888547..a05870a 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,11 @@ Features :arrow_right_hook: Customisable by passing keywords to underlying matplotlib functions colorbar, contour and imshow +:arrow_right_hook: supports further customisable by supporting ```matplotlib.rc``` +```python +import matplotlib +matplotlib.rc('font', **{'family' : 'normal', 'size' : 22}) +``` |drawing|drawing| # Local install