Skip to content

Commit e502f05

Browse files
authored
fix typo in attributes.md
1 parent b1fceca commit e502f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Note that `yaxis` and `zaxis` work similarly, and `axis` will apply to all.
5959

6060
Passing a tuple to `xticks` (and similarly to `yticks` and `zticks`) changes the position of the ticks and the labels:
6161
```julia
62-
plot!(xticks = ([0:π:3*π;], ["0", "\\pi", "2\\pi"]))
62+
plot!(xticks = ([0:π:2π;], ["0", "\\pi", "2\\pi"]))
6363
yticks!([-1:1:1;], ["min", "zero", "max"])
6464
```
6565

0 commit comments

Comments
 (0)