Tagged Questions
8
votes
1answer
455 views
Different color for individual bar in bar chart & adding bar labels
Please consider the following MWE.
There are three things I would like to do:
Individual colouring For the last element ("not rejected") I would like to fill the bar with another color (e.g. ...
6
votes
1answer
998 views
pgfplots using strings *from data table* as x axis labels in bar chart
I've seen some of the other threads on using strings as x axis labels, but nothing that fits my situation.
I'm trying to create a bar chart from a CSV file. I can do it so long as everything in the ...
5
votes
1answer
504 views
plotting a line in a barchart
Problem: line stops at given coordinates, ymax is not obeyed.
\documentclass[a4paper,10pt]{report}
\usepackage[left=1.5cm,top=2cm,right=1.5cm,bottom=1.5cm]{geometry}
...
5
votes
1answer
496 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 ...