plotnine icon indicating copy to clipboard operation
plotnine copied to clipboard

Insets

Open has2k1 opened this issue 8 years ago • 1 comments

Think about insets plots.

Potential syntax

# 1.
p_inset = ggplot() + ...
p = ggplot() + ... + inset(p_inset)

# 2.
p_inset = ggplot(inset=True) + ...
p = ggplot() + ... + p_inset
  • The main plot and inset plot should have the same number of panels.
  • Set a location or n locations for the inset panels.

has2k1 avatar Jul 20 '17 09:07 has2k1

Consider #298 and #124 when tacking this. i.e. a way for the user to pass a figure.

has2k1 avatar Aug 19 '19 19:08 has2k1