Field plot rendering (contour, contour_filled, pcolormesh, streamplot).
Translates field_t data into core figure operations for 2D/3D visualizations.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mark_t), | intent(in) | :: | mark | |||
| type(field_plot_t), | intent(in) | :: | field | |||
| type(encoding_t), | intent(in) | :: | enc | |||
| type(figure_state_t), | intent(inout) | :: | state | |||
| type(plot_data_t), | intent(inout), | allocatable | :: | plots(:) | ||
| integer, | intent(inout) | :: | plot_count | |||
| integer, | intent(out) | :: | status |