plot
plot copied to clipboard
A repository for plotting and visualizing data
Please take a look.
### What are you trying to do? Generate a box plot visualization on a canvas of a specified width and height. ### What did you do? https://go.dev/play/p/EzwxtwaRRnA Unfortunately, this times...
Hi, I want to get such a diagram, help with an example 
### What are you trying to do? I am trying to draw arcs on a plot and here as an example I specifically try to display an arc with center...
### What are you trying to do? Drawing heatmap. ### What did you do? ```go func TestHeatMap(t *testing.T) { m := offsetUnitGrid{ XOffset: -2, YOffset: -1, Data: mat.NewDense(3, 4, []float64{...
Please take a look.
This addresses GO-2024-2937 / CVE-2024-24792
https://github.com/gonum/plot/issues/133 pointed to the heatmap example, but the legend offset code is inscrutable to a newbie like me. I suspect that example is only useful if you actually understand gonum/plot...
How do I create a heatmap legend on the right as in this matplotlib example below ? Is this possible without creating a second graphic ? Minimum coding would be...
## What are you trying to do? I am trying to analyze the distribution of a series of numbers by ``plotter.NewHist`` ## What did you do? Here is a minimal...