Demonstrates 2D scatter plots with fortplot Shows the clean scatter API for 2D data
| Type | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|
| type(figure_t) | :: | fig | ||||
| real(kind=wp), | allocatable | :: | x(:) | |||
| real(kind=wp), | allocatable | :: | y(:) | |||
| integer | :: | i | ||||
| integer | :: | n | ||||
| real(kind=wp), | parameter | :: | PI | = | 3.14159265358979323846_wp |