plot icon indicating copy to clipboard operation
plot copied to clipboard

A repository for plotting and visualizing data

Results 101 plot issues
Sort by recently updated
recently updated
newest added

### 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 ![image](https://user-images.githubusercontent.com/15386101/215338736-4bc02c2b-492b-4e02-89bc-03dc0fc067e5.png)

### 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{...

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...