plotly/plotly.py

[BUG]: TOZEROY FILL IS FILLING AREAS OF THE PLOT THAT HAS NO DATA IN IT

开放

#5,632 创建于 2026年6月22日

 (7 条评论) (0 个反应) (0 位负责人)Python (2,467 个派生)batch import
P2buggood first issuegood for agentsize: 3

仓库指标

星标
 (14,684 个星标)
PR 合并指标
 (平均合并 1天 7小时) (30 天内合并 7 个 PR)

描述

So, I have currently implemented the tozeroy fill (the area under the curve) to a feature in one of the datasets I'm working with When I set the fill the tozeroy, it fills under the areas of the plot that currently have no data in it, tozeroy currently joins a polygon from the bottom edge of a point that has data to the top of another edge that has data in it to cover that empty data trace section. When I set the fill to 'none', plotly obeys the rule of not covering for the spots that has no data in it as shown in the picture below The areas I circled is where the problem lies as shown in the picture below

Thank you

贡献者指南