Achim Zeileis

Results 78 comments of Achim Zeileis

Wow, already submitted and accepted, that was fast!! :partying_face: And also the GitHub pages () are up to date. Wonderful, very much appreciated! One more small idea (not urgent at...

Closing this issue because version 0.2.1 was successfully released on CRAN and development version on GitHub bumped to 0.2.1.9000.

Same here. Don't you have to go through the sRGB gamut ultimately because that is what is used by R's graphics system?

If I'm reading the meta-information correctly, then the PNG in the first post also uses sRGB. So I would suspect that this is an "emulation" or "illustration" rather than a...

This was addressed in the vectorization of distributions (#71). We now have: ``` set.seed(0) fit_mle(Normal(), rnorm(100)) ## [1] "Normal distribution (mu = 0.02267, sigma = 0.8827)" Normal(0, sqrt(1:4)) ## [1]...

I think this issue can now be closed after https://github.com/alexpghayes/distributions3/pull/90 has been merged. Or is there anything left to do?

`Red-Yellow` and `Earth` are both very nice and harmonic palettes. However, they work better for cases with fewer colors. Hence for picking a general default I would probably go with...

I'm of course biased because I co-wrote `hcl.colors()` and `palette.colors()` but I wanted to add two small comments to the discussion: * We have written the functions specifically for tasks...

Yes, indeed, this is an important issue. It was also an important part in the consideration for the new default `palette()` in R starting from version 4.0.0 and in the...

The functions `hcl.swatch()` and `palette.swatch()` are only on the manual page because we felt that (a) it was unclear what exactly the specs of the function should be, (b) it...