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
- Sum bugs relating with the function to arrange multiple polar plot objects.
21
+
22
+
#### 02042022: Version 0.3.5 is released.
20
23
- Some bugs in `move_legend` were fixed. (The `move_legend` for seaborn grided plot was not working properly.)
21
24
- Improved the speed of `savefig` operation.
22
25
23
-
**01242022 Version 0.3.3 is released. Some bugs were fixed.**
26
+
#### 01242022: Version 0.3.3 is released.
27
+
- Some bugs were fixed
24
28
29
+
#### 01222022: Version 0.3.0 is released.
25
30
<details>
26
-
<summary> <b>01222022: Version 0.3.0 is released. Patchworklib now supports the function to arrange matplotlib.projections.polar.PolarAxes ojbects. </b> </summary>
31
+
<summary> Patchworklib now supports the function to arrange matplotlib.projections.polar.PolarAxes ojbects. </summary>
27
32
28
33
When you load a matplotlib.projections.polar.PolarAxes object as a Brick class object, please use 'cBrick' instead of 'Brick'.
29
34
Now, you can arrange multiple circos plots using [pycircos](https://github.com/ponnhide/pyCircos) and patchworklib. Please see the follwoing example code.
**01212022 Version 0.2.1 is released. Some bugs for 'load_seaborngrid' were fixed.**
39
+
#### 01212022: Version 0.2.1 is released.
40
+
- Some bugs for 'load_seaborngrid' were fixed.
35
41
42
+
#### 01202022: Version 0.2.0 is released.
36
43
<details>
37
-
<summary> <b>01202022: Version 0.2.0 is released. Patchworklib is now possible to arrange Seabron gridded plots. The "stack" function is added. Some bugs were fixed. </b> </summary>
38
-
44
+
<summary> Patchworklib is now possible to arrange Seabron gridded plots. The "stack" function is added. Some bugs were fixed. </summary>
45
+
39
46
#### Arranging seaborn gridded plots
40
47
Patchworklib supported the function to arange multiple seborn plots generated based on axisgrid (FacetGrid, PairGrid, and JointGrid).
41
48
Let's see the follwoing example.
@@ -96,8 +103,9 @@ stacked_axes.savefig()
96
103
97
104
98
105
</details>
99
-
100
-
**01142022: Version 0.1.0 was released and it was avialable through pip**
106
+
107
+
#### 01142022: Version 0.1.0 was released.
108
+
- Patchworklib was now avialable through pip.
101
109
102
110
<details>
103
111
<summary> <b>01132022: "spacer" class was implemented and "case" parameter was added to Bricks class.</b> </summary>
0 commit comments