You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure what the problem here is but it is very confusing. I'm trying to add a hline to a subplot using facet_col_wrap. When I specify the row to add_hline(), it doesn't actually add it to the proper row.
Rows are numbered from the bottom in Plotly, similar to how the origin for a cartesian plot is in the bottom-left. I'm sorry this has caused confusion for you!
I see, thanks. I think this is mainly what confused me, because I was also using make_subplots directly and expected the same behavior with Plotly Express.
Not sure what the problem here is but it is very confusing. I'm trying to add a hline to a subplot using facet_col_wrap. When I specify the row to add_hline(), it doesn't actually add it to the proper row.
The code I have is as follows:
Here is a screenshot of the web page generated:
As you can see, the line gets added to row 1 instead of row 3.
The input CSV file is attached:
test.csv
The text was updated successfully, but these errors were encountered: