-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Add \underline to mathtext? #14235
Copy link
Copy link
Open
Labels
New featurekeepItems to be ignored by the “Stale” Github ActionItems to be ignored by the “Stale” Github Actionmentored: sprintIssues intended and suitable for sprintsIssues intended and suitable for sprintstopic: text/mathtext
Milestone
Metadata
Metadata
Assignees
Labels
New featurekeepItems to be ignored by the “Stale” Github ActionItems to be ignored by the “Stale” Github Actionmentored: sprintIssues intended and suitable for sprintsIssues intended and suitable for sprintstopic: text/mathtext
Feature request
\underline is a valid LaTeX command but is not available in mathtext as documented here https://matplotlib.org/users/mathtext.html#mathtext-tutorial. My guess is that this is not common in math formulas but I have a user that does have a need for it in their formulas. I realize I can do
plt.rc('text', usetex=True)to pass off the entirety of LaTeX rendering but it would be nice to have this available within matplotlib. Any arguments for/against?Matplotlib version
print(matplotlib.get_backend())): TkAgg