Scott Shambaugh

Results 119 comments of Scott Shambaugh

Thank you @farquh for your work on this - it will be part of the upcoming v3.10 release. Congratulations on your first contribution to matplotlib, and we hope to see...

Played around with this today. The below shows that the grid and ticks are having their data coordinates calculated correctly. ```python fig = plt.figure() ax = fig.add_subplot(1, 2, 1) ax.set(xlim=(1,...

Speaking with familiarity on the 3D transforms but not as much on the 2D ones: This is really excellent foundational work, I think it much improves the 3D transformations. It's...

It looks like the linked issue has resolved things, though I haven't tested it. This issue may not be needed any more.

This lets me get a plot like I was wanting in the original issue! ```python import matplotlib.pyplot as plt import numpy as np from labellines import labelLines pi_2 = np.pi/2...

CI test failure unrelated, these are only docs changes.

See these two papers for good surveys: [Mutschler, S. "A Survey of Current Operations-Ready Thermospheric Density Models for Drag Modeling in LEO Operations" October 2023.](https://www.researchgate.net/publication/374998825_A_Survey_of_Current_Operations-Ready_Thermospheric_Density_Models_for_Drag_Modeling_in_LEO_Operations) [He, J, et al, "Comparison...

There are basically 3 use cases for drag modeling: 1) Historical modeling 2) Short-term (0-7 day) "nowcasting" 3) Medium - long term (3 month - 20 year) forecasting The model...