Skip to content

Commit 7893edb

Browse files
authored
Updated readme wording
1 parent 114d9de commit 7893edb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,9 @@ bopdmd = BOPDMD(
139139
bopdmd.fit(X, t)
140140
```
141141

142-
Provided below is an example output and call of the `plot_summary()` function when given a DMD model fitted to mean-centered flow past a cylinder data available at <ins>dmdbook.com/DATA.zip</ins>. A rank-12 exact DMD model was used to generate this summary. Notice how eigenvalues, modes, and dynamics are color-coded to indicate associations, and that eigenvalue marker sizes indicate spatiotemporal mode amplitudes or importance. Plotter documentation can be found [here](https://pydmd.github.io/PyDMD/plotter.html).
142+
Provided below is an example call to the `plot_summary()` function when given a DMD model fitted to mean-centered flow past a cylinder data available at <ins>dmdbook.com/DATA.zip</ins>. A rank-12 exact DMD model was used to generate this figure. Eigenvalues, modes, and dynamics are color-coded to indicate associations. Eigenvalue marker sizes also indicate spatiotemporal mode amplitudes or importance.
143+
144+
Plotter documentation can be found [here](https://pydmd.github.io/PyDMD/plotter.html).
143145
```python3
144146
from pydmd.plotter import plot_summary
145147

0 commit comments

Comments
 (0)