Scott Shambaugh

Results 25 issues of Scott Shambaugh

## PR Summary Adds documentation showing azimuth and elevation angles needed to look at the primary planes in 3d plots. Fulfills some of the needs of https://github.com/matplotlib/matplotlib/issues/23544, resulting views are...

### Problem In matlab, you can right-click on a 3D plot and a context menu pops up that gives you the option to 'Go to X-Y view', 'Go to X-Z...

New feature
topic: mplot3d

## PR Summary Starting with @greglucas's work in https://github.com/matplotlib/matplotlib/pull/22614, I got panning and zooming working again with the toolbar buttons. Closes https://github.com/matplotlib/matplotlib/issues/110 (the oldest open issue!) **Changes in this PR:**...

topic: mplot3d
topic: widgets/UI

### Bug summary When enlarging 3D plots with `ax.set_box_aspect(None, zoom=zoom)`, there is a mismatch between the limits of rendering data and the axis planes. These should be aligned. ### Code...

topic: mplot3d

## PR Summary Currently a Work in Progress Closes https://github.com/matplotlib/matplotlib/issues/22775 and closes https://github.com/matplotlib/matplotlib/issues/4334. Also gets rid of the annoying helper function at cause in https://github.com/matplotlib/matplotlib/pull/23430. Some previous discussion in https://github.com/matplotlib/matplotlib/issues/22624....

### Documentation Link _No response_ ### Problem PR https://github.com/matplotlib/matplotlib/pull/21426 adds a "roll" angle to viewing 3D plots for v3.6.0. We need a picture like the one below (which comes from...

Documentation

### Problem When rotating 3D plots, the coordinate display changes to display the elev/azim/roll view angles. Something similar would be useful for zooming and panning in both 3D and 2D...

New feature
topic: mplot3d
topic: widgets/UI

**What happened**: I use dask as a way to do parallel processing of single functions, and [the repo where I use it](https://github.com/scottshambaugh/monaco/blob/main/src/monaco/mc_sim.py) essentially runs three different single-item task graphs one...

To use the first example as a starting point, say I want to put all the labels for the lines to the right of the lines at x=1.05. Right now...

Closes https://github.com/matplotlib/matplotlib/issues/25804 ## PR summary This PR introduces "dynamic clipping" of the data in 3D plots, such that data outside the axis limits is not shown. I did a deep...

New feature
topic: mplot3d
topic: text
Documentation: examples