dreamRs / esquisse

RStudio add-in to make plots interactively with ggplot2
https://dreamrs.github.io/esquisse
Other
1.77k stars 229 forks source link

Axis-transform #83

Closed wilfriedmonangeIRSN closed 4 years ago

wilfriedmonangeIRSN commented 4 years ago

Hi, with release 0.2.2 of esquisse I get the following error while selecting any transformation apart from identity (log10, log2, etc.): Error : could not find function "scale_x_continuous"

Screenshot from 2019-11-05 09-26-38

pvictor commented 4 years ago

Thanks for reporting this, there was a missing import. this should work, note however that some transformations require a parameter that is not currently possible to specify (todo in a future release).

Victor