Michael Friendly

Results 88 comments of Michael Friendly

I made the default alpha=0.9. Let me know what you think.

@john-d-fox Given that this problem seems to be relatively rare, your solution seems more than adequate. I recommend going ahead with this commit and adding some documentation on the options(fractions=)....

Wow! Thx @dmurdoch For the record, the suggestion is to add a `pkgdown: asis: true` to the yaml header of vignettes, one of mine looks like: --- title: "HE plot...

There was another post on SO, https://stackoverflow.com/questions/57193353/show-filled-arrow-in-legend-ggplot which suggested this function to fill arrow heads in the legend, # legend drawing function, copied from ggplot2 draw_key_segment_custom

Solved! The solution is to modify `GeomEdgePath` using a `fill` parameter draw_key_custom = function(data, params, size) { segmentsGrob(0.1, 0.5, 0.9, 0.5, gp = gpar( col = alpha(data$edge_colour, data$edge_alpha), fill =...

Yes, I should have tried something first and then commented on what didn't work. You can close this issue.

OK, so I've tried using the two French grids, `fr_departements_grid1` (101 depts) and `fr_departements_grid2` (69 depts). I can post to SO, but trying again here for some direct pointers. My...

Oh, perhaps this discussion is SO overthinking this, and I should have been clearer in my initial post of this issue. Maybe I'm missing something here, or maybe there is...

I don't see any strong need to do this in a package that is 95% data

Looks good. Thanks. Has this been submitted to Sean Lahman's baseball archive? https://www.seanlahman.com/baseball-archive/statistics/ That is our source for the Lahman package