Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1 KB

Usage_manual.md

File metadata and controls

23 lines (15 loc) · 1 KB

Usage manual for the data visualization plug-in in Thonny

Generic usage of the hierarchical view

  1. In the View section, select Hierarchical data view
  2. Run or debug your program
  3. Use the + and - buttons to see the hierarchical representation of your different variables

Generic usage of the graphical view

  1. In the View section, select Graphical data view
  2. Run or debug your program
  3. Use the little colored circles to see the links between your variables
  • In this view you can move the different blocks and recenter them with the Recenter button above
  • You can also use the + and - buttons to see or hide details about your variables
  • Finally, you can use the Extend and Reduce buttons to display or hide the details of all the variables

The memory references

To simplify references to the memory, the various variables will be given a unique number by which they can be identified. This number will only be assigned to explicit variables; implicit variables will be assigned the word unnamed.