Skip to content

Commit 7d076fd

Browse files
committed
edit readme
1 parent 029f177 commit 7d076fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ pip install -e .
1414
```
1515

1616
## Usage
17-
1817
```python
1918
import smplotlib
2019
```
21-
Here's an example figure generated by `smplotlib.demo_plot()` (scientifically it's not that correct, but it's just an example). This figure is inspired by the two-phase ISM figure in Prof. Bruce Draine's [book](https://www.astro.princeton.edu/~draine/book/index.html).
20+
Then just use `matplotlib.pyplot` as usual. For a quick start, you can use `smplotlib.demo_plot()` to generate a figure with the default settings. This figure is inspired by the two-phase ISM figure in Prof. Bruce Draine's [book](https://www.astro.princeton.edu/~draine/book/index.html), but the cooling curve doesn't correspond to the actual CR rates and ISRF.
21+
2222
![example](two_phase.png)
2323

2424
## Hershey font

0 commit comments

Comments
 (0)