Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #92496
| From | random832@fastmail.us |
|---|---|
| References | <b881edd8-55e7-4eea-88fd-7b3a094a295c@googlegroups.com> |
| Subject | Re: How to pretty mathematical formulas in Python? Similar to Mathematica formats. |
| Date | 2015-06-11 14:54 -0400 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.405.1434048891.13271.python-list@python.org> (permalink) |
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.
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