Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fabridamicelli committed Apr 8, 2019
1 parent fd0e5f1 commit d8f580a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ plt.ylabel(r'$\sin(\theta)$', fontsize=25)
![png](https://github.com/fabridamicelli/kuramoto_model/blob/master/images/timeseries.png)

```python
# Plot evolution of order global order parameter R_t
# Plot evolution of global order parameter R_t
plt.figure(figsize=(12, 4))
plt.plot(
[model.phase_coherence(vec)
Expand Down

0 comments on commit d8f580a

Please sign in to comment.