You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently reading your book and finding it immensely beneficial. While following along with the code exercises, I noticed a discrepancy between the code and the image in the "Book2_Ch10_Python_Codes/BK_2_Ch10_01.ipynb" file under the 2D Dimension. Specifically, changing ax.view_init(azim=90, elev=90) to ax.view_init(azim=-90, elev=90) aligns the output with the picture. I wanted to bring this to your attention for review. Thank you!
Best regards,
[Colin]
The text was updated successfully, but these errors were encountered:
Dear Author,
I am currently reading your book and finding it immensely beneficial. While following along with the code exercises, I noticed a discrepancy between the code and the image in the "Book2_Ch10_Python_Codes/BK_2_Ch10_01.ipynb" file under the 2D Dimension. Specifically, changing ax.view_init(azim=90, elev=90) to ax.view_init(azim=-90, elev=90) aligns the output with the picture. I wanted to bring this to your attention for review. Thank you!
Best regards,
[Colin]
The text was updated successfully, but these errors were encountered: