- 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
- "Web" group
- ”Browser" group
- "Chart.js" group
- "Basic" group
- "Options" group
- Overview
- Usage of each block
- "File" group
- "Image" group
- "Turtle" group
- "Speech" group
Usage of each block
Chart Title
Displays the graph title and sets its text, color, font size, position, and alignment (center, start, end).
Axis Scale
Sets the minimum value, maximum value, and step size for the axis scale.
![]()
Axis Title
Displays the title for the axis and sets its text, color, font size, and alignment.
![]()
Axis Ticks
Sets the color and font size of the axis ticks.
![]()
Legend
Displays the graph legend and sets its position (top, left, right, bottom) and alignment.
![]()
Disable Animation
Disables the animation when the chart is displayed.
![]()
Fixed Size
Adding this option prevents the chart from stretching or shrinking when the window size is changed.
![]()
Make Stacked Chart
Changes the chart format to a stacked chart.
![]()
Set Aspect Ratio
Sets the aspect ratio of the chart.
![]()