@@ -6,7 +6,6 @@ INTERACTIVE
66KNOWN_BUGS
77LICENSE
88LICENSE_PAINT
9- MANIFEST
109MANIFEST.in
1110Makefile
1211README
@@ -244,32 +243,6 @@ agg2/svg/agg_svg_path_tokenizer.h
244243agg2/svg/svg_test.cpp
245244examples/README
246245examples/__init__.py
247- examples/_tmp.py
248- examples/_tmp_alignment_test.py
249- examples/_tmp_arctest.py
250- examples/_tmp_axes_demo.py
251- examples/_tmp_bar_stacked.py
252- examples/_tmp_barchart_demo.py
253- examples/_tmp_color_demo.py
254- examples/_tmp_csd_demo.py
255- examples/_tmp_figtext.py
256- examples/_tmp_histogram_demo.py
257- examples/_tmp_legend_demo.py
258- examples/_tmp_legend_demo2.py
259- examples/_tmp_line_styles.py
260- examples/_tmp_log_demo.py
261- examples/_tmp_log_test.py
262- examples/_tmp_mri_with_eeg.py
263- examples/_tmp_multiple_figs_demo.py
264- examples/_tmp_pcolor_demo.py
265- examples/_tmp_psd_demo.py
266- examples/_tmp_scatter_demo.py
267- examples/_tmp_scatter_demo2.py
268- examples/_tmp_simple_plot.py
269- examples/_tmp_stock_demo.py
270- examples/_tmp_table_demo.py
271- examples/_tmp_text_handles.py
272- examples/_tmp_text_themes.py
273246examples/alignment_test.py
274247examples/anim.py
275248examples/arctest.py
@@ -278,7 +251,6 @@ examples/axes_props.py
278251examples/backend_driver.py
279252examples/bar_stacked.py
280253examples/barchart_demo.py
281- examples/batch_figs.py
282254examples/break.py
283255examples/color_demo.py
284256examples/colours.py
@@ -349,7 +321,7 @@ matplotlib/axes.py
349321matplotlib/axis.py
350322matplotlib/backend_bases.py
351323matplotlib/cbook.py
352- matplotlib/colormap .py
324+ matplotlib/colors .py
353325matplotlib/figure.py
354326matplotlib/legend.py
355327matplotlib/lines.py
@@ -363,6 +335,7 @@ matplotlib/backends/__init__.py
363335matplotlib/backends/backend_agg.py
364336matplotlib/backends/backend_gd.py
365337matplotlib/backends/backend_gtk.py
338+ matplotlib/backends/backend_gtkagg.py
366339matplotlib/backends/backend_gtkgd.py
367340matplotlib/backends/backend_paint.py
368341matplotlib/backends/backend_ps.py
@@ -371,6 +344,8 @@ matplotlib/backends/backend_wx.py
371344matplotlib/backends/ttf_font_manager.py
372345src/_backend_agg.cpp
373346src/_backend_agg.h
347+ src/_gtkagg.cpp
348+ src/_gtkgd.c
374349src/font.cpp
375350test/README
376351test/agg_font_test.py
@@ -414,13 +389,17 @@ test/vline_demo.py
414389ttfquery/__init__.py
415390ttfquery/__init__.pyc
416391ttfquery/_scriptregistry.py
392+ ttfquery/_scriptregistry.pyc
417393ttfquery/describe.py
394+ ttfquery/describe.pyc
418395ttfquery/family_query.py
419396ttfquery/findsystem.py
397+ ttfquery/findsystem.pyc
420398ttfquery/font_family_groups.py
421399ttfquery/glyph.py
422400ttfquery/glyphquery.py
423401ttfquery/guessdescription.py
424402ttfquery/license.txt
425403ttfquery/metadata_query.py
426404ttfquery/ttffiles.py
405+ ttfquery/ttffiles.pyc
0 commit comments