Skip to content

Commit ce78e78

Browse files
committed
Fix: Files name
1 parent 8efe040 commit ce78e78

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/p/pierre115/gnovisual/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# scatterplot
1+
# GnoVisual
22

33
Package `scatterplot` renders scatter plots as SVG images. It takes a list of (x, y) points and draws them as circles on a 2D canvas, with optional support for displaying a linear regression line.
44

55
## Usage
66

77
```go
8-
import "gno.land/p/demo/scatterplot"
8+
import "gno.land/p/pierre115/gnovisual/scatterplot"
99

1010
func main() {
1111
plot := scatterplot.ScatterPlot{
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
module = "gno.land/p/pierre115/scatterplot"
1+
module = "gno.land/p/pierre115/gnovisual/scatterplot"
22
gno = "0.9"

0 commit comments

Comments
 (0)