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)
Demonstrates categorical axis labels for bar charts Uses set_xticks() with string labels to create categorical x-axis
Demonstrates stacked bar charts (Issue #1460) Uses bottom parameter to stack bars on top of each other