sfd99

Results 16 comments of sfd99

_Yes !_ displaying more than 1 Sparkline per output row (as shown in **@timelyportfolio**'s image, above), would be very nice...(if it's easy to use).

Exactly _the same problem here_, with: **latest Rstudio 1.4.1717 R 4.1.1. under Ubuntu Linux 20.04. DT pkg version 0.18** Simply testing this code in Rstudio: library(DT) datatable(iris) will show an...

Thanks for getting back, Nick. I really don't know the reason... Maybe **Shiny** + **Viewer Pane** combination "times out", after a while?. Clicking [Zoom] seems to work ok for some...

Ah, understood. Thanks, Mike!. ps: ref point 3), I did read the documentation carefully but the only reason I did not define the set_size() function manually, (as you show in...

_thanks, Dillon!._ Hope you find way to implement **Ctrl-Z / UNdo**. Would be _very_ helpful and needed.

**_Hi Alastair,_** Thanks for the response. Yes, pls do let us know if you find a solution to this weird hist quirk. Looking forward to it!. Great PKG... Best, **sfd99...

I found a _starting point_ to this misalignment hist problem: https://stackoverflow.com/questions/41486027/how-to-align-the-bars-of-a-histogram-with-the-x-axis Take a look!... Did this Dr, Google query: **how to align histogram bars with the corresponding values in R**...

And finally, one last, good possible sol: ggplot(mtcars, aes(x = factor(cyl))) + geom_bar() ![image](https://user-images.githubusercontent.com/3316239/145660571-4ca00574-7baf-4147-a857-ba09405610fc.png) VIA: https://www.guru99.com/r-bar-chart-histogram.html

Hi Alastair, Yes, I agree. That rule (your comment above), could be a possible solution to the hist alignment quirk... If it works in a generic way, the **inspectdf** PKG::...

_Thanks, Thomas!._ As for **Q2** (above), some suggested (minimally intrusive) solutions, for the lime plots    Petal.Width