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 af23bde commit d595f27Copy full SHA for d595f27
patchworklib/patchworklib.py
@@ -15,14 +15,14 @@
15
import matplotlib.font_manager as fm
16
import matplotlib.pyplot as plt
17
import matplotlib.axes as axes
18
-import plotnine
19
20
from contextlib import suppress
21
from types import SimpleNamespace as NS
22
from matplotlib.offsetbox import AnchoredOffsetbox
23
from matplotlib.transforms import Bbox, TransformedBbox, Affine2D
24
25
try:
+ import plotnine
26
import patchworklib.modified_plotnine as mp9
27
except Exception as e:
28
pass
0 commit comments