PieChart Command

From GeoGebra Manual
Revision as of 12:40, 17 December 2020 by GeoGebra Docu Team (talk | contribs)
Jump to: navigation, search


PieChart(< List of Frequencies >)
Creates a pie chart using a list of frequencies. The whole pie gives 100%, the provided data is shown as pie slices.
Example: PieChart({20, 15, 40, 5, 10, 20}) creates a pie chart with default center (0,0) and radius 3.


PieChart(< List of Frequencies >, < Center >, < Radius >)
Creates a pie chart with a given center and radius using a list of frequencies. The whole pie gives 100%, the provided data is shown as pie slices.
Example: PieChart({20, 15, 40, 5, 10, 20},(3,3),5) creates a pie chart with center (3,3) and radius 5.
© 2024 International GeoGebra Institute