Skip to content

Commit

Permalink
Changed Orientation to Permute
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas-a-Zimmermann committed Oct 31, 2024
1 parent 7cfe9c1 commit 1c80878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cornerplot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ recipetype(::Val{:cornerplot}, args...) = CornerPlot(args)
for i = 1:N
compact && i == 1 && continue
@series begin
orientation := :h
permute := (:x, :y)
seriestype := :histogram
subplot := indices[i + 1 - k, n]
grid := false
Expand Down

0 comments on commit 1c80878

Please sign in to comment.