lava / matplotlib-cpp

Extremely simple yet powerful header-only C++ plotting library built on the popular matplotlib
MIT License
4.38k stars 1.13k forks source link

Width option in bar plot #288

Open FuujSama opened 2 years ago

FuujSama commented 2 years ago

The Bar plot is simply missing the width option. Trying to enter it through the keyword dictionary (pair "width", "0.01") raises an exception. Seeing as the width option is the third parameter to the python function, I have no idea why it is not included in this library.