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
Hey Asjad! Could we make it so that there is an option to have the plot fill wide? In my older version it was just an option called "wide" and what it did was swap the X and Y axes so the waffle was essentially lying on its' side.
The text was updated successfully, but these errors were encountered:
I am not sure I fully understand the issue. Can you provide an example?
You can still partially make it vertically oriented (waffles from top to bottom) by using the rows() option. You can also stretch them horizontally by using the rowdots() and coldots() options.
But with a sample figure, I can provide a better answer.
Sure! In the current iteration, if I resize the waffle using rowdots() and coldots() I get this plot (using a single percentage):
In this case, the shaded squares seemingly "fill" from the bottom left corner, fill up each row and then move to the row above. With the "wide" feature it would look like this:
In this case, the shaded squares "fill" from the bottom left corner still, but they fill each column before moving to the column to the right.
I believe the solution is simply to swap the Y and X axes whenever "wide" is selected, which would essentially rotate the plot 90 degrees.
Hey Asjad! Could we make it so that there is an option to have the plot fill wide? In my older version it was just an option called "wide" and what it did was swap the X and Y axes so the waffle was essentially lying on its' side.
The text was updated successfully, but these errors were encountered: