We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a5c459 commit de32cc0Copy full SHA for de32cc0
1 file changed
README.md
@@ -61,8 +61,7 @@ pyp.raw("Rpyp(
61
plt.xlabel("index")
62
plt.ylabel("vec");
63
plt.show()
64
-)pyp");
65
-pyp.data_args(_p(vec));
+)pyp", _p(vec));
66
```
67
68
For more complicated examples using matplotlib-subplots and bokeh-lib see **examples** folder in this repo.
0 commit comments