Scott Shambaugh

Results 43 comments of Scott Shambaugh

I can confirm that the linked solution works, this would be a great feature to have!

Docs build and look good: ![image](https://user-images.githubusercontent.com/14363975/183987916-20bc1ca9-daaf-4171-9197-34f76481e99d.png)

@timhoffm I believe what you're suggesting is currently what happens when you plug in those values? First letter defining a left-right increasing horizontal axis, and second letter defining an increasing...

As a bonus, would be good to show the u, v, w view axes as added in https://github.com/matplotlib/matplotlib/pull/23449 They're defined like the axes in this image [from this page](https://www.scratchapixel.com/lessons/3d-basic-rendering/perspective-and-orthographic-projection-matrix/projection-matrices-what-you-need-to-know-first), where...

As another bonus, the "unfolded" 3D plot from [here ](https://github.com/matplotlib/matplotlib/pull/23644#issuecomment-1218795613)would be good to include. This all should probably be a full standalone page of documentation. ![image](https://user-images.githubusercontent.com/14363975/185271940-8e675136-d581-4f78-9807-ef123d30af3b.png)

Took at stab at this today: ![image](https://user-images.githubusercontent.com/14363975/186205439-a288395a-932c-41f2-986a-b41dc2539a50.png)

The surfaces we are projecting onto here are not so arbitrary - they’re the “corner of a box” formed by the three axis panes which are visible in every 3D...

I *think* it should be pretty discoverable by waving the mouse around? One coordinate is always fixed on each plane, and the transitions when crossing the primary axes are pretty...

This is going to take some more effort than I thought, getting the right z coordinate is not a simple fix and will require writing up proper inverse projections. I've...

When complete, this closes https://github.com/matplotlib/matplotlib/issues/23352