lets-plot icon indicating copy to clipboard operation
lets-plot copied to clipboard

Make scale's 'breaks' / 'labels' parameters understand dict of breaks as keys and labels as values.

Open alshan opened this issue 5 years ago • 0 comments

At the "Titanic" example nice to use dict:

embark_dict = dict(C='Cherbourg', Q='Cobh', S='Southampton')

as 'breaks' / 'labels' - need to consult ggplot2 docs to figure out which parameter is most suitable (or maybe both?)

alshan avatar Jul 15 '20 17:07 alshan