-
-
Notifications
You must be signed in to change notification settings - Fork 8k
Pull requests: matplotlib/matplotlib
Pull requests list
Do not do equality test with None
topic: mplot3d
#130
by WeatherGod
was closed Jun 7, 2011
Loading...
updated Jul 8, 2014
Do not do (in)equality tests with None. Use 'is' and 'is not' instead.
topic: mplot3d
#136
by WeatherGod
was merged Jun 15, 2011
Loading...
updated Jul 10, 2014
Fix Collection3D. Fixes legend for scatter3d
Release critical
For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
topic: mplot3d
Added support for empty input to scatter3d and plot3d.
topic: mplot3d
#375
by WeatherGod
was merged Jun 28, 2011
Loading...
updated Jul 16, 2014
Bugfix/anim3d example
topic: mplot3d
#22
by WeatherGod
was merged Feb 26, 2011
Loading...
updated Jul 23, 2014
Newfeats/mplot3d ticklabels
topic: mplot3d
#23
by WeatherGod
was merged Feb 26, 2011
Loading...
updated Jul 23, 2014
Added missing set_sort_zpos method for Line3DCollection objects.
topic: mplot3d
#111
by WeatherGod
was merged May 11, 2011
Loading...
updated Jul 23, 2014
Removing hard-coded values used in mplot3d
topic: mplot3d
#137
by WeatherGod
was merged Jun 16, 2011
Loading...
updated Jul 23, 2014
Added code information to Poly3DCollection
topic: mplot3d
#4793
by cwebster2
was merged Jul 27, 2015
Loading...
updated Jul 27, 2015
Tidying up and tweaking mplot3d examples [MEP12]
Documentation
MEP: MEP12
gallery and examples improvements
topic: mplot3d
Backport PR #9495 on branch v2.1.x
GUI: MacOSX
Release critical
For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
topic: mplot3d
Macosx fixes
GUI: MacOSX
Release critical
For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
topic: mplot3d
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.