Ryan Hafen

Results 203 comments of Ryan Hafen

Great! In general, once we have get and set methods, the idea is to run over all panels with the get method and collect all the x and y limits....

We may have to depart (slightly) from the ggplot2 syntax here if we want to include sliced (which we most certainly do - it's an important case that ideally should...

I wondered if we would run into this. Does it look possible to be able to salvage the `ggplot2_build()` or do we need to rebuild again after applying the new...

I haven't yet migrated to blogdown, but it's probably similar. You need to do `facet_trelliscope(..., path = "some_relative_path")`. Another alternative is to publish your display somewhere (github pages, netlify, etc.)...

The place in the code where this is happening is when it's doing a skewness test on each of your cognostics to determine whether its distribution should be shown on...

It's interesting that @hathawayj also experienced this issue so I wonder if there is something we could be doing better to give a more clear error message. If I could...

This is a work in progress, nothing committed yet. However, if you install from the dev branch, you will notice that the application state is now preserved in the URL....

Actually this is mainly an issue of the grid always being "fixed". What I mean by that is that the number of rows and columns is explicitly specified. Here, it's...

Sure. The output that is written when you make the plot works standalone and can be put on a web server or github pages, zipped up and sent to someone...

Sure. I'll leave this open until I update the docs.