Skip to content

Commit 852ff9b

Browse files
committed
try to handling the bug of axis stroke style
1 parent 6fe3091 commit 852ff9b

File tree

2 files changed

+335
-0
lines changed

2 files changed

+335
-0
lines changed

test/demo/plotxy.R

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
let x = (-10):10 step 0.1;
2+
let f(x) = x^3;
3+
4+
svg(file = file.path(@dir,"plotxy.svg")) {
5+
plot(x,f(x));
6+
}

0 commit comments

Comments
 (0)