We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RadarDisplay.plot_vpt
When setting time_axis_flag = True within plot_vpt, Matplotlib runs into error stating:
time_axis_flag
plot_vpt
TypeError: Dimensions of C (600, 1736) are incompatible with X (1736) and/or Y (601); see help(pcolormesh)
@zssherman mentioned that he had fixed this issue in another plotting view (#1025), which provides some hints on how to fix this issue..
The text was updated successfully, but these errors were encountered:
fixed in, #1381
Sorry, something went wrong.
No branches or pull requests
When setting
time_axis_flag
= True withinplot_vpt
, Matplotlib runs into error stating:@zssherman mentioned that he had fixed this issue in another plotting view (#1025), which provides some hints on how to fix this issue..
The text was updated successfully, but these errors were encountered: