fortplot_errorbar_rendering Module

Errorbar rendering module

Renders symmetric/asymmetric error bars for X/Y with optional caps. Draws using backend line primitives in data (transformed) space and respects current plot color.



Subroutines

public subroutine render_errorbar_plot(backend, plot_data, xscale, yscale, symlog_threshold, default_line_width, width, height, margin_left, margin_right, margin_bottom, margin_top)

Render error bars for a plot

Arguments

Type IntentOptional Attributes Name
class(plot_context), intent(inout) :: backend
type(plot_data_t), intent(in) :: plot_data
character(len=*), intent(in) :: xscale
character(len=*), intent(in) :: yscale
real(kind=wp), intent(in) :: symlog_threshold
real(kind=wp), intent(in), optional :: default_line_width
integer, intent(in), optional :: width
integer, intent(in), optional :: height
real(kind=wp), intent(in), optional :: margin_left
real(kind=wp), intent(in), optional :: margin_right
real(kind=wp), intent(in), optional :: margin_bottom
real(kind=wp), intent(in), optional :: margin_top