Skip to content

Conversation

@gnzng
Copy link

@gnzng gnzng commented Jul 16, 2025

Problem

ax = fig.gca(projection="3d") got deprecated in newer matplotlib versions, and gave the following error:

image

Fix

using fig.add_subplot(111, projection="3d") works fine:
image

Tested on python 3.10 and matplotlib 3.10.3 for PVAPY_NTNDA_Viewer.py and P4P_NTNDA_Viewer.py.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant