Source: boxplot_demo.f90
Demonstrates box-and-whisker plots for statistical data visualization.
boxplot_demo.f90 - Source codeboxplot.png/pdf/txt - Example outputsmake example ARGS="boxplot_demo"
The demo creates boxplots showing data distribution, quartiles, and outliers.
boxplot_demo.f90 - Source codeoutput/example/fortran/boxplot_demo/make example ARGS="boxplot_demo"

ASCII output:
Single Box Plot Example
+--------------------------------------------------------------------------------+
| 12 |
| | |
| | # # # |
| | -#- Group A # |
| 10 -#- Group B # # # # |
| | -#- Group C # # |
| | - - - # # # # # # |
| | - # # # |
| 8 - # # # # # # # |
| | - # # # # |
| | - - - - - # # # # # # |
| | - - # # # # |
| 6 - - # # # # # # |
| | - - # # # # |
| | - - - - # # # # # # # |
| | - - # # # |
| 4 - - # # # # # # |
| | - - # # |
| | - - - - - # # # # |
| | - # |
| 2 - # # # |
| | - |
| +----------+------------+-------------+-------------+------------+------------ |
| 1.0 1.5 2.0 2.5 3.0 |
+--------------------------------------------------------------------------------+
Data Groups
Values