We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82bf547 commit 0bbae87Copy full SHA for 0bbae87
1 file changed
README.md
@@ -13,7 +13,7 @@ but is designed to work well with it. An example of the syntax that you would us
13
from clifford.tools.g3c import random_line
14
from pyganja import *
15
16
-draw_objects([random_line() for i in range(10)])
+draw([random_line() for i in range(10)])
17
```
18
19
This would spawn a cefpython window displaying the random lines that you have drawn.
0 commit comments