Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c51c132 + 8d19dbf commit 396a644Copy full SHA for 396a644
1 file changed
lib/matplotlib/mathtext.py
@@ -2259,10 +2259,10 @@ def __init__(self):
2259
| Error("Expected \operatorname{value}"))
2260
)
2261
2262
- placeable << ( symbol # Must be first
+ placeable << ( accent # Must be first
2263
+ | symbol # Must be second
2264
| c_over_c
2265
| function
- | accent
2266
| group
2267
| frac
2268
| stackrel
0 commit comments