-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
Surface plots #5101
Surface plots #5101
Commits on Mar 31, 2021
-
Use broadcast_like for 2d plot coordinates
Use broadcast_like if either `x` or `y` inputs are 2d to ensure that both have dimensions in the same order as the DataArray being plotted. Convert to numpy arrays after possibly using broadcast_like. Simplifies code, and fixes pydata#5097 (bug when dimensions have the same size).
Configuration menu - View commit details
-
Copy full SHA for 3ad10d9 - Browse repository at this point
Copy the full SHA 3ad10d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17151d1 - Browse repository at this point
Copy the full SHA 17151d1View commit details -
Implement 'surface()' plot function
Wraps mpl_toolkits.mplot3d.axes3d.plot_surface
Configuration menu - View commit details
-
Copy full SHA for 38220a6 - Browse repository at this point
Copy the full SHA 38220a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ce6941 - Browse repository at this point
Copy the full SHA 0ce6941View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7dbdf1 - Browse repository at this point
Copy the full SHA c7dbdf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc0c85a - Browse repository at this point
Copy the full SHA bc0c85aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d31e193 - Browse repository at this point
Copy the full SHA d31e193View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7acce7e - Browse repository at this point
Copy the full SHA 7acce7eView commit details
Commits on Apr 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1e4ff18 - Browse repository at this point
Copy the full SHA 1e4ff18View commit details -
Configuration menu - View commit details
-
Copy full SHA for e12b7ce - Browse repository at this point
Copy the full SHA e12b7ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 266bd4a - Browse repository at this point
Copy the full SHA 266bd4aView commit details -
Remove cfdatetime surface plot test
Does not work because the datetime.timedelta does not work with surface's 'shading'.
Configuration menu - View commit details
-
Copy full SHA for e3de64f - Browse repository at this point
Copy the full SHA e3de64fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82c708e - Browse repository at this point
Copy the full SHA 82c708eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f27aa45 - Browse repository at this point
Copy the full SHA f27aa45View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0a1f40 - Browse repository at this point
Copy the full SHA b0a1f40View commit details -
Configuration menu - View commit details
-
Copy full SHA for e592e5e - Browse repository at this point
Copy the full SHA e592e5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43a51e9 - Browse repository at this point
Copy the full SHA 43a51e9View commit details -
Don't run test_plot_transposed_nondim_coord for surface plots
Too complicated to check matplotlib version is high enough just for surface plots.
Configuration menu - View commit details
-
Copy full SHA for ea43177 - Browse repository at this point
Copy the full SHA ea43177View commit details
Commits on Apr 20, 2021
-
Apply suggestions from code review
Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 648e13b - Browse repository at this point
Copy the full SHA 648e13bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 313daf0 - Browse repository at this point
Copy the full SHA 313daf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a566744 - Browse repository at this point
Copy the full SHA a566744View commit details -
Configuration menu - View commit details
-
Copy full SHA for 817d305 - Browse repository at this point
Copy the full SHA 817d305View commit details -
Make surface plots more backward compatible
Following suggestion from Illviljan
Configuration menu - View commit details
-
Copy full SHA for 99459cc - Browse repository at this point
Copy the full SHA 99459ccView commit details
Commits on Apr 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f86f76d - Browse repository at this point
Copy the full SHA f86f76dView commit details
Commits on Apr 27, 2021
-
Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7b6f470 - Browse repository at this point
Copy the full SHA 7b6f470View commit details -
Configuration menu - View commit details
-
Copy full SHA for efdc140 - Browse repository at this point
Copy the full SHA efdc140View commit details
Commits on Apr 28, 2021
-
Apply suggestions from code review
Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 518110c - Browse repository at this point
Copy the full SHA 518110cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84b3e6d - Browse repository at this point
Copy the full SHA 84b3e6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08b9117 - Browse repository at this point
Copy the full SHA 08b9117View commit details
Commits on Apr 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c964848 - Browse repository at this point
Copy the full SHA c964848View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50152b3 - Browse repository at this point
Copy the full SHA 50152b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4831b8b - Browse repository at this point
Copy the full SHA 4831b8bView commit details
Commits on May 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cf9c49a - Browse repository at this point
Copy the full SHA cf9c49aView commit details