Skip to content

Commit 4e536bc

Browse files
authored
Merge pull request #51 from nschloe/readme
readme
2 parents 7964009 + 4ce439d commit 4e536bc

File tree

1 file changed

+27
-3
lines changed

1 file changed

+27
-3
lines changed

README.md

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,15 +168,39 @@ with plt.style.context(matplotx.styles.dracula):
168168
pass
169169
```
170170

171-
See [here](https://github.com/nschloe/matplotx/wiki/Extra-styles-gallery) for a
172-
full list of extra styles
173-
174171
| <img src="https://nschloe.github.io/matplotx/aura-dark-soft.svg" width="100%"> |
175172
| :----------------------------------------------------------------------------------: |
176173
| <img src="https://nschloe.github.io/matplotx/dracula.svg" width="100%"> |
177174
| <img src="https://nschloe.github.io/matplotx/gruvbox-dark.svg" width="100%"> |
178175
| <img src="https://nschloe.github.io/matplotx/pitaya-smoothie-dark.svg" width="100%"> |
179176

177+
<details>
178+
<summary>Many more styles here...</summary>
179+
180+
| <img src="https://nschloe.github.io/matplotx/aura-dark.svg" width="100%"> |
181+
| :-----------------------------------------------------------------------------------: |
182+
| <img src="https://nschloe.github.io/matplotx/ayu-dark.svg" width="100%"> |
183+
| <img src="https://nschloe.github.io/matplotx/ayu-light.svg" width="100%"> |
184+
| <img src="https://nschloe.github.io/matplotx/ayu-mirage.svg" width="100%"> |
185+
| <img src="https://nschloe.github.io/matplotx/challenger-deep.svg" width="100%"> |
186+
| <img src="https://nschloe.github.io/matplotx/github-dark.svg" width="100%"> |
187+
| <img src="https://nschloe.github.io/matplotx/github-dimmed.svg" width="100%"> |
188+
| <img src="https://nschloe.github.io/matplotx/github-light.svg" width="100%"> |
189+
| <img src="https://nschloe.github.io/matplotx/gruvbox-light.svg" width="100%"> |
190+
| <img src="https://nschloe.github.io/matplotx/nord.svg" width="100%"> |
191+
| <img src="https://nschloe.github.io/matplotx/one-dark.svg" width="100%"> |
192+
| <img src="https://nschloe.github.io/matplotx/pacoty.svg" width="100%"> |
193+
| <img src="https://nschloe.github.io/matplotx/pitaya-smoothie-light.svg" width="100%"> |
194+
| <img src="https://nschloe.github.io/matplotx/solarized-dark.svg" width="100%"> |
195+
| <img src="https://nschloe.github.io/matplotx/solarized-light.svg" width="100%"> |
196+
| <img src="https://nschloe.github.io/matplotx/tableau-10.svg" width="100%"> |
197+
| <img src="https://nschloe.github.io/matplotx/tableau-20.svg" width="100%"> |
198+
| <img src="https://nschloe.github.io/matplotx/tokyo-night-day.svg" width="100%"> |
199+
| <img src="https://nschloe.github.io/matplotx/tokyo-night-night.svg" width="100%"> |
200+
| <img src="https://nschloe.github.io/matplotx/tokyo-night-storm.svg" width="100%"> |
201+
202+
</details>
203+
180204
Other styles:
181205

182206
- [John Garrett, _Science Plots_](https://github.com/garrettj403/SciencePlots)

0 commit comments

Comments
 (0)