fortplot_spec_config_axes Module

Parse Vega-Lite config axis, view, and mark defaults sub-objects.



Subroutines

public subroutine parse_config_axis(json, pos, ax, status)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: json
integer, intent(inout) :: pos
type(config_axis_t), intent(inout) :: ax
integer, intent(out) :: status

public subroutine parse_config_view(json, pos, vw, status)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: json
integer, intent(inout) :: pos
type(config_view_t), intent(inout) :: vw
integer, intent(out) :: status

public subroutine parse_config_line(json, pos, mk, status)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: json
integer, intent(inout) :: pos
type(config_mark_defaults_t), intent(inout) :: mk
integer, intent(out) :: status

public subroutine parse_config_point(json, pos, mk, status)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: json
integer, intent(inout) :: pos
type(config_mark_defaults_t), intent(inout) :: mk
integer, intent(out) :: status

public subroutine parse_config_bar(json, pos, mk, status)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: json
integer, intent(inout) :: pos
type(config_mark_defaults_t), intent(inout) :: mk
integer, intent(out) :: status