simplified, added comment on usetex#6107
Conversation
|
I am slightly biased towards leaving the example as |
|
@tacaswell I can change although I cannot see what would require the use of text in that segment. |
|
Showing off that it can be done. Integration with LaTeX is a major selling point in some fields and it defaults to |
|
|
||
| plt.rc('text', usetex=True) | ||
| plt.rc('text', usetex=True) # if LaTeX is not installed or error caught, | ||
| # change to `usetex=False` to make it work |
There was a problem hiding this comment.
This line is not aligned any more; however, I think it might be simpler to just place the comment above the code (if it fits within 80 characters).
|
Can you please rebase and squash the commits together? It appears that the first commit does not have your correct email address; please be sure that it is correct after rebasing. |
…ilable see: matplotlib#6104 (comment) reformatted comment
|
When you rebase you need to do a force-push to gh
|
see:
#6104 (comment)