Skip to content

Commit de32cc0

Browse files
committed
Updated README.md to use new overloaded member function 'raw'
1 parent 3a5c459 commit de32cc0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ pyp.raw("Rpyp(
6161
plt.xlabel("index")
6262
plt.ylabel("vec");
6363
plt.show()
64-
)pyp");
65-
pyp.data_args(_p(vec));
64+
)pyp", _p(vec));
6665
```
6766
6867
For more complicated examples using matplotlib-subplots and bokeh-lib see **examples** folder in this repo.

0 commit comments

Comments
 (0)