Commit 62bac20
Auto-escape % symbol in LaTeX in pie labels
Fixes Issue matplotlib#26377 - Adding Support For % operator in Latex
Excaping The % Operator in LaTeX for the Pie method
Update _axes.py
Added usetex key in textprops dictionary in pie method
Removing Flake Issues and Prioritizing textprops parameter
Fixes % operator in Latex in Pie Method
Removed Trailing Whitespace
Removed Unnecessary Label Test in Pie
Update lib/matplotlib/tests/test_axes.py
Skip Test when latex is not available
Co-authored-by: Kyle Sunden <[email protected]>
Update lib/matplotlib/tests/test_axes.py
Update test_name for % operator in Latex in Pie Method
Co-authored-by: Kyle Sunden <[email protected]>
Added Dependency for needs_usetex testing for checking Latex dependency
Comment For Using Regex To Support % Symbol in Latex
Comments added to escape % if not already escaped using regex
Co-authored-by: Tim Hoffmann <[email protected]>1 parent d0faf22 commit 62bac20
File tree
3 files changed
+29
-0
lines changed- doc/users/next_whats_new
- lib/matplotlib
- axes
- tests
3 files changed
+29
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
3377 | 3378 | | |
3378 | 3379 | | |
3379 | 3380 | | |
| 3381 | + | |
| 3382 | + | |
| 3383 | + | |
3380 | 3384 | | |
3381 | 3385 | | |
3382 | 3386 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
9008 | 9009 | | |
9009 | 9010 | | |
9010 | 9011 | | |
| 9012 | + | |
| 9013 | + | |
| 9014 | + | |
| 9015 | + | |
| 9016 | + | |
| 9017 | + | |
| 9018 | + | |
| 9019 | + | |
| 9020 | + | |
| 9021 | + | |
| 9022 | + | |
| 9023 | + | |
| 9024 | + | |
0 commit comments