obsidian-functionplot
obsidian-functionplot copied to clipboard
Function Legend
What's your feature?
It would be nice to have an option to show a legend like in this mockup.

The text in the legend should be separate from the function name / definition because that's not always helpful. For this example the functions are
sin = sin(x*PI/180)
cos = cos(x*PI/180)
but the legend should just be sin(x) and cos(x)
Any related problems?
No response
Additional context?
No response
It will be even better if we have the option to use math notation ($) for legends!
A followup to this: https://github.com/leonhma/obsidian-functionplot/pull/133#issue-1884910579