[MNT]: Rename axis3d.Axis to Axis3D #30075
Labels
API: consistency
Maintenance
status: needs comment/discussion
needs consensus on next step
topic: mplot3d
topic: ticks axis labels
Summary
Currently,
axis3d.Axis
inherits fromaxis.XAxis
which inherits fromaxis.Axis
. This is a bit strange and possibly inconvenient. Especially if we think that the 3D stuff will make it into the main library at some stage.Proposed fix
Rename
axis3d.Axis
toAxis3D
.One will have to check it there is anything in
XAxis
that is actually needed and then consider how to proceed. (One may guess that anything needed inXAxis
is so generic that it can go inAxis
since it then would be needed forYAxis
as well?)Possibly, one should also rename
axis3d.XAxis
toaxis3d.XAxis3D
etc. for consistency.The text was updated successfully, but these errors were encountered: