Fix annotate docstring

This commit is contained in:
harryscholes 2020-03-18 09:53:09 +00:00
parent 0d210843e7
commit cbaa8fca56

View File

@ -428,8 +428,8 @@ Add annotations to an existing plot.
# Arguments
- `anns`: An `AbstractVector` of tuples of the form (x,y,text). The text object
can be an String or PlotText
- `anns`: An `AbstractVector` of tuples of the form `(x,y,text)`. The `text` object
can be a `String` or `PlotText`.
# Example
```julia-repl