Teun van den Brand

Results 906 comments of Teun van den Brand

> The reason is stability of SVG generation. I find this argument very reasonable, but is it an option to change the device name from `"devSVG"` to something else so...

In addition to pattern support, it would be nice to have support for other newer graphical features as well (clipping paths, masks, compositing/blending, affine transformations, glyphs and fill/stroke paths).

Thanks for the swift review! If these changes are suboptimal, you can see this PR as just pointing out some tests that are incompatible with the upcoming ggplot2 release and...

The transformation should be mostly irrelevant for binned scales, the only thing that would matter are the breaks. The log10 breaks have a different default break algorithm than the other...

Maybe the algorithm needs to be made robust, or at least throw a more informative error

Would it be more clear if the phrase in the documentation went: > a vector of length 2 that represent the data range

I mostly agree, there should be some normalisation of the `x` argument so that the functions always operate on a sorted vector of length 2 with no non-finite elements, like...

The function does work as intended: `...` arguments in the function factory are forwarded to `base::format()` when used to label numbers. ``` r foo nchar() #> [1] 7 7 7...

Yes that seems right to my mind. The 'may' part of the complaint is the operative word, but I can understand that from a static analysis of `foo`'s function body/formals...