Skip to content

Commit 62d285f

Browse files
committed
update: README
1 parent 908bc66 commit 62d285f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A rework of [pycircstat](https://github.com/circstat/pycircstat).
2525
data = [30, 60, 90, 120, 150]
2626
circ = Circular(data, unit="degree")
2727
print(circ.summary())
28-
circ.plot(plot_rose=True, plot_mean=True)
28+
circ.plot(config={"rose": True, "mean": True})
2929
```
3030

3131
- **Compatibility with Legacy APIs**

0 commit comments

Comments
 (0)