Fix annotate docstring
This commit is contained in:
parent
0d210843e7
commit
cbaa8fca56
@ -428,8 +428,8 @@ Add annotations to an existing plot.
|
|||||||
|
|
||||||
# Arguments
|
# Arguments
|
||||||
|
|
||||||
- `anns`: An `AbstractVector` of tuples of the form (x,y,text). The text object
|
- `anns`: An `AbstractVector` of tuples of the form `(x,y,text)`. The `text` object
|
||||||
can be an String or PlotText
|
can be a `String` or `PlotText`.
|
||||||
|
|
||||||
# Example
|
# Example
|
||||||
```julia-repl
|
```julia-repl
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user