matplotlib-cpp
matplotlib-cpp copied to clipboard
Width option in bar plot
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.