File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -176,6 +176,7 @@ examples/barchart_demo.py
176176examples/break.py
177177examples/color_demo.py
178178examples/colours.py
179+ examples/coords_demo_gtk.py
179180examples/csd_demo.py
180181examples/data_helper.py
181182examples/dynamic_demo.py
@@ -192,6 +193,7 @@ examples/gdtest.py
192193examples/histogram_demo.py
193194examples/image_demo.py
194195examples/image_demo2.py
196+ examples/image_demo_na.py
195197examples/interactive.py
196198examples/interactive2.py
197199examples/legend_demo.py
@@ -208,6 +210,7 @@ examples/mri_with_eeg.py
208210examples/multiple_figs_demo.py
209211examples/object_picker.py
210212examples/pcolor_demo.py
213+ examples/pcolor_demo2.py
211214examples/psd_demo.py
212215examples/pstest.py
213216examples/scatter_demo.py
@@ -334,6 +337,7 @@ matplotlib/pyparsing.py
334337matplotlib/table.py
335338matplotlib/text.py
336339matplotlib/transforms.py
340+ matplotlib/windowing.py
337341matplotlib/backends/__init__.py
338342matplotlib/backends/backend_agg.py
339343matplotlib/backends/backend_gd.py
@@ -354,5 +358,6 @@ src/_gtkgd.c
354358src/_image.cpp
355359src/_image.h
356360src/_tkagg.cpp
361+ src/_windowing.cpp
357362src/ft2font.c
358363src/ft2font.h
Original file line number Diff line number Diff line change 3434BUILD_TKAGG = 1
3535
3636# build a small extension to manage the focus on win32 platforms.
37- BUILD_WINDOWING = 1
37+ BUILD_WINDOWING = 0
3838
3939## You shouldn't need to customize below this point
4040
8585 build_image (ext_modules , packages , BUILD_IMAGE )
8686
8787setup (name = "matplotlib" ,
88- version = '0.52.1a ' ,
88+ version = '0.52.1b ' ,
8989 description = "Matlab style python plotting package" ,
9090 author = "John D. Hunter" ,
9191
You can’t perform that action at this time.
0 commit comments