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
When attempting to use the vcat/hcat method of constructing subplots (alternatively, the [p1 ; p2] notation), I notice that plots that already have subplots are incorrectly concatenated. I notice this when attempting to concatenate faceted plots. See the MWE and code;
Notice how in the combined plot below the bars in the first row are rearranged, essentially turning facets into groups.
(dataframe above has slightly more columns than minimally necessary since I was also experimenting with grouping, but it helps illustrate a workflow)
Hi!
Thank you for making this package!
When attempting to use the
vcat
/hcat
method of constructing subplots (alternatively, the [p1 ; p2] notation), I notice that plots that already have subplots are incorrectly concatenated. I notice this when attempting to concatenate faceted plots. See the MWE and code;Notice how in the combined plot below the bars in the first row are rearranged, essentially turning facets into groups.
(dataframe above has slightly more columns than minimally necessary since I was also experimenting with grouping, but it helps illustrate a workflow)
Code is below;
The text was updated successfully, but these errors were encountered: