Tagged Questions
3
votes
1answer
68 views
pgfplots: Positioning “node near coord” at the bottom of the bar
I would like to position nodes near coords at the bottom of the corresponding bar, right by the X axis.
Here's what I've got now:
\documentclass{report}
\usepackage{pgfplots}
\begin{document}
...
5
votes
1answer
495 views
How to make a pgfplots stacked xbar plot with bar-“explicit meta” labels computed from input table data
I am making a pgfplots stacked xbar plot where each bar has a distinct
label, in addition to a numeric bar length. Each pair of bars also
has a common label. I would like to mark each bar with its ...