plotty
plotty copied to clipboard
Any way to plot text on graphs?
Matplotlib natively has a method for plotting text plot::text(), it could be inherited directly but is not available with plotty::text().
Thank you.