Kyle Penner
Kyle Penner
## Rationale Fixes #1685, #1613, #1149, #1076, #1723, #955, #1367, #1617, and a bunch of other unfiled issues. NB a few of them were incorrectly marked as duplicates. Methodology applicable...
I'm not up-to-date on docstring conventions. ## Rationale Documentation for `set_extent` is unclear and wrong for one important case. ## Implications Clearer documentation!
Array slicing with libnetcdf 4.7.4 is very slow. The same slicing with 4.7.3 is fast. To reproduce this issue, first download this file: [https://data.nodc.noaa.gov/thredds/catalog/ncei/woa/salinity/A5B7/0.25/catalog.html?dataset=ncei/woa/salinity/A5B7/0.25/woa18_A5B7_s16_04.nc](https://data.nodc.noaa.gov/thredds/catalog/ncei/woa/salinity/A5B7/0.25/catalog.html?dataset=ncei/woa/salinity/A5B7/0.25/woa18_A5B7_s16_04.nc) (I can't generate a MWE file.)...
### Description Default styler fills LineStrings. IMO this behavior is unexpected; I expect LineStrings to be plotted as line strings. The workaround is to set `edgecolor` and `facecolor`. #### Code...
Double clicking on one element in the legend does not always isolate the element's corresponding trace. Sometimes all traces are shown, and sometimes no change is made. See the recording...
An animated scattermapbox figure with a legend sometimes shows jitter while using a slider. ```python3 import plotly.graph_objects as go lats = [_*0.02 for _ in range(500)] lons = [0]*500 fig...