plotly/plotly.py

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

Open

#5,632 建立於 2026年6月22日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)Python (2,467 fork)batch import
buggood first issuegood for agent

倉庫指標

Star
 (14,684 star)
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

貢獻者指南