directlabels
directlabels copied to clipboard
Direct labels for multicolor plots in lattice or ggplot2
Maybe remove contour plot support/examples? https://cloud.r-project.org/web/packages/isoband/vignettes/isoband3.html does much better labels.
handling custom densityplot params in lattice? problems with plotting color labels in lattice when col= is specified, see etc/individual.R, and gabor.R see etc/xYplot.R for a problem with plotting some weird...
image labels: draw a grob on screen instead of assuming it is text. Have a toggle for drawing images and/or text. Handle both in a uniform way in Positioning Methods...
Implement a solver for vertical.qp, for portability (to remove dependency on quadprog).
From Paul Murrell: - drawDetails does not work with grid.force. - calling drawDetails.dlgrob is probly a bad idea. - makeContent works with grid.force but would be a lot of work....
Hi, I was wondering if there is a way of parsing expressions to use as direct labels. For example, to use superscript, having `test1^test2` as label would be plotted as...
Transition to the makeContent hook (in order to make the codebase eligible to exercise grid.force)
Includes refactoring of: - `dlgrob` (`grob` to `gTree`) and `drawDetails` (`drawDetails.dlgrob` to `makeContent.dlgrob`) - `draw.polygons` and `draw.rects` - `far.from.other.borders`, `project.onto.segments`, `calc.boxes` and `empty.grid`
hi @Anirban166 this PR contains a fix for the following example: ```r df
`dldoc` can be run on this branch, with similar results as observed in https://github.com/Anirban166/GSoC21-Tests/issues/9#issuecomment-808652899 Steps to reproduce the changes included here: - Download the svn repo from the scm page...