-
- Downloads
Updated go.mod. This brings in a newer version of gonum plot. I have not...
Updated go.mod. This brings in a newer version of gonum plot. I have not checked if it has fixed their bug with a multi canvas.
... | @@ -2,4 +2,4 @@ module pi | ... | @@ -2,4 +2,4 @@ module pi |
go 1.16 | go 1.16 | ||
require gonum.org/v1/plot v0.9.0 | require gonum.org/v1/plot v0.11.0 |
Please register or sign in to comment