Skip to content

Commit

Permalink
fixed some images!
Browse files Browse the repository at this point in the history
  • Loading branch information
MNoichl committed Jul 25, 2023
1 parent f4239a6 commit bc63658
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ And finally, you can slap on some additional information, using some convenience

Here's the result:

<img src="img/opinions_rc_example.png" width="472" />
<img src="img/opinionated_rc_example.png" width="472" />

This certainly does look better than what the defaults would give you, right? –

Expand All @@ -48,7 +48,7 @@ The style `opinionated_rc` that we used above uses the font `Roboto Condensed`,

plt.style.use("opinionated_sg")

<img src="img/opinions_sg_example.png" width="472" />
<img src="img/opinionated_sg_example.png" width="472" />


`opinionated_fsc` which uses `Fira Sans Condensed`. This example also demonstrates that when using faceted plots, it can sometimes be necessary to adjust the title upwards slightly, and the attribution downwards and to the left.
Expand Down Expand Up @@ -81,22 +81,22 @@ The style `opinionated_rc` that we used above uses the font `Roboto Condensed`,
plt.savefig('img/opinions_fira_sans_condensed_example.png',bbox_inches='tight',
dpi =400, transparent=False)

<img src="img/opinions_fsc_example.png" width="472" />
<img src="img/opinionated_fsc_example.png" width="472" />

`opinionated_tw` which uses `Titillium Web` font,

<img src="img/opinions_tw_example.png" width="472" />
<img src="img/opinionated_tw_example.png" width="472" />

`opinionated_m` which uses `Montserrat` font,

<img src="img/opinions_m_example.png" width="472" />
<img src="img/opinionated_m_example.png" width="472" />


and

`opinionated_j` which `Jost`,

<img src="img/opinions_j_example.png" width="472" />
<img src="img/opinionated_j_example.png" width="472" />


## Additional fonts
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ways of setting titles, legends, etc. still work.

Here’s the result:

.. figure:: https://raw.githubusercontent.com/MNoichl/opinionated/master/img/opinions_rc_example.png
.. figure:: https://raw.githubusercontent.com/MNoichl/opinionated/master/img/opinionated_rc_example.png
:alt: img


Expand Down

0 comments on commit bc63658

Please sign in to comment.