Merge pull request #2485 from harryscholes/fix-annotate-docstring
Fix annotate docstring
This commit is contained in:
commit
bfafe91842
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user