We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1fceca commit e502f05Copy full SHA for e502f05
docs/src/attributes.md
@@ -59,7 +59,7 @@ Note that `yaxis` and `zaxis` work similarly, and `axis` will apply to all.
59
60
Passing a tuple to `xticks` (and similarly to `yticks` and `zticks`) changes the position of the ticks and the labels:
61
```julia
62
-plot!(xticks = ([0:π:3*π;], ["0", "\\pi", "2\\pi"]))
+plot!(xticks = ([0:π:2π;], ["0", "\\pi", "2\\pi"]))
63
yticks!([-1:1:1;], ["min", "zero", "max"])
64
```
65
0 commit comments