|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head> |
3 | 3 |
|
4 | 4 | <meta charset="utf-8"> |
5 | | -<meta name="generator" content="quarto-1.7.28"> |
| 5 | +<meta name="generator" content="quarto-1.8.1"> |
6 | 6 |
|
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> |
8 | 8 |
|
9 | 9 |
|
10 | | -<title>Changelog – plotnine 0.0.post1+g9d3b673</title> |
| 10 | +<title>Changelog – plotnine 0.0.post1+g6615143</title> |
11 | 11 | <style> |
12 | 12 | code{white-space: pre-wrap;} |
13 | 13 | span.smallcaps{font-variant: small-caps;} |
|
72 | 72 | <script src="site_libs/quarto-html/tippy.umd.min.js"></script> |
73 | 73 | <script src="site_libs/quarto-html/anchor.min.js"></script> |
74 | 74 | <link href="site_libs/quarto-html/tippy.css" rel="stylesheet"> |
75 | | -<link href="site_libs/quarto-html/quarto-syntax-highlighting-b719d3d4935f2b08311a76135e2bf442.css" rel="stylesheet" id="quarto-text-highlighting-styles"> |
| 75 | +<link href="site_libs/quarto-html/quarto-syntax-highlighting-443ac161e34e8c1eedb78f958e3d9213.css" rel="stylesheet" id="quarto-text-highlighting-styles"> |
76 | 76 | <script src="site_libs/bootstrap/bootstrap.min.js"></script> |
77 | 77 | <link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet"> |
78 | | -<link href="site_libs/bootstrap/bootstrap-f1305b61baf2ea196c6040a4d8327371.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light"> |
| 78 | +<link href="site_libs/bootstrap/bootstrap-b0f2684374866d53e2f05279f5d2c5c2.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light"> |
79 | 79 | <script id="quarto-search-options" type="application/json">{ |
80 | 80 | "location": "navbar", |
81 | 81 | "copy-button": false, |
|
115 | 115 | <div class="navbar-container container-fluid"> |
116 | 116 | <div class="navbar-brand-container mx-auto"> |
117 | 117 | <a class="navbar-brand" href="./index.html"> |
118 | | - <span class="navbar-title">plotnine 0.0.post1+g9d3b673</span> |
| 118 | + <span class="navbar-title">plotnine 0.0.post1+g6615143</span> |
119 | 119 | </a> |
120 | 120 | </div> |
121 | 121 | <div id="quarto-search" class="" title="Search"></div> |
@@ -383,6 +383,9 @@ <h3 class="anchored" data-anchor-id="bug-fixes">Bug Fixes</h3> |
383 | 383 | <li><p>Fixed bug where computed aesthetic from <code>after_scale</code> are were not applied to the legend. <a href="https://github.com/has2k1/plotnine/issues/926" title="Issue: #926">#926</a></p></li> |
384 | 384 | <li><p>Fixed theming of minor x axis ticks.</p></li> |
385 | 385 | <li><p>Fixed theming of <code>axis_text</code>, <code>axis_text_x</code> and <code>axis_text_y</code> so when they can be overriden if previously set to <code>element_blank()</code>.</p></li> |
| 386 | +<li><p>Fixed <code>strip_text_x_background</code>s to always have equal heights and <code>strip_text_y_background</code>s to have equal widths. This applies to cases where the texts have unequal number of lines or they are rotated but have different lengths.</p></li> |
| 387 | +<li><p>Fixed the empty space below the plot title (or subtitle) when <code>strip_text_x_background</code>s are partly or fully aligned within the panel. This space (hole), was not accounted for by any of the themeables. This affected <code>theme_xkcd</code> and any <code>theme</code> settings that tried to slide the text / background into the panel.</p></li> |
| 388 | +<li><p>Fixed the empty space to the left the right margin when the <code>strip_text_y_background</code>s are partly or fully aligned within the panel. This space (hole), was not accounted for by any of the themeables. This affected <code>theme_xkcd</code> and any <code>theme</code> settings that tried to slide the text / background into the panel.</p></li> |
386 | 389 | </ul> |
387 | 390 | </section> |
388 | 391 | </section> |
|
0 commit comments