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
I found an issue when using facet_wrap and facet_grid.
The problem is related with the existence of a unique value in the x axis. When this happens, only the first panel shows the x axis correctly.
Here is a reproducible example:
Hi,
Great package!
I found an issue when using facet_wrap and facet_grid.
The problem is related with the existence of a unique value in the x axis. When this happens, only the first panel shows the x axis correctly.
Here is a reproducible example:
This produces this plot:

However, when using ggplotly
ggplotly(p)
This happens:

The x axis of the first panel is OK, but all the other panels will show numbers on the x axis.
Thank you!
The text was updated successfully, but these errors were encountered: