Update matplotlibcpp.h
fixed the label when plotting. plt::plot(time_array, n1_I_s, ":",{{"label", "N1"}});
Reference manual here
I'm sorry but this PR is too big, with a +1500/-1800 lines diff I can't see what you're actually changing :/
That said, the manual looks quite pretty, how was it generated?
Hi @lava , The matplotlibcpp.h is the latest version available here and so is the reference manual (generated with doxygen) and available here
I can also provide examples using the dictionary plt::plot(time_array, n1_I_s, ":",{{"label", "N1"}}); if you want.
What about #286 ?