| matplotlib.mathtext2 | index /astro-wise/AWEHOME/x86_64/AWBASE/common/lib/python2.5/site-packages/matplotlib/mathtext2.py |
Supported commands:
-------------------
* _, ^, to any depth
* commands for typesetting functions (\sin, \cos etc.),
* commands for changing the current font (\rm, \cal etc.),
* Space/kern commands "\ ", \thinspace
* \frac
Small TO-DO's:
--------------
* Display braces etc. \} not working (displaying wierd characters) etc.
* better placing of sub/superscripts. F_1^1y_{1_{2_{3_{4}^3}}3}1_23
* implement crampedness (or is it smth. else?). y_1 vs. y_1^1
* add better italic correction. F^1
* implement other space/kern commands
TO-DO's:
--------
* \over, \above, \choose etc.
* Add support for other backends
| Modules | ||||||
| ||||||
| Classes | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Functions | ||
| ||
| Data | ||
| KERNING_DEFAULT = 0 barefname = 'cmex10.ttf' base = 'cmex10' begin_group_char = '{' dec_delim = '.' end_group_char = '}' environment = <matplotlib.mathtext2.Environment instance at 0x181d098> esc_char = r'\' ext = '.ttf' face = 'nonascii' faces = ('mit', 'rm', 'tt', 'cal', 'nonascii') filenamesd = {'cal': '/astro-wise/AWEHOME/x86_64/AWBASE/common/lib/pyt...packages/matplotlib/mpl-data/fonts/ttf/cmsy10.ttf', 'mit': '/astro-wise/AWEHOME/x86_64/AWBASE/common/lib/pyt...packages/matplotlib/mpl-data/fonts/ttf/cmmi10.ttf', 'nonascii': '/astro-wise/AWEHOME/x86_64/AWBASE/common/lib/pyt...packages/matplotlib/mpl-data/fonts/ttf/cmex10.ttf', 'rm': '/astro-wise/AWEHOME/x86_64/AWBASE/common/lib/pyt...-packages/matplotlib/mpl-data/fonts/ttf/cmr10.ttf', 'tt': '/astro-wise/AWEHOME/x86_64/AWBASE/common/lib/pyt...packages/matplotlib/mpl-data/fonts/ttf/cmtt10.ttf'} fname = '/astro-wise/AWEHOME/x86_64/AWBASE/common/lib/pyt...packages/matplotlib/mpl-data/fonts/ttf/cmex10.ttf' fontdir = '/astro-wise/AWEHOME/x86_64/AWBASE/common/lib/python2.5/site-packages/matplotlib/mpl-data/fonts/ttf' fontdirs = ['/astro-wise/AWEHOME/x86_64/AWBASE/common/lib/python2.5/site-packages/matplotlib/mpl-data/fonts/afm', '/astro-wise/AWEHOME/x86_64/AWBASE/common/lib/python2.5/site-packages/matplotlib/mpl-data/fonts/ttf'] fonts = {'cal': <FT2Font object at 0xf01cd8>, 'mit': <FT2Font object at 0xcc67f8>, 'nonascii': <FT2Font object at 0x16890e8>, 'rm': <FT2Font object at 0x14a7548>, 'tt': <FT2Font object at 0xa25228>} functions = ('sin', 'tan', 'cos', 'exp', 'arctan', 'arccos', 'arcsin', 'cot', 'lim', 'log') mathstyles = ['display', 'text', 'script', 'scriptscript'] max_depth = 10 modes = ['mathmode', 'displaymathmode'] rcParams = {'axes.axisbelow': False, 'axes.edgecolor': 'k', 'axes.facecolor': 'w', 'axes.formatter.limits': (-7, 7), 'axes.grid': False, 'axes.hold': True, 'axes.labelcolor': 'k', 'axes.labelsize': 12, 'axes.linewidth': 1.0, 'axes.titlesize': 14, ...} reserved = ('{', '}', '%', '$', '#', '~') scriptfactors = {} scripts = ('_', '^') setters = ('mit', 'rm', 'tt', 'cal', 'nonascii') svg_elements = <matplotlib.cbook.Bunch instance at 0x1808fc8> tex2uni = {'AA': 8491, 'AE': 198, 'BbbC': 8450, 'BbbN': 8469, 'BbbP': 8473, 'BbbQ': 8474, 'BbbR': 8477, 'BbbZ': 8484, 'Bumpeq': 8782, 'Cap': 8914, ...} word_delim = ' ' | ||