Ryan Hafen

Results 29 issues of Ryan Hafen

The `shape` parameter in `ly_hexbin` is used to make sure hexagons have the right aspect ratio in the plot. This could be automatically inferred from the specified `width` and `height`...

`ly_boxplot()` was put together pretty quickly. It needs to be made more robust to allow putting the categorical variable on either axis, coloring of the boxes, etc.

One of Bokeh's coolest features is streaming data with ServerDataSource. We need to explore this and see how we could make it available in rbokeh.

Currently we overwrite R print methods to capture plot output and send it to servr. It would be nice to do this more cleanly with something like `addTaskCallback()`. I want...

Provide the option for parallel rendering of panels. For this, to retain progress bars, we may need to look into pbapply (https://github.com/psolymos/pbapply) since it can do progress bars for parallel.

In both `facet_trelliscope()` and `trelliscope()`, we need to provide arguments like `x_scales` and `y_scales` with options `"free"`, `"same"`, and `"sliced"` and build a general mechanism for handling these that works...

For the sake of screen real-estate, it would be nice to be able to not repeat axes across panels in a grid when it is not necessary (when all axes...

When generating raster outputs like ggplot2, you are stuck with font sizes, glyph sizes, etc. regardless of how the plots are shown in the viewer. This can make the experience...

It would be really handy to have some data frames of cognostics that can be automatically or easily added to displays having to do with data that is split up...