Skip to content

Commit

Permalink
Update patchworklib.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ponnhide committed Feb 16, 2023
1 parent 9901623 commit e9fea84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patchworklib/patchworklib.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
matplotlib.rcParams['xtick.major.size'] = 4
matplotlib.rcParams['ytick.major.size'] = 4

__version__ = "0.5.0"
__version__ = "0.5.1"
_basefigure = plt.figure(figsize=(1,1))
_render = _basefigure.canvas.get_renderer()
_scale = Affine2D().scale(1./_basefigure.dpi)
Expand Down

0 comments on commit e9fea84

Please sign in to comment.