Skip to content

Commit 9ba5973

Browse files
adding clean_figure import to __all__
1 parent c9f6372 commit 9ba5973

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tikzplotlib/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
__version__,
1010
)
1111
from ._save import get_tikz_code, save
12+
from ._cleanfigure import clean_figure
1213

1314
__all__ = [
1415
"__author__",
@@ -19,4 +20,5 @@
1920
"__status__",
2021
"get_tikz_code",
2122
"save",
23+
"clean_figure",
2224
]

0 commit comments

Comments
 (0)