From cf6a52b3de484cff361fb6af9c20deb056d02348 Mon Sep 17 00:00:00 2001 From: alex-rakowski Date: Tue, 28 Nov 2023 20:19:05 -0800 Subject: [PATCH] typo `pltgs.` to `plt.` --- tutorials/dottest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/dottest.py b/tutorials/dottest.py index b5f1fde2..b16e332c 100755 --- a/tutorials/dottest.py +++ b/tutorials/dottest.py @@ -47,7 +47,7 @@ ############################################################################### # And here is a visual intepretation of what a dot-test is -gs = pltgs.GridSpec(1, 9) +gs = plt.GridSpec(1, 9) fig = plt.figure(figsize=(7, 3)) ax = plt.subplot(gs[0, 0:2]) ax.imshow(Op.A, cmap="rainbow")