fortplot_spec_field_rendering Module

Field plot rendering (contour, contour_filled, pcolormesh, streamplot).

Translates field_t data into core figure operations for 2D/3D visualizations.



Subroutines

public subroutine render_field_plot_to_state(mark, field, enc, state, plots, plot_count, status)

Arguments

Type IntentOptional 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