Skip to content

Commit cb02f68

Browse files
committed
Add match_dimensions
1 parent 43b63cf commit cb02f68

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/src/Attributes/attributes_series.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@
33

44
Series attributes apply to individual series, such as lines, scatters, heatmaps, etc.
55

6-
7-
8-
9-
10-
11-
:match_dimensions => (Bool, "For heatmap types: should the first dimension of a matrix (rows) correspond to the first dimension of the plot (`x`-axis) ? Defaults to `false`, which matches the behavior of Matplotlib, Plotly, and others. Note: when passing a function for `z`, the function should still map `(x,y) -> z`."),
12-
13-
14-
15-
16-
176
### arrow
187
```julia
198
arrow :: Union{Bool, Plots.Arrow}
@@ -366,6 +355,17 @@ Width of the marker stroke (border) in pixels.
366355

367356
Defaults to `1`.
368357

358+
### match_dimensions
359+
```julia
360+
match_dimensions :: Bool
361+
```
362+
363+
For heatmap types: should the first dimension of a matrix (rows) correspond to the first dimension of the plot (x-axis)?
364+
365+
Defaults to `false` (which matches the behavior of matplotlib, Plotly, and others).
366+
367+
Note: when passing a function for `z`, the function should still map `(x,y) -> z`.
368+
369369
### normalize
370370
```julia
371371
normalize :: Union{Bool, Symbol}

0 commit comments

Comments
 (0)