Merge pull request #2485 from harryscholes/fix-annotate-docstring

Fix annotate docstring
This commit is contained in:
Daniel Schwabeneder 2020-03-18 10:55:05 +01:00 committed by GitHub
commit bfafe91842
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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