ethz-asl / plotty

matplotlib-cpp with Eigen interfaces.
Other
52 stars 15 forks source link

Any way to plot text on graphs? #7

Open ahzay opened 1 year ago

ahzay commented 1 year ago

Matplotlib natively has a method for plotting text plot::text(), it could be inherited directly but is not available with plotty::text().

Thank you.