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 3165bad commit bbf9760Copy full SHA for bbf9760
docs/src/attributes.md
@@ -70,7 +70,7 @@ Passing a tuple to `xticks` (and similarly to `yticks` and `zticks`) changes
70
the position of the ticks and the labels:
71
72
```julia
73
-plot!(xticks = ([0:π:3*π;], ["0", "\\pi", "2\\pi"]))
+plot!(xticks = ([0:π:2π;], ["0", "\\pi", "2\\pi"]))
74
yticks!([-1:1:1;], ["min", "zero", "max"])
75
```
76
0 commit comments