Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c253d4d

Browse files
committed
fixed a few small mathtext bugs
svn path=/trunk/matplotlib/; revision=286
1 parent 316105c commit c253d4d

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
New entries should be added at the top
22
------------------------------------------------------------
33

4+
2004-05-06 Gary Ruben sent me a bevy of new plot symbols and markers.
5+
See matplotlib.matlab.plot - JDH
6+
47
2004-05-06 Total rewrite of mathtext - factored ft2font stuff out of
58
layout engine and defined abstract class for font handling
69
to lay groundwork for ps mathtext. Rewrote parser and made
@@ -9,7 +12,7 @@ New entries should be added at the top
912
composite chars and defined angstrom. - JDH
1013

1114
2004-05-05 Refactored text instances out of backend; aligned
12-
text with arbitrary rotations is not supported - JDH
15+
text with arbitrary rotations is now supported - JDH
1316

1417
2004-05-05 Added a Matrix capability for numarray to numerix. JTM
1518

MANIFEST

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ TODO
1313
__init__.py
1414
setup.py
1515
setupext.py
16+
CXX/Config.hxx
17+
CXX/Exception.hxx
18+
CXX/Extensions.hxx
19+
CXX/IndirectPythonInterface.cxx
20+
CXX/IndirectPythonInterface.hxx
21+
CXX/Objects.hxx
22+
CXX/cxx_extensions.cxx
23+
CXX/cxxextensions.c
24+
CXX/cxxsupport.cxx
1625
agg2/gpc/gpc.h
1726
agg2/include/agg_affine_matrix.h
1827
agg2/include/agg_alpha_mask_u8.h
@@ -177,9 +186,12 @@ examples/color_demo.py
177186
examples/colours.py
178187
examples/coords_demo.py
179188
examples/csd_demo.py
189+
examples/custom_ticker1.py
190+
examples/dash_control.py
180191
examples/data_helper.py
181192
examples/date_demo1.py
182193
examples/date_demo2.py
194+
examples/date_demo3.py
183195
examples/dynamic_demo.py
184196
examples/dynamic_demo_wx.py
185197
examples/embedding_in_gtk.py
@@ -193,8 +205,10 @@ examples/finance_demo.py
193205
examples/font_properties_demo.py
194206
examples/fonts_demo.py
195207
examples/ftface_props.py
208+
examples/ganged_plots.py
196209
examples/gdtest.py
197210
examples/histogram_demo.py
211+
examples/histogram_demo_canvasagg.py
198212
examples/image_demo.py
199213
examples/image_demo2.py
200214
examples/image_demo_na.py
@@ -207,6 +221,7 @@ examples/line_styles.py
207221
examples/log_demo.py
208222
examples/log_test.py
209223
examples/logo.py
224+
examples/longs_test.py
210225
examples/major_minor_demo1.py
211226
examples/major_minor_demo2.py
212227
examples/mathtext_demo.py
@@ -225,12 +240,15 @@ examples/scatter_demo.py
225240
examples/scatter_demo2.py
226241
examples/simple_plot.py
227242
examples/specgram_demo.py
243+
examples/stem_plot.py
228244
examples/stock_demo.py
229245
examples/subplot_demo.py
230246
examples/system_monitor.py
231247
examples/table_demo.py
248+
examples/test.py
232249
examples/text_handles.py
233250
examples/text_themes.py
251+
examples/to_numeric.py
234252
examples/two_scales.py
235253
examples/vertical_ticklabels.py
236254
examples/vline_demo.py
@@ -342,6 +360,8 @@ matplotlib/lines.py
342360
matplotlib/mathtext.py
343361
matplotlib/matlab.py
344362
matplotlib/mlab.py
363+
matplotlib/na_imports.py
364+
matplotlib/nc_imports.py
345365
matplotlib/numerix.py
346366
matplotlib/patches.py
347367
matplotlib/pyparsing.py

0 commit comments

Comments
 (0)