marsilea 0.5.7__py3-none-any.whl → 0.5.8__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
marsilea/_version.py CHANGED
@@ -1 +1 @@
1
- version = "0.5.7"
1
+ version = "0.5.8"
marsilea/dendrogram.py CHANGED
@@ -236,13 +236,12 @@ class Dendrogram(_DendrogramBase):
236
236
  ylim = self._render_ylim
237
237
  if orient in ["right", "left"]:
238
238
  xlim, ylim = ylim, xlim
239
-
240
239
  if control_ax:
241
240
  ax.set_xlim(*xlim)
242
241
  ax.set_ylim(*ylim)
243
242
  if orient == "left":
244
243
  ax.invert_xaxis()
245
- if orient == "bottom":
244
+ if orient != "top":
246
245
  ax.invert_yaxis()
247
246
 
248
247
  if add_root:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: marsilea
3
- Version: 0.5.7
3
+ Version: 0.5.8
4
4
  Summary: Declarative creation of composable visualizations
5
5
  Project-URL: Home, https://github.com/Marsilea-viz/marsilea
6
6
  Project-URL: Documentation, https://marsilea.readthedocs.io
@@ -1,10 +1,10 @@
1
1
  marsilea/__init__.py,sha256=mMtII0QzSVGrr1vJXTglr6wBd2AHElrDnDp1iGQbOxo,626
2
2
  marsilea/_api.py,sha256=tymWZHfjhx8-0NNd9762znfdIu36NrARRweEIr5L1mA,283
3
3
  marsilea/_deform.py,sha256=QRz4OGXMsQzbiIkC3ASzZayMPhHhoFsEK38oBzSeQG8,14440
4
- marsilea/_version.py,sha256=06EkKCZh0our2EHc5Ssv0FmkpTsQ75viNNVyU74k-Zg,18
4
+ marsilea/_version.py,sha256=IAa3xnF9S8cqANXapf16xG7B-aQG7AHxJ3Iio8QzYuc,18
5
5
  marsilea/base.py,sha256=GBgSirueH65nhfkunCVYhV7ePX4i01jog5gzkBBOsi0,46951
6
6
  marsilea/dataset.py,sha256=Qh8k1DhTiwP_Me709CkpNwRaYLDzlenRTIk0U6D58_g,4631
7
- marsilea/dendrogram.py,sha256=Ung43zseybZKzTEvH5P_ge3WGfsr7i7qsX7YEVDlC74,15590
7
+ marsilea/dendrogram.py,sha256=T3Sct6z7cZu19zVjF1UOQ2lEGRf0glnHqkl9Iq-1vyM,15586
8
8
  marsilea/exceptions.py,sha256=wN5ElUZxuaJKSnnwWdkNx6P-Oc16dzSuaRPbRKWIBEM,1046
9
9
  marsilea/heatmap.py,sha256=8Wo1NxFTBp1a7NOISmer0yQYWWgf51Xsvjav1h1vTYk,4316
10
10
  marsilea/layers.py,sha256=w_yvghwYAO112mVvp1krjUjEIQYq_1nz2uCsTUJdB-Y,12909
@@ -26,7 +26,7 @@ marsilea/plotter/text.py,sha256=6S4mnAxLJLMkduKiyor03lPd86oTOJ5TojVREA9oU6s,3746
26
26
  oncoprinter/__init__.py,sha256=efshcAD1h9s-NVJj4HLU9-hXc_LtTeIrNYqLHl-sm_g,106
27
27
  oncoprinter/core.py,sha256=XBIwTsAvcA-mJSwHU0xpaTBCxBNh7yusmzblRATmekY,11866
28
28
  oncoprinter/preset.py,sha256=lo6Llz31KVFt3QOFgFc0BunloZV1FxcFVpH8kOfarNw,8363
29
- marsilea-0.5.7.dist-info/METADATA,sha256=dwF30Q0pA8_V6LyPuIn_Rs3bLhoSooxtCTjqwBc8MYs,7265
30
- marsilea-0.5.7.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
31
- marsilea-0.5.7.dist-info/licenses/LICENSE,sha256=RhHHDuP61qzKmfHtOQUVLZfCgMkKx9PXzxzkLtmAjHo,1078
32
- marsilea-0.5.7.dist-info/RECORD,,
29
+ marsilea-0.5.8.dist-info/METADATA,sha256=K1zVNQmON1MaJTDU4N1ostBGiwVvDdxTHft4K-ocxyk,7265
30
+ marsilea-0.5.8.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
31
+ marsilea-0.5.8.dist-info/licenses/LICENSE,sha256=RhHHDuP61qzKmfHtOQUVLZfCgMkKx9PXzxzkLtmAjHo,1078
32
+ marsilea-0.5.8.dist-info/RECORD,,