-
-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alignment and scaling issue #4
Comments
Perfect examples. Very much appreciated. I pushed (literally minutes ago) a version with many nulled margins. Give that one a go if you can (it won't fix all the issues). I ran that updated version with your code and did a The charts aren't left-aligned, but the blocks are the same size at least. |
Oh that's awesome. Thanks. I am going to play around with the left-align --jeff On Thu, Mar 19, 2015 at 11:52 AM, boB Rudis [email protected]
Jeff Atkins |
I added a parameter
Let me know how that works for you. |
This looks great. That the function is called Iron makes it even better! --jeff On Thu, Mar 19, 2015 at 7:32 PM, boB Rudis [email protected] wrote:
Jeff Atkins |
Follow-up from Twitter conversation...
Trying to make multiple waffle charts, in this case three of them, of raw abundance count, for comparison of abundance against the individual site. Example below is for brook trout abundance in three streams:
part one making the individual plots:
I tried a back door method that I have found works well with typical plot elements using the gridExtra and gtable packages to arrange plots. This code is pretty rough. This actually fixes the problem of scaling, but then centers everything.
This may be a rather crude way to do it if one wants to make multiple graphs (belaying my abject novice status here). But interested in how to best go about this.
The text was updated successfully, but these errors were encountered: