\begin{tikzpicture} \begin{axis}[ width = 0.85*\textwidth, height = 8cm, major x tick style = transparent, ymajorgrids = true, ylabel = {Current [\unit{\milli\ampere}]}, width=1.0\linewidth, height=5.0cm, symbolic x coords={ IDD2N, IDD5AB, IDD6, IDD4R, IDD4W*, IDD0*, }, xtick = data, xticklabel style={rotate=90}, scaled y ticks = false, enlarge x limits=0.1, ybar=1*\pgflinewidth, bar width=3pt, ymin=0, ymax=800, legend pos=north west, legend style={font=\footnotesize, draw=none, fill=none}, ] \addplot[style={green,fill=green,mark=none}] coordinates { (IDD2N, 19.69333333) %(IDD5AB*, 41.8137037) (IDD5AB, 20.7) (IDD6, 14.97111111) (IDD4R, 281.5114815) (IDD4W*, 152.7266667) (IDD0*, 23.5362963) }; \addplot[style={yellow,fill=yellow,mark=none}] coordinates { (IDD2N, 20.09740741) %(IDD5AB*, 55.08148148) (IDD5AB, 21.7) (IDD6, 19.34148148) (IDD4R, 284.9177778) (IDD4W*, 155.0948148) (IDD0*, 23.48296296) }; \addplot[style={orange,fill=orange,mark=none}] coordinates { (IDD2N, 20.12407407) %(IDD5AB*, 97.45555556) (IDD5AB, 23.7) (IDD6, 24.89185185) (IDD4R, 288.3114815) (IDD4W*, 156.6296296) (IDD0*, 31.23555556) }; \addplot[style={gray,fill=gray,mark=none}] coordinates { (IDD2N, 32) (IDD5AB, 60.3) (IDD6, 45.5) (IDD4R, 734.5) (IDD4W*, 423.5) (IDD0*, 78.5) }; \legend{ \qty{30}{\celsius}, \qty{60}{\celsius}, \qty{90}{\celsius}, Datasheet } \end{axis} \end{tikzpicture}