plot
plot copied to clipboard
A repository for plotting and visualizing data
Results
101
plot issues
Sort by
recently updated
recently updated
newest added
Hello. I'm trying to add a text to the plot with the following code ```golang fonts := font.NewCache(liberation.Collection()) plot.DefaultTextHandler = text.Latex{ Fonts: fonts, } labels, err := plotter.NewLabels(plotter.XYLabels{ XYs: []plotter.XY{...