We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
sin(x)
cos(x)
No response
The text was updated successfully, but these errors were encountered:
It will be even better if we have the option to use math notation ($) for legends!
$
Sorry, something went wrong.
A followup to this: #133 (comment)
No branches or pull requests
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
but the legend should just be
sin(x)
andcos(x)
Any related problems?
No response
Additional context?
No response
The text was updated successfully, but these errors were encountered: