Skip to content

Commit

Permalink
typo pltgs. to plt.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rakowski committed Nov 29, 2023
1 parent 55c42ac commit cf6a52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/dottest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit cf6a52b

Please sign in to comment.