Problem
Now that #30980 is merged, log scales in 3D are working. We should match the 2D API and add semilogx, semilogy, semilogz for feature parity.
Also possible here are semilogxy, semilogyz, and semilogxz, which we may or may not want to add. This has an analogue to 'equalxy', etc arguments for set_aspect.
Open question we can bikeshed: what should be be done to match loglog? Potential options are logloglog, or just keep loglog as a shorthand for "log on all axes".
Proposed solution
No response
Problem
Now that #30980 is merged, log scales in 3D are working. We should match the 2D API and add
semilogx,semilogy,semilogzfor feature parity.Also possible here are
semilogxy,semilogyz, andsemilogxz, which we may or may not want to add. This has an analogue to'equalxy', etc arguments forset_aspect.Open question we can bikeshed: what should be be done to match
loglog? Potential options arelogloglog, or just keeploglogas a shorthand for "log on all axes".Proposed solution
No response