tabplot icon indicating copy to clipboard operation
tabplot copied to clipboard

R package for tableplot visualisation

Results 8 tabplot issues
Sort by recently updated
recently updated
newest added

Hi, tabplot requires ffbase for installation. But ffbase has been archived: https://cran.r-project.org/package=ffbase Therefore, not even devtools::install_github("mtennekes/tabplot") works. Best Sigbert

directory sandbox currently contains a `bin_data` implementation using `data.table`. For discussion, my suggestion is that this would be the standard implementation and that change the ffbase dependency into a Suggest,...

Hi, I just recently found `tabplot` and it looks like a great package to visualize relationships in large data sets. For the visualizations I am currently working on, tabplot would...

It is more of a feature request than an issue. It will be really useful if it is possible to pass a list of columns to sortCol argument in tableplot()...

Hi, I have a data set that has no missing values, yet some columns in tableplot have a missing value indicator in the legend. I can remove the red box...

Finally, I've found some time to plot sd bars (tnx to @edwindj for sd calculations): ![rplot](https://cloud.githubusercontent.com/assets/2444081/12911893/a903a2f8-cf15-11e5-8ab3-4de607f00880.png) This is together with mean bars. It's also possible to plot only the sd...

enhancement

Is there a python version of tableplot somewhere? I want to use it with some data I have in pandas!

I have a huge dataset I want to visualize in tabplot. The dataset currently resides in a redshift server, and I can pre-aggregate a lot of the bins before I...