Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 94ca27f

Browse files
committed
dixed rc file locator
svn path=/trunk/matplotlib/; revision=218
1 parent 7394dba commit 94ca27f

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

MANIFEST

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ examples/barchart_demo.py
176176
examples/break.py
177177
examples/color_demo.py
178178
examples/colours.py
179+
examples/coords_demo_gtk.py
179180
examples/csd_demo.py
180181
examples/data_helper.py
181182
examples/dynamic_demo.py
@@ -192,6 +193,7 @@ examples/gdtest.py
192193
examples/histogram_demo.py
193194
examples/image_demo.py
194195
examples/image_demo2.py
196+
examples/image_demo_na.py
195197
examples/interactive.py
196198
examples/interactive2.py
197199
examples/legend_demo.py
@@ -208,6 +210,7 @@ examples/mri_with_eeg.py
208210
examples/multiple_figs_demo.py
209211
examples/object_picker.py
210212
examples/pcolor_demo.py
213+
examples/pcolor_demo2.py
211214
examples/psd_demo.py
212215
examples/pstest.py
213216
examples/scatter_demo.py
@@ -334,6 +337,7 @@ matplotlib/pyparsing.py
334337
matplotlib/table.py
335338
matplotlib/text.py
336339
matplotlib/transforms.py
340+
matplotlib/windowing.py
337341
matplotlib/backends/__init__.py
338342
matplotlib/backends/backend_agg.py
339343
matplotlib/backends/backend_gd.py
@@ -354,5 +358,6 @@ src/_gtkgd.c
354358
src/_image.cpp
355359
src/_image.h
356360
src/_tkagg.cpp
361+
src/_windowing.cpp
357362
src/ft2font.c
358363
src/ft2font.h

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
BUILD_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

@@ -85,7 +85,7 @@
8585
build_image(ext_modules, packages, BUILD_IMAGE)
8686

8787
setup(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
author_email="[email protected]",

0 commit comments

Comments
 (0)