Skip to content

Commit bbf9760

Browse files
authored
fix typo in attributes.md
1 parent 3165bad commit bbf9760

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
@@ -70,7 +70,7 @@ Passing a tuple to `xticks` (and similarly to `yticks` and `zticks`) changes
7070
the position of the ticks and the labels:
7171

7272
```julia
73-
plot!(xticks = ([0:π:3*π;], ["0", "\\pi", "2\\pi"]))
73+
plot!(xticks = ([0:π:2π;], ["0", "\\pi", "2\\pi"]))
7474
yticks!([-1:1:1;], ["min", "zero", "max"])
7575
```
7676

0 commit comments

Comments
 (0)