Skip to content

Commit 4d72cda

Browse files
committed
add text
1 parent eacf742 commit 4d72cda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

02_develop_visualization.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ Stack([plot_highlight_industry, line_plot]) & scale_x_datetime(
696696
```
697697

698698

699-
But if we add `plot_spacer()`s then it won't line up:
699+
But if we add `plot_spacer()`s then it won't line up because it seems that the space that the legend occupies is now ignored:
700700

701701
```{python}
702702
Stack([plot_highlight_industry, p1]) & scale_x_datetime(
@@ -706,4 +706,4 @@ Stack([plot_highlight_industry, p1]) & scale_x_datetime(
706706
)
707707
```
708708

709-
Possibly there are some complexities that I don't fully understand [#959](https://github.com/has2k1/plotnine/issues/959)
709+
Possibly there are some complexities that I don't fully understand [#959](https://github.com/has2k1/plotnine/issues/959), but at this point I decided to throw in the towel.

0 commit comments

Comments
 (0)