Gregory R. Warnes

Results 57 comments of Gregory R. Warnes

@nrabinowitz The algorithm you describe won't work if the original polygon has regions that are too small/narrow to contain any cell centroids.

Sorry @nrabinowitz, I misread your algorithm. I had assumed you traced the edges of `polyfillSet` rather than tracing the edges of `shape`.

I suppose it would take some experimentation to determine how fine to sample the points...

@dmurdoch I merged in the changes from `master` and resolved the conflicts.

I’ll fix that tomorrow. On Sun, Dec 3, 2023 at 5:00 PM Hao Zhu ***@***.***> wrote: > Sure, I think this feature aligns with what we have in column_spec (...

Removed `spec_barplot` from `mini_plots.R` and resolved merge conflict.

By default, `diff_data` provides 1 line before and 1 line after each group of changes. You can change this behavior using the `unchanged_context` parameter. To avoid showing any unchanged rows,...

There *is* a bug in `render_diff` that loses the original order of the rows in the comparison table because it gets sorted by the first column.

I've just created PR #113 which adds the necessary tags so that you can use CSS to add open/close icons to the `bs_accordion` headlings. This is illustrated, using plain "+"...

I just uploaded a function `bs_multi_open` in #112 that allows you to control which (if any) of the panels are initially open, as well as enabling/disabling multiple open panels.