Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Visualize-ML authored Apr 3, 2023
1 parent e492e66 commit 502c429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Book3_Ch02_Python_Codes/Bk3_Ch2_10.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
plt.yticks(rotation=0)

plt.sca(axs[1])
plt.title('$@$')
plt.title('$+$')
plt.axis('off')

plt.sca(axs[2])
Expand All @@ -99,7 +99,7 @@
plt.yticks(rotation=0)

plt.sca(axs[3])
plt.title('$@$')
plt.title('$+$')
plt.axis('off')

plt.sca(axs[4])
Expand Down

0 comments on commit 502c429

Please sign in to comment.