1313__init__.py
1414setup.py
1515setupext.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
1625agg2/gpc/gpc.h
1726agg2/include/agg_affine_matrix.h
1827agg2/include/agg_alpha_mask_u8.h
@@ -177,9 +186,12 @@ examples/color_demo.py
177186examples/colours.py
178187examples/coords_demo.py
179188examples/csd_demo.py
189+ examples/custom_ticker1.py
190+ examples/dash_control.py
180191examples/data_helper.py
181192examples/date_demo1.py
182193examples/date_demo2.py
194+ examples/date_demo3.py
183195examples/dynamic_demo.py
184196examples/dynamic_demo_wx.py
185197examples/embedding_in_gtk.py
@@ -193,8 +205,10 @@ examples/finance_demo.py
193205examples/font_properties_demo.py
194206examples/fonts_demo.py
195207examples/ftface_props.py
208+ examples/ganged_plots.py
196209examples/gdtest.py
197210examples/histogram_demo.py
211+ examples/histogram_demo_canvasagg.py
198212examples/image_demo.py
199213examples/image_demo2.py
200214examples/image_demo_na.py
@@ -207,6 +221,7 @@ examples/line_styles.py
207221examples/log_demo.py
208222examples/log_test.py
209223examples/logo.py
224+ examples/longs_test.py
210225examples/major_minor_demo1.py
211226examples/major_minor_demo2.py
212227examples/mathtext_demo.py
@@ -225,12 +240,15 @@ examples/scatter_demo.py
225240examples/scatter_demo2.py
226241examples/simple_plot.py
227242examples/specgram_demo.py
243+ examples/stem_plot.py
228244examples/stock_demo.py
229245examples/subplot_demo.py
230246examples/system_monitor.py
231247examples/table_demo.py
248+ examples/test.py
232249examples/text_handles.py
233250examples/text_themes.py
251+ examples/to_numeric.py
234252examples/two_scales.py
235253examples/vertical_ticklabels.py
236254examples/vline_demo.py
@@ -342,6 +360,8 @@ matplotlib/lines.py
342360matplotlib/mathtext.py
343361matplotlib/matlab.py
344362matplotlib/mlab.py
363+ matplotlib/na_imports.py
364+ matplotlib/nc_imports.py
345365matplotlib/numerix.py
346366matplotlib/patches.py
347367matplotlib/pyparsing.py
0 commit comments