You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
allow combining histogram with visual(Stairs) (#591)
and other plot types such as `Scatter`. Possibly an alternative to #572.
The only drawback here is that the `visual(...)` needs to come before
`histogram()`, otherwise an error is thrown because `width` is not
mapped for other plot types. What do you think of this approach?
---------
Co-authored-by: Julius Krumbiegel <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
## Unreleased
4
4
5
+
- Added `plottype` argument to `histogram` to allow for different plot types [#591](https://github.com/MakieOrg/AlgebraOfGraphics.jl/pull/591).
6
+
5
7
## v0.9.5 - 2025-03-14
6
8
7
9
- Added `mergeable(layer.plottype, layer.primary)` function, intended for extension by third-party packages that define recipes [#592](https://github.com/MakieOrg/AlgebraOfGraphics.jl/pull/592).
@@ -121,7 +123,7 @@
121
123
122
124
## v0.6.11 - 2022-08-08
123
125
124
-
- Added `paginate` for pagination of large facet plots.
126
+
- Added `paginate` for pagination of large facet plots.
0 commit comments