\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, 25.84722222) %(IDD5AB*, 62.92222222) (IDD5AB, 27.5) (IDD6, 13.96925926) (IDD4R, 291.5555556) (IDD4W*, 125.7518519) (IDD0*, 35.08666667) }; \addplot[style={yellow,fill=yellow,mark=none}] coordinates { (IDD2N, 25.57925926) %(IDD5AB*, 63.53333333) (IDD5AB, 27.3) (IDD6, 16.23518519) (IDD4R, 300.5177778) (IDD4W*, 125.7725926) (IDD0*, 35.70814815) }; \addplot[style={orange,fill=orange,mark=none}] coordinates { (IDD2N, 26.81666667) %(IDD5AB*, 65.04148148) (IDD5AB, 28.6) (IDD6, 19.28814815) (IDD4R, 307.56185190) (IDD4W*, 130.68703700) (IDD0*, 40.25925926) }; \addplot[style={gray,fill=gray,mark=none}] coordinates { (IDD2N, 36.15) (IDD5AB, 38.65) (IDD6, 21.75) (IDD4R, 374.70) (IDD4W*, 272.95) (IDD0*, 56.45) }; \legend{ \qty{30}{\celsius}, \qty{60}{\celsius}, \qty{90}{\celsius}, Datasheet } \end{axis} \end{tikzpicture}