noaa-oar-arl/monet

Line width option for `quick_map`

zmoon opened this issue ยท 5 comments

zmoon commented

Hi,

I was wondering whether it would be possible to add an argument to the quick_map function to enable the user to specify the linewidth for the country outlines?

Many Thanks,

Annie

Originally posted by @annalisasheehan in #92 (comment)

@zmoon lets make this an option to set the linewidths as a kwarg

zmoon commented

Looks you can already specify this with map_kws dict, e.g.

da.monet.quick_map(map_kws=dict(linewidth=2))

@bbakernoaa do we still want to support a standalone kwarg?

@zmoon well look at me! I think that this is the way I envision it. I don't want to add a specific linewidth outside of map_kws as I see it as directly effecting the linewidths of the cartopy lines.

zmoon commented

@annalisasheehan are you happy this solution?

That's great, thank you both!