We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9901623 commit e9fea84Copy full SHA for e9fea84
patchworklib/patchworklib.py
@@ -46,7 +46,7 @@
46
matplotlib.rcParams['xtick.major.size'] = 4
47
matplotlib.rcParams['ytick.major.size'] = 4
48
49
-__version__ = "0.5.0"
+__version__ = "0.5.1"
50
_basefigure = plt.figure(figsize=(1,1))
51
_render = _basefigure.canvas.get_renderer()
52
_scale = Affine2D().scale(1./_basefigure.dpi)
0 commit comments