Skip to content

Commit f85148f

Browse files
author
Jordan S Read
committed
readme updates w/ changes
1 parent e513b0d commit f85148f

5 files changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ plotting order
7676
library(gsplot)
7777
gs <- gsplot() %>%
7878
lines(x=1:2, y=2:1, lwd=3, xlab='cat', col='red', legend.name="Lines 1") %>%
79-
lines(x=1:2, y=1:2, lwd=3, col='blue', legend.name="Lines 1") %>%
79+
lines(x=1:2, y=1:2, lwd=3, col='blue', legend.name="Lines 2") %>%
8080
legend()
8181
gs
8282
```
-87 Bytes
Loading
31 Bytes
Loading
5.24 KB
Loading
183 Bytes
Loading

0 commit comments

Comments
 (0)