- Install
- Basic operation
- Basics of programming for electronic work
- Basics of programming for Excel
- Machine learning with scikit-learn
- Visualizing data with matplotlib
- Web programming
- RPA programming
- Miscellaneous programming
- Reference
- "Basic" group
- ”Basic I/O" group
- ”PWM Output" group
- "Servo Motor" group
- ”Motor" group
- ”Display" group
- ”Sensor" group
- "Micro controller" group
- "Excel" group
- "scikit-learn" group
- "matplotlib" group
- "Basic" group
- Overview
- Usage of each block
- "General chart" group
- "Statistical chart" group
- "Chart element" group
- "Basic" group
- "Web" group
- "File" group
- "Image" group
- "Turtle" group
- "Speech" group
Usage of each block
Initialize the chart
Initialize the chart.
The "rows" and "columns" parameters specify how many charts are displayed horizontally and vertically.
The "width" and "height" parameters specify the size of the chart display area in inches.
Show the chart
![]()
Show the chart on the screen.
Add this block after performing various operations related to chart creation.
Draw chart
![]()
Updates the chart display.
Use this when updating the chart in real time.
Pause chart
![]()
After updating the chart, insert a wait to allow the OS to process.
Clear chart

Clears the chart.
The "row" and "column" parameters specify which vertical and horizontal positions of the chart to clear.
Close chart
![]()
Closes the chart display.