This is a plug-in for Thonny IDE <https://thonny.org>
, which adds possibility to
visualize your data.
- Install Thonny 3.2 or later
- Select "Tools => Manage plug-ins"...
- Enter
thonny-data-visualization
to search box and press ENTER - Install the plug-in
- Be sure that you are up to date (upgrade the plug-in at the same place)
- Restart Thonny
After this you should see Globals and locals variables, Hierarchical data view and Graphical data view in the View menu.
More details in the usage manual
- In the View section, select Globals and locals variables
- Run or debug your program to see your variables
- Open the object inspector and see the details of your variables
- In the View section, select Hierarchical data view
- Run or debug your program
- Use the + and - buttons to see the hierarchical representation of your different variables
- In the View section, select Graphical data view
- Run or debug your program
- Use the little colored circles to see the links between your variables
- In this view you can move the different blocks and replace them by default with the Align button above
- You can also use the + and - buttons to see or hide details about your variables
- You can use the Extend and Reduce buttons to display or hide the details of all the variables
- You can use the button above on the right to allow the view to show more (or less) informations about your variables, especially the imported ones