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
Similar to #846 the legend overflow exists, this time more vertically.
The legend is fine with when ggsize(800,600) but when I add ggsize(600,400), this happens...
to highlight the overflow with the rectangles + theme(plot_background=element_rect(color="red", size=4), legend_background=element_rect(color="blue", size=4))
panel shrinking and allowing multi-column legend column automatically, if legend(s) will overflow, could be a good fix.
The text was updated successfully, but these errors were encountered:
Do I understand correctly that you know how to make multi-column legend manually (see example in guide_legend()) but wish the legend to "wrap" automatically?
Hi,
Similar to #846 the legend overflow exists, this time more vertically.
The legend is fine with when ggsize(800,600) but when I add ggsize(600,400), this happens...
to highlight the overflow with the rectangles
+ theme(plot_background=element_rect(color="red", size=4), legend_background=element_rect(color="blue", size=4))
panel shrinking and allowing multi-column legend column automatically, if legend(s) will overflow, could be a good fix.
The text was updated successfully, but these errors were encountered: