-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scattergl fill - autorange and restyle #2354
Comments
cc @dfcreative
|
this one is fixed via #2377. The autorange issues prevail. |
@dfcreative I found a pretty bad typo in the scattergl calc step where the marker options container is refered to This means that In short, I'll spend some time during to clean up the scattergl calc, by hopefully reusing as much of |
done in #2404 |
Related: #2417 |
scattergl
doesn't match thescatter
svg autorange behavior with fill: for example,fill: 'tozeroy'
like in thegl2d_axes_labels2
mock should trigger the y axis to autorange to zero, and the x axis to autorange tightly rather than padded, despite the markers.Also: open the same mock and
Plotly.restyle(gd, {fill: 'none'})
- the fill will not disappear, though if you add a fill to a plot that doesn't have one, it will appear.The text was updated successfully, but these errors were encountered: