1- .matplotlibrc
21API_CHANGES
32CHANGELOG
43INSTALL
1110TODO
1211__init__.py
1312makeswig.py
13+ matplotlibrc
1414setup.py
1515setupext.py
1616CXX/Config.hxx
@@ -289,6 +289,7 @@ examples/README
289289examples/__init__.py
290290examples/accented_text.py
291291examples/agg_oo.py
292+ examples/agg_resize.py
292293examples/agg_test.py
293294examples/alignment_test.py
294295examples/anim.py
@@ -328,6 +329,7 @@ examples/dynamic_demo.py
328329examples/dynamic_demo_wx.py
329330examples/dynamic_image_gtkagg.py
330331examples/dynamic_image_wxagg.py
332+ examples/dynamic_image_wxagg2.py
331333examples/embedding_in_gtk.py
332334examples/embedding_in_gtk2.py
333335examples/embedding_in_qt.py
@@ -344,6 +346,7 @@ examples/figtext.py
344346examples/fill_between.py
345347examples/fill_between_posneg.py
346348examples/fill_demo.py
349+ examples/fill_demo2.py
347350examples/fill_spiral.py
348351examples/finance_demo.py
349352examples/font_indexing.py
@@ -418,6 +421,8 @@ examples/specgram_demo.py
418421examples/stem_plot.py
419422examples/stock_demo.py
420423examples/subplot_demo.py
424+ examples/subplot_toolbar.py
425+ examples/subplots_adjust.py
421426examples/system_monitor.py
422427examples/table_demo.py
423428examples/tex_demo.py
@@ -443,6 +448,11 @@ examples/data/lena.jpg
443448examples/data/membrane.dat
444449examples/data/msft.csv
445450examples/data/s1045.ima
451+ examples/widgets/README
452+ examples/widgets/buttons.py
453+ examples/widgets/check_buttons.py
454+ examples/widgets/radio_buttons.py
455+ examples/widgets/sliders.py
446456fonts/BaKoMa-CM.Fonts
447457fonts/afm/cmex10.afm
448458fonts/afm/cmmi10.afm
@@ -552,6 +562,9 @@ images/stock_zoom-in.ppm
552562images/stock_zoom-in.xpm
553563images/stock_zoom-out.ppm
554564images/stock_zoom-out.xpm
565+ images/subplots.png
566+ images/subplots.ppm
567+ images/subplots.xpm
555568images/zoom_to_rect.png
556569images/zoom_to_rect.ppm
557570images/zoom_to_rect.svg
@@ -586,6 +599,7 @@ lib/matplotlib/colors.py
586599lib/matplotlib/contour.py
587600lib/matplotlib/dates.py
588601lib/matplotlib/figure.py
602+ lib/matplotlib/figure.py.orig
589603lib/matplotlib/finance.py
590604lib/matplotlib/font_manager.py
591605lib/matplotlib/image.py
@@ -601,12 +615,16 @@ lib/matplotlib/texmanager.py
601615lib/matplotlib/text.py
602616lib/matplotlib/ticker.py
603617lib/matplotlib/transforms.py
618+ lib/matplotlib/widgets.py
604619lib/matplotlib/windowing.py
620+ lib/matplotlib.egg-info/PKG-INFO
621+ lib/matplotlib.egg-info/native_libs.txt
605622lib/matplotlib/backends/.cvsignore
606623lib/matplotlib/backends/__init__.py
607624lib/matplotlib/backends/backend_agg.py
608625lib/matplotlib/backends/backend_agg2.py
609626lib/matplotlib/backends/backend_cairo.py
627+ lib/matplotlib/backends/backend_cocoaagg.py
610628lib/matplotlib/backends/backend_fltkagg.py
611629lib/matplotlib/backends/backend_gd.py
612630lib/matplotlib/backends/backend_gdk.py
@@ -1297,6 +1315,7 @@ swig/agg_rasterizer_scanline_aa.i
12971315swig/agg_renderer_base.i
12981316swig/agg_renderer_scanline.i
12991317swig/agg_scanline_bin.i
1318+ swig/agg_span_image_filter.i
13001319swig/agg_trans_affine.i
13011320swig/agg_typedefs.h
13021321swig/agg_typemaps.i
0 commit comments