Skip to content

Commit

Permalink
Merge pull request #60 from fusion-energy/added_custom_font_to_example
Browse files Browse the repository at this point in the history
added custom font example to readme
  • Loading branch information
shimwell authored Nov 27, 2023
2 parents 138d70b + 219d15d commit 5a4a8a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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})
```
|<img src="https://user-images.githubusercontent.com/8583900/265032335-27463ee9-8960-4f5e-a662-dab0b6cd9fc5.png" alt="drawing" width="400"/>|<img src="https://user-images.githubusercontent.com/8583900/265065370-734c66ab-b20e-40c8-b72b-88203ea4347b.gif" alt="drawing" width="400"/>|

# Local install
Expand Down

0 comments on commit 5a4a8a7

Please sign in to comment.