@@ -189,6 +189,7 @@ examples/coords_demo.py
189189examples/csd_demo.py
190190examples/cursor_demo.py
191191examples/custom_ticker1.py
192+ examples/customize_rc.py
192193examples/dash_control.py
193194examples/data_helper.py
194195examples/date_demo1.py
@@ -200,7 +201,9 @@ examples/embedding_in_gtk.py
200201examples/embedding_in_gtk2.py
201202examples/embedding_in_tk.py
202203examples/embedding_in_wx.py
204+ examples/embedding_in_wx2.py
203205examples/errorbar_demo.py
206+ examples/figimage_demo.py
204207examples/figtext.py
205208examples/fill_demo.py
206209examples/finance_demo.py
@@ -214,9 +217,11 @@ examples/histogram_demo_canvasagg.py
214217examples/image_demo.py
215218examples/image_demo2.py
216219examples/image_demo_na.py
220+ examples/image_origin.py
217221examples/interactive.py
218222examples/interactive2.py
219223examples/invert_axes.py
224+ examples/layer_images.py
220225examples/legend_demo.py
221226examples/legend_demo2.py
222227examples/line_styles.py
@@ -365,6 +370,7 @@ matplotlib/axes.py
365370matplotlib/axis.py
366371matplotlib/backend_bases.py
367372matplotlib/cbook.py
373+ matplotlib/cm.py
368374matplotlib/collections.py
369375matplotlib/colors.py
370376matplotlib/dates.py
@@ -392,7 +398,6 @@ matplotlib/backends/backend_agg.py
392398matplotlib/backends/backend_gd.py
393399matplotlib/backends/backend_gtk.py
394400matplotlib/backends/backend_gtkagg.py
395- matplotlib/backends/backend_gtkgd.py
396401matplotlib/backends/backend_paint.py
397402matplotlib/backends/backend_ps.py
398403matplotlib/backends/backend_svg.py
@@ -404,7 +409,6 @@ matplotlib/backends/tkagg.py
404409src/_backend_agg.cpp
405410src/_backend_agg.h
406411src/_gtkagg.cpp
407- src/_gtkgd.c
408412src/_image.cpp
409413src/_image.h
410414src/_tkagg.cpp
@@ -413,3 +417,5 @@ src/_transforms.h
413417src/_windowing.cpp
414418src/ft2font.cpp
415419src/ft2font.h
420+ src/mplutils.cpp
421+ src/mplutils.h
0 commit comments