-
Notifications
You must be signed in to change notification settings - Fork 190
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
If I make a plot with custom axis labels I want them to match the style of the built-in labels, and often wind up searching for unicode arrows to copy-and-paste.
Might it make sense for Plot to provide helper functions to make it a little easier to stay consistent with the default convention?
Plot.formatAxisX = text => text + ' →'
Plot.formatAxisY = text => '↑ ' + text
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request