bar_chart_demo Program

Demonstrates vertical and horizontal bar charts using fortplot Covers both pyplot-style and figure_t object workflows Includes categorical axis labels for bar charts (Issue #1458)


Subroutines

subroutine demo_stateful_grouped()

Arguments

None

Arguments

None

subroutine demo_object_grouped()

Arguments

None

Demonstrates categorical axis labels for bar charts Uses set_xticks() with string labels to create categorical x-axis

Arguments

None

subroutine demo_stacked_bars()

Demonstrates stacked bar charts (Issue #1460) Uses bottom parameter to stack bars on top of each other

Arguments

None