From 122e7273508407cea59ec0ce3f30d5ff319436db Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Sun, 6 Aug 2023 22:37:43 -0700 Subject: [PATCH] update plot --- .github/write_cells.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/write_cells.py b/.github/write_cells.py index c8f5f41..95932cf 100644 --- a/.github/write_cells.py +++ b/.github/write_cells.py @@ -62,7 +62,7 @@ import gvtt c = gvtt.components.{name}({kwargs}) - c.plot_matplotlib() + c.plot() """ )