fortplot_bar_rendering Module

Bar plot rendering for memory/vector backends

Renders vertical and horizontal bars using backend quadrilateral fills with outline reinforcement for ASCII and vector outputs.



Subroutines

public subroutine render_bar_plot(backend, plot_data, xscale, yscale, symlog_threshold)

Render bar plots (vertical or horizontal) for the active backend

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