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
- Developmental verion on GitHub practically supports plotnine version 0.12.1.
17
-
- Modified `align_xlabels` and `align_ylabels` functions so that they support to align labels on subplots.
16
+
#### 10232023: version 0.6.3 is released.
17
+
- Seaborn v0.13.0 is now supported.
18
+
- I have confirmed patchworklib still works forplotnine v0.12.3.
18
19
19
-
#### 05162023: version 0.6.1 is released.
20
-
- I could not fully support plotnine version 0.12.1 (It works, but patchworklib arrangement results are not as expected). I will do not support plotnine in the future.
20
+
#### 05162023: version 0.6.1 was released.
21
+
- I could not fully support plotnine version 0.12.1 (It works, but patchworklib arrangement results are not as expected). Maybe, I will do not support plotnine in the future.
21
22
- Bricks object gained the new methods `align_xlabels` and `align_ylabels`, which help users align x/y labels of the given Brick object.
22
23
- The new argument `equal_spacing` was added to the stack function. If this value is `True`, axes bounding-boxes should be placed with equal spacing between them. Otherwise, depending on the text values of x/y tick labels and x/y labels, they may not always be equally spaced.
23
24
- Closed and maybe solved the issue ["Align labels of Bricks when subplot axes are aligned. #40"](https://github.com/ponnhide/patchworklib/issues/40)
@@ -27,14 +28,14 @@ If you want to use developmental version, it can be installed using the followin
27
28
<details>
28
29
29
30
<summary> <h2> Change log </h2> </summary>
30
-
#### 12082022: version 0.5.0 is released.
31
+
#### 12082022: version 0.5.0 was released.
31
32
- New operators, "+" and "-", were added.
32
33
- plotnine > v0.10.x is now supported.
33
34
- Plots generated by object-oriented seaborn interface can now be handled by patchworklib.
34
35
- Descriptions of each function and class provided in patchworklib was added to this repository. If you want to know how to use patchworklib in detail, please see [API.md](https://github.com/ponnhide/patchworklib/blob/main/API.md).
- A few bugs were fixed (See issue [#18](https://github.com/ponnhide/patchworklib/issues/18)).
68
69
- Plotting speed was improved.
69
70
70
-
#### 07202022: Version 0.4.5 is released.
71
+
#### 07202022: Version 0.4.5 was released.
71
72
- A few bugs were fixed.
72
73
- Modified functions relating to the inheritance of the ggplot theme. If you use patchworklib for handling plotnine plots, please do update.
73
74
- When specifying a plot (Brick object) in Bricks object, you can specify the Brick object directly instead of the label name of the Brick object. Please see the following example.
@@ -118,34 +119,34 @@ pw.param["margin"] = 0.2
118
119
119
120
</details>
120
121
121
-
#### 07192022: Version 0.4.3 is released.
122
+
#### 07192022: Version 0.4.3 was released.
122
123
- A few bugs were fixed.
123
124
-`basefigure` parameter was added. You can access the base figure of patchworklib by `patchworklib.basefigure`
124
125
- plotnine v0.9.0 was now supported. Probably, it still have some bugs. If you find bugs, please let me know on the issue.
125
126
126
-
#### 04222022: Version 0.4.2 is released.
127
+
#### 04222022: Version 0.4.2 was released.
127
128
- A few bugs were fixed.
128
129
129
-
#### 04182022: Version 0.4.1 is released.
130
+
#### 04182022: Version 0.4.1 was released.
130
131
-`load_seaborngrid` can accepts a `seaborn.clustermap` plot. For details, see example code on [Google colab](https://colab.research.google.com/drive/1wQQyBHLNXJ5Ks6ev88IjXhGfT98SGJuM?usp=sharing)
131
132
- A few bugs were fixed.
132
133
133
-
#### 03272022: Version 0.4.0 is released.
134
+
#### 03272022: Version 0.4.0 was released.
134
135
- Add docstring for each method and class.
135
136
- Add several new methods of `patchworklib.Bricks` class to set common label, title, spine and colorbar for `Brick` objets in the `Bricks` object.
136
137
For usage, please refer to the docstring or the example codes on [Google colab](https://colab.research.google.com/drive/1f06AQOqNnSYPjc9EkweC3_Hmy4abr-go?usp=sharing).
137
138
138
-
#### 02042022: Version 0.3.6 is released.
139
+
#### 02042022: Version 0.3.6 was released.
139
140
- A few bugs relating with the function to arrange multiple polar plot objects.
140
141
141
-
#### 02042022: Version 0.3.5 is released.
142
+
#### 02042022: Version 0.3.5 was released.
142
143
- A few bugs in `move_legend` were fixed. (The `move_legend` for seaborn grided plot was not working properly.)
143
144
- Improved the speed of `savefig` operation.
144
145
145
-
#### 01242022: Version 0.3.3 is released.
146
+
#### 01242022: Version 0.3.3 was released.
146
147
- A few bugs were fixed.
147
148
148
-
#### 01222022: Version 0.3.0 is released.
149
+
#### 01222022: Version 0.3.0 was released.
149
150
<details>
150
151
<summary> Patchworklib now supports the function to arrange matplotlib.projections.polar.PolarAxes ojbects. </summary>
0 commit comments