Skip to content

Commit 9707fef

Browse files
forgot one clean_figure command
1 parent d95b921 commit 9707fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_cleanfigure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,5 +538,5 @@ def test_memory():
538538
import tikzplotlib
539539

540540
plt.plot(np.arange(100000))
541-
tikzplotlib.clean_figure()
541+
clean_figure()
542542
plt.close("all")

0 commit comments

Comments
 (0)