Search found 1 match

by cvera
Mon Feb 04, 2013 4:50 am
Forum: Graphics, Figures & Tables
Topic: Insert Text in Bars of Barplot
Replies: 0
Views: 2267

Insert Text in Bars of Barplot

Hi everyone,

Is there a way to insert text in the bars generated by pgfplots ? I have the following code and want to insert some text in each bar:

\begin{tikzpicture}
\begin{axis}[ybar,yticklabels={,,}, xticklabels={,,},xtick=\empty, ytick=\empty, hide y axis]
\addplot[fill=gray, bar width=31pt ...