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'm encountering an issue with the facet_wrap() function when using the TidierPlots package. I've noticed that when I apply facet_wrap() to a plot, it causes the plot to malfunction.
The text was updated successfully, but these errors were encountered:
Thank you for your prompt response. I have tried the following code and encountered errors. For specific errors, please refer to the attached PDF document.
```julia
facet_wrap(:variable)
facet_wrap(facets="variable")
```
在 2024-09-08 21:49:05,"Karandeep Singh" ***@***.***> 写道:
Can you try facet_wrap(:variable)?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
Describe the bug
Hello,
I'm encountering an issue with the
facet_wrap()
function when using the TidierPlots package. I've noticed that when I applyfacet_wrap()
to a plot, it causes the plot to malfunction.The text was updated successfully, but these errors were encountered: