Skip to content

Commit d1ccee6

Browse files
committed
Update v3/docs/user-FAQ.md
1 parent eddfa17 commit d1ccee6

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

v3/docs/user-FAQ.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,20 @@ To avoid too many arrows being drawn, also toggle the "draw references using arr
1616
to "use text labels for references".
1717

1818

19+
#### I don't like your default toggle options. Can I set different defaults?
20+
21+
Of course! Toggle options are customizable via the query string. Here are the default settings:
22+
23+
http://pythontutor.com/visualize.html#cumulative=false&heapPrimitives=false&drawParentPointers=false&textReferences=false&py=2
24+
25+
For example, if you want to default to Python 3, visit:
26+
http://pythontutor.com/visualize.html#&py=3
27+
28+
Or if you want to render all objects on the heap and use text label references, visit:
29+
http://pythontutor.com/visualize.html#heapPrimitives=true&textReferences=true
30+
31+
The possibilities are endless! (or 2^5 or something.)
32+
1933
#### Unicode strings look weird or broken
2034

2135
Yep, that's a known bug; Online Python Tutor currently doesn't have much support for Unicode.

0 commit comments

Comments
 (0)