Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #92497
| From | random832@fastmail.us |
|---|---|
| Subject | Re: How to pretty mathematical formulas in Python? Similar to Mathematica formats. |
| Date | 2015-06-11 14:57 -0400 |
| References | <b881edd8-55e7-4eea-88fd-7b3a094a295c@googlegroups.com> <1434048887.945315.293214537.69EE7894@webmail.messagingengine.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.406.1434049046.13271.python-list@python.org> (permalink) |
On Thu, Jun 11, 2015, at 14:54, random832@fastmail.us wrote: > On Thu, Jun 11, 2015, at 14:32, Sebastian M Cheung via Python-list > wrote: > > How to pretty mathematical formulas in Python? Similar to Mathematica > > formats. > > > > Are there good packages to prettify mathematica formulas in Python? > > From a google search, apparently matplotlib has a module called mathtext > which uses a subset of LaTeX. > > http://matplotlib.org/api/mathtext_api.html > > Of course, you've got to put your formula in LaTeX format... which is > the same format used on Stack Exchange and Wikipedia, so you should be > able to find plenty of resources to learn about it. I found another page on matplotlib's site with examples: http://matplotlib.org/users/mathtext.html
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
How to pretty mathematical formulas in Python? Similar to Mathematica formats. Sebastian M Cheung <minscheung@googlemail.com> - 2015-06-11 11:32 -0700 Re: How to pretty mathematical formulas in Python? Similar to Mathematica formats. random832@fastmail.us - 2015-06-11 14:54 -0400 Re: How to pretty mathematical formulas in Python? Similar to Mathematica formats. random832@fastmail.us - 2015-06-11 14:57 -0400 Re: How to pretty mathematical formulas in Python? Similar to Mathematica formats. TheSeeker <duane.kaufman@gmail.com> - 2015-06-11 13:27 -0700 Re: How to pretty mathematical formulas in Python? Similar to Mathematica formats. Sebastian M Cheung <minscheung@googlemail.com> - 2015-06-11 15:04 -0700
csiph-web