From 13141feb4f3a7a950ba0e471b11617ecd1d8f6a2 Mon Sep 17 00:00:00 2001 From: t-bltg <13423344+t-bltg@users.noreply.github.com> Date: Wed, 4 Aug 2021 13:11:15 +0200 Subject: [PATCH] Fix #3462 --- src/plot.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plot.jl b/src/plot.jl index a01e6451..fe614a67 100644 --- a/src/plot.jl +++ b/src/plot.jl @@ -73,7 +73,7 @@ The main plot command. Use `plot` to create a new plot object, and `plot!` to ad ``` There are lots of ways to pass in data, and lots of keyword arguments... just try it and it will likely work as expected. -When you pass in matrices, it splits by columns. To see the list of available attributes, use the `plotattr([attr])` +When you pass in matrices, it splits by columns. To see the list of available attributes, use the `plotattr(attr)` function, where `attr` is the symbol `:Series`, `:Subplot`, `:Plot`, or `:Axis`. Pass any attribute to `plotattr` as a String to look up its docstring, e.g., `plotattr("seriestype")`. """