Re: [matplotlib-devel] IMPORTANT: Mailing lists are moving

2015-07-31 Thread Jouni K . Seppänen
ral messages per week. I have emailed the gmane.org administrator to ask about the status. -- Jouni K. Seppänen http://www.iki.fi/jks -- ___ Matplotlib-devel mailing list Matplot

Re: [matplotlib-devel] handling labeled data

2015-07-29 Thread Jouni K . Seppänen
1, data=ev) axes[1, 0].plot(x, y ** 2, data=ev) axes[1, 1].plot(x, 2 * y ** z, data=ev) The output: https://raw.githubusercontent.com/jkseppan/matplotlib/label-with-nonstrings/lib/matplotlib/tests/baseline_image

[matplotlib-devel] Mailing list archives (was: Improving axis spine joins and final tick placement)

2014-10-27 Thread Jouni K . Seppänen
gmane.org/gmane.comp.python.matplotlib.general http://news.gmane.org/gmane.comp.python.matplotlib.devel -- Jouni K. Seppänen http://www.iki.fi/jks -- ___ Matplotlib-devel mailing list Matplot

[matplotlib-devel] Automatic builds without NDEBUG?

2014-04-19 Thread Jouni K . Seppänen
compiler flag, which makes sense for release builds but could hide problems in test builds. Do any of our Travis, Launchpad, or other daily builds undefine NDEBUG? -- Jouni K. Seppänen http://www.iki.fi/jks -- Learn Graph

Re: [matplotlib-devel] PDF not readable by Adobe PDF readers

2013-12-07 Thread Jouni K . Seppänen
thing like this: plot(..., lw='2') If so, the solution would be to add some type checks in the backend (and possibly in the frontend). If not, there must be a stranger bug somewhere in the matplotlib innards. -- Jouni K. Seppä

Re: [matplotlib-devel] PDF not readable by Adobe PDF readers

2013-12-05 Thread Jouni K . Seppänen
otting the resulting data storing it somehow (in e.g. a pickle, or a small hdf5 file). Then make a separate script that reads the stored data and calls matplotlib functions, and if that can reproduce the problem it would help us in debugging. -- Jouni K. Seppä

Re: [matplotlib-devel] MEP19: Continuous Integration

2013-07-22 Thread Jouni K . Seppänen
ul-looking setup: https://chromium-build.appspot.com/p/chromium/console Other options include at least CircleCI (a paid service), but I have no experience with it. -- Jouni K. Seppänen http://www.iki.fi/jks -- See ever

Re: [matplotlib-devel] MEP14: Improve text handling

2013-07-22 Thread Jouni K . Seppänen
puts not only glyphs but also boxes, which are black rectangles used to implement things like the underscore character and the varying-length part of the square-root sign. To support this, I guess TextSpan.get_chars should be able to re

Re: [matplotlib-devel] v1.1.1rc2 tarballs are up

2012-07-05 Thread Jouni K . Seppänen
ncies for me > to want to try to build it from source. The following should help matplotlib find Inkscape: PATH=$PATH:/Applications/Inkscape.app/Contents/Resources/bin \ python -c 'import matplotlib; matplotlib.test(1)' -- Jouni K. Seppä

Re: [matplotlib-devel] Problem with a clipped line containing nan's (v1.1.1rc on Ubuntu 12.04)

2012-06-09 Thread Jouni K . Seppänen
r fix was merged later than the release candidate was announced. You might want to try a later version. -- Jouni K. Seppänen http://www.iki.fi/jks -- Live Security Virtual Conference Exclusive live event will cover all the wa

Re: [matplotlib-devel] Unavoidable gridlines in pcolor pdf output

2012-04-10 Thread Jouni K . Seppänen
files that have this kind of artifacts, maybe it's a rendering bug in the other viewers, or possibly the imaging model is underspecified. -- Jouni K. Seppänen http://www.iki.fi/jks -- Better than sec? Nothing is bet

Re: [matplotlib-devel] Unavoidable gridlines in pcolor pdf output

2012-04-10 Thread Jouni K . Seppänen
s Adobe Reader, ghostscript or xpdf. If you zoom in in Apple's Preview.app, the image looks blurry. But maybe blurriness in one out of four renderers is better than white lines in three out of four? -- Jouni K. Seppänen http://www.iki.fi/jks --

Re: [matplotlib-devel] Unavoidable gridlines in pcolor pdf output

2012-04-09 Thread Jouni K . Seppänen
aster image from pcolor and render it with large pixels. I don't know how well that would work with Agg, though. -- Jouni K. Seppänen http://www.iki.fi/jks -- For Developers, A Lot Can Happen In A Second. Boundary is

[matplotlib-devel] Merging v1.1.x to master?

2011-12-27 Thread Jouni K . Seppänen
t the branch doesn't merge cleanly. It would probably be best if the author of each change did the merging into master, since they know best how to resolve any merge conflicts. I can make a suggested merge as a pull request, but it would be best if Eric and Michael reviewed it. -- Jouni K. Sep

Re: [matplotlib-devel] mpl release candidate branch

2011-09-24 Thread Jouni K . Seppänen
Jouni K. Seppänen writes: > Jouni K. Seppänen writes: > >> The light and condensed fonts are DejaVuSans, which happened to be >> installed on the system on which that test was created. I think the test >> should only rely on the fonts delivered with matplotlib. >

Re: [matplotlib-devel] mpl release candidate branch

2011-09-24 Thread Jouni K . Seppänen
disk sometimes contained NaN values, and the test failed since NaN != NaN. -- Jouni K. Seppänen http://www.iki.fi/jks -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a defin

Re: [matplotlib-devel] mpl release candidate branch

2011-09-24 Thread Jouni K . Seppänen
Jouni K. Seppänen writes: > The light and condensed fonts are DejaVuSans, which happened to be > installed on the system on which that test was created. I think the test > should only rely on the fonts delivered with matplotlib. I created a github issue: https://github.com/m

Re: [matplotlib-devel] mpl release candidate branch

2011-09-24 Thread Jouni K . Seppänen
Jouni K. Seppänen writes: >>> FAIL: matplotlib.tests.test_text.test_font_styles.test >>> FAIL: matplotlib.tests.test_text.test_font_styles.test >>> >> How much was the difference? > > Large: in all three result images, the condensed and light fonts l

Re: [matplotlib-devel] mpl release candidate branch

2011-09-24 Thread Jouni K . Seppänen
Jouni K. Seppänen writes: >>> FAIL: no_testCreateLocaltime (test_tzinfo.LocalTestCase) >>> >> Any info provided on this failure? > > AssertionError: '2004-10-31 02:00:00 AMT+0020' != '2004-10-31 02:00:00 > CET+0100' That test has a comment &

Re: [matplotlib-devel] mpl release candidate branch

2011-09-24 Thread Jouni K . Seppänen
vant images. >> FAIL: no_testCreateLocaltime (test_tzinfo.LocalTestCase) >> >> > Any info provided on this failure? AssertionError: '2004-10-31 02:00:00 AMT+0020' != '2004-10-31 02:00:00 CET+0100' -- Jouni K. Seppänen http://www.iki.fi/jks <><>

Re: [matplotlib-devel] mpl release candidate branch

2011-09-24 Thread Jouni K . Seppänen
FAIL: no_testCreateLocaltime (test_tzinfo.LocalTestCase) (The test_font_styles test produces two failures, one for agg and one for svg.) -- Jouni K. Seppänen http://www.iki.fi/jks -- All of the data generated in yo

Re: [matplotlib-devel] mpl release candidate branch

2011-09-23 Thread Jouni K . Seppänen
t fixes a test failure: https://github.com/matplotlib/matplotlib/pull/476 Should I just merge it myself, or does someone still want to review it? -- Jouni K. Seppänen http://www.iki.fi/jks -- All of the dat

Re: [matplotlib-devel] release: stalled again?

2011-09-18 Thread Jouni K . Seppänen
John Hunter writes: > I confirmed this on linux and added an issue on github: > https://github.com/matplotlib/matplotlib/issues/478. Pull request #479 fixes the immediate problem, but for the long term we should fix the handling of redirection in get_sample_data. -- Jouni K. Seppäne

Re: [matplotlib-devel] 3 test failures

2011-09-18 Thread Jouni K . Seppänen
l send a pull request to fix this soon. This reminds me: what's the status of the buildbot? Regular buildbot runs would have caught this much sooner. If I could find some place to run buildbot, does the git repository contain all the necessary scripts and configuration or is it more work to set it u

Re: [matplotlib-devel] Change JPG compression ratio in savefig

2011-09-06 Thread Jouni K . Seppänen
> Besides, it would be very useful to find these options in the > documentation or the help if there is a situation in which they work. The options are documented, but it's not very easy to find them: http://matplotlib.sourceforge.net/api/backend_bases_api.html#matplotlib.backend_ba

Re: [matplotlib-devel] Change JPG compression ratio in savefig

2011-09-06 Thread Jouni K . Seppänen
/lists.sourceforge.net/lists/listinfo/matplotlib-users >> > > -- > Special Offer -- Download ArcSight Logger for FREE! > Finally, a world-class log management solution at

[matplotlib-devel] Sourceforge tracker attachments

2011-08-28 Thread Jouni K . Seppänen
Some issues imported from Sourceforge have attachments, but the links to Sourceforge no longer work. For example, see https://github.com/matplotlib/matplotlib/issues/235 and try following the "Original report" link. Does anyone have a database dump of the attachments? -- Jouni K

Re: [matplotlib-devel] mplot3d/contourf3d_demo2.py not committed

2011-04-15 Thread Jouni K . Seppänen
f v1.0.x will be in master's history, so it will not be merged again; (2) the merge is done by selecting the version of each file that is already in master, so the contents of master do not change. -- Jouni K. Seppän

Re: [matplotlib-devel] problems merging docfixs to master from v1.0.x

2011-03-28 Thread Jouni K . Seppänen
Jouni K. Seppänen writes: > I tried to merge my changes into master with the no-op "ours" strategy > to prevent exactly this kind of problems while waiting for the other > request to move forward, but apparently I didn't do it right. I'll take > a look tonight

Re: [matplotlib-devel] problems merging docfixs to master from v1.0.x

2011-03-28 Thread Jouni K . Seppänen
egy to prevent exactly this kind of problems while waiting for the other request to move forward, but apparently I didn't do it right. I'll take a look tonight (but right now I must attend to other things). -- Jo

Re: [matplotlib-devel] Color-cycle change broke polar-annotation test

2011-03-26 Thread Jouni K . Seppänen
Eric Firing writes: > Will you commit the new "expected" png file? Sorry I did not catch this. Done. -- Jouni K. Seppänen http://www.iki.fi/jks -- Enable your software for Intel(R) Active Management

Re: [matplotlib-devel] I screwed up matplotlib/master on github

2011-03-24 Thread Jouni K . Seppänen
ll only fetch branches and tags, but I was able to get this commit with git http-fetch. I pushed it to master, so it should be fine now. Avoid using git push -f from now on, OK? :-) -- Jouni K. Seppänen http://www.iki.fi/jks

Re: [matplotlib-devel] Merging instructions

2011-03-07 Thread Jouni K . Seppänen
hink we have had) it would make sense to squash multiple commits into one if the intermediate commits don't pass the test suite. Squashing is an instance of a rebase operation, so it should be avoided for any commits on which someone may have bas

Re: [matplotlib-devel] Merging instructions

2011-03-07 Thread Jouni K . Seppänen
ge conflict (at least with current v1.0.x), merging to master will. I created another pull request that includes this one and resolves the merge conflict: https://github.com/matplotlib/matplotlib/pull/30 So when #17 is merged into v1.0.x, #30 should be merged into master. -- Jouni K. Sepp

[matplotlib-devel] Merging instructions

2011-03-07 Thread Jouni K . Seppänen
ts 3. the tests fail (also a kind of merge conflict, assuming the tests passed before) 4. the push fails because fast-forward is impossible (someone has pushed in the meantime) 5. v1.0.x doesn't merge cleanly into master -- Jouni K. Seppä

Re: [matplotlib-devel] Freetype 2.4.4

2011-03-06 Thread Jouni K . Seppänen
user. > The major change between the freetype 2.3 series and 2.4 seems to be "In > addition to many bugfixes, the TrueType bytecode interpreter is now > enabled by default. All users should upgrade." It could be that we have inadvertently relied on bugs, or that truetype hints cause

Re: [matplotlib-devel] make.osx: should it set --prefix=$PREFIX ?

2011-03-06 Thread Jouni K . Seppänen
ster, e.g. if there is a feature in master that the branch is going to depend on. -- Jouni K. Seppänen http://www.iki.fi/jks -- What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview

Re: [matplotlib-devel] make.osx: should it set --prefix=$PREFIX ?

2011-03-05 Thread Jouni K . Seppänen
agree with the makefile about all the version numbers in the mpkg filename, so hdiutil failed due to a missing input file. I do think that problem is unrelated to these changes. -- Jouni K. Seppänen http://www.iki.fi/jks ---

Re: [matplotlib-devel] make.osx: should it set --prefix=$PREFIX ?

2011-03-05 Thread Jouni K . Seppänen
ter can > now handle > > ZLIBVERSION=1.2.5 > PNGVERSION=1.5.1 > FREETYPEVERSION=2.4.4 I think we should keep the changes to v1.0.x minimal - in master it makes sense to upgrade to the newest versions. I'll make a separate pull request for master. --

Re: [matplotlib-devel] make.osx: should it set --prefix=$PREFIX ?

2011-03-05 Thread Jouni K . Seppänen
Jouni K. Seppänen writes: > Fernando Garcia Bermudez writes: > >> Fine by me as well. Maybe modify the documentation to point to >> mpl_install_std. How should we proceed? > > I'll make some other cleanups and create some commits that you can > include in your p

Re: [matplotlib-devel] make.osx: should it set --prefix=$PREFIX ?

2011-03-05 Thread Jouni K . Seppänen
Fernando Garcia Bermudez writes: > Fine by me as well. Maybe modify the documentation to point to > mpl_install_std. How should we proceed? I'll make some other cleanups and create some commits that you can include in your pull request. -- Jouni K. Seppänen http://www

Re: [matplotlib-devel] make.osx: should it set --prefix=$PREFIX ?

2011-03-04 Thread Jouni K . Seppänen
run_cmd CMD="setup.py build" mpl_install: run_cmd CMD="setup.py install --prefix=${PREFIX}" mpl_install_std: run_cmd CMD="setup.py install" mpl_develop: run_cmd CMD="setupegg.py develop" ----

[matplotlib-devel] make.osx: should it set --prefix=$PREFIX ?

2011-03-04 Thread Jouni K . Seppänen
is is originally John's file and he may have had a good reason to install in a non-standard directory. Any comments? -- Jouni K. Seppänen http://www.iki.fi/jks -- What You Don't Know About Data Connectivity CAN Hurt

Re: [matplotlib-devel] git migration this weekend

2011-02-27 Thread Jouni K . Seppänen
issue and the commits that resolve it, the ability for > people to provide feedback on what issues are important to them. Does anyone have experience with other trackers? bugs.python.org seems to be using Roundup - any e

Re: [matplotlib-devel] Question about (local) developement workflow

2011-02-26 Thread Jouni K . Seppänen
x27;ll naturally have to recompile with the same "develop" command. -- Jouni K. Seppänen http://www.iki.fi/jks -- Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splu

Re: [matplotlib-devel] github devel question

2011-02-26 Thread Jouni K . Seppänen
he pull request got merged. > I am thoroughly confused. Anybody has ideas? Should I dump my repos and > start fresh? No, absolutely not. This is likely just a matter of merging into an up-to-date master branch. -- Jouni K. Seppänen http://www.iki.fi/jks ---

Re: [matplotlib-devel] Building documentation and matplotlibrc

2010-12-09 Thread Jouni K . Seppänen
at purpose: to avoid having the user's configuration mess up the documentation. If you were to update rcParamsDefault with the matplotlibrc parameters, you might accidentally change the exa

Re: [matplotlib-devel] Building documentation and matplotlibrc

2010-12-09 Thread Jouni K . Seppänen
f the cwd changes as seen above then the > documentation was entirely correct in claiming an absolute path is > necessary. I just tested that the relative path works fine by making the path relative and trying cbook.get_sample_data; it's just not much use if your current working director

Re: [matplotlib-devel] Building documentation and matplotlibrc

2010-12-09 Thread Jouni K . Seppänen
brc or $MATPLOTLIBDATA/matplotlibrc, possibly setting $HOME or $MATPLOTLIBDATA from your build script? -- Jouni K. Seppänen http://www.iki.fi/jks -- ___ Matplotlib-devel mail

Re: [matplotlib-devel] Building documentation and matplotlibrc

2010-12-05 Thread Jouni K . Seppänen
that the doc/matplotlibrc file is completely > ignored. I am not intimately familiar with the doc build system, but the way that the "html" function in make.py copies matplotlibrc from mpl-data to _static, I suspect that it is trying to ensure that that particular file is used. -

Re: [matplotlib-devel] Matplotlib 1.0.1 release schedule (again)

2010-11-07 Thread Jouni K.
> > So now on the 1.0 maintenance branch (coming soon to trunk, once I'm > > done wrangling with svnmerge) you can set new rc parameters > > examples.download to False and examples.directory to the directory > > > How would one set these during the build process? Is there a way to pass > in rc par

Re: [matplotlib-devel] Matplotlib 1.0.1 release schedule (again)

2010-11-07 Thread Jouni K . Seppänen
Jouni K. Seppänen writes: > Benjamin Root writes: > >>> As an Ubuntu user, I would really a mechanism >>> for excluding examples requiring downloaded data from being built >> >> How far did we get on that? I could have sworn we did something >> abou

Re: [matplotlib-devel] Matplotlib 1.0.1 release schedule (again)

2010-11-07 Thread Jouni K . Seppänen
ussions (something to do with the transition to git, and putting test results in the same mechanism), but at least I never got around to writing any code, and then got distracted by my day job. I'll commit something simple to deal with this, since the fancier plans were apparently too much.

Re: [matplotlib-devel] Figure legend position mismatch on screen and PDF

2010-10-21 Thread Jouni K . Seppänen
Gökhan Sever writes: > Please see the screenshot at > http://img225.imageshack.us/img225/1052/legendposition.png Can you make a self-contained test case? -- Jouni K. Seppänen http://www.iki.fi/jks -- Nokia an

Re: [matplotlib-devel] ImportError: build without an error, but python simple_plot.py got an ImportError

2010-09-15 Thread Jouni K . Seppänen
all that rebuilt version and test on it, or were you accidentally using a version compiled against a different Python binary? -- Jouni K. Seppänen http://www.iki.fi/jks -- Start uncovering the many advantages of

Re: [matplotlib-devel] Sample data: a proposal

2010-09-12 Thread Jouni K . Seppänen
y, the example code would call get_sample_data("foo.dat") to get the latest revision or get_sample_data("foo.dat", 1234) to get a specific one. These would retrieve URLs like http://example.com/

[matplotlib-devel] Sample data: a proposal

2010-09-12 Thread Jouni K . Seppänen
estdir/subdir/testsub.csv === r7368 | jdh2358 | 2009-08-05 17:54:01 +0300 (Wed, 05 Aug 2009) -------- -- Jouni K. Seppä

Re: [matplotlib-devel] Unblock matplotlib sourceforge?

2010-09-08 Thread Jouni K . Seppänen
Eric Firing writes: > This project does NOT incorporate, access, call upon, or otherwise use > encryption of any kind, including, but not limited to, open source > algorithms and/or calls to encryption in the operating system or > underlying platform. I don't know whether lib/matplotlib/type1

Re: [matplotlib-devel] Upcoming Debian stable release and matplotlib new release(s)

2010-05-30 Thread Jouni K . Seppänen
elease, >> and the possibility that there will be some turbulence until we have >> had some experience with github, I think it would be better to >> release first and transition immediately afterwards. I agree that there should be a release before the transition. -- Jouni K. S

Re: [matplotlib-devel] get_sample_data and transitioning to git

2010-05-29 Thread Jouni K . Seppänen
atplotlib/sample_data/aapl.csv']) ViewVCCachedServer: retrieving http://github.com/jkseppan/mpl-sample-data/raw/master/aapl.csv ViewVCCachedServer: received response 200: OK loading /Users/jks/.matplotlib/sample_data/aapl.csv -- Jouni K. Seppänen http://www.iki.fi/jks -

[matplotlib-devel] get_sample_data and transitioning to git

2010-05-29 Thread Jouni K . Seppänen
really not specific to any version control system, but just assumes that the files can be retrieved from an HTTP server that has some basic conditional-get support. -- Jouni K. Seppänen http://www.iki.fi/jks --

Re: [matplotlib-devel] Regression tests failing?

2010-04-27 Thread Jouni K . Seppänen
Jouni K. Seppänen writes: >> It looks like Jouni wrote that test... Jouni: could you verify that the >> difference isn't significant? If it's not, we can just create a new >> baseline image. > > I can't replicate the problem: for me "nosetests

Re: [matplotlib-devel] Regression tests failing?

2010-04-27 Thread Jouni K . Seppänen
create a new > baseline image. I can't replicate the problem: for me "nosetests matplotlib.tests.test_image:test_figimage" passes (Python 2.6.1, matplotlib revision 8276, OS X 10.6.3). Could you post the failing images somewhere?

Re: [matplotlib-devel] PDF bug in stable release

2010-03-14 Thread Jouni K . Seppänen
Jouni K. Seppänen writes: > Have you tried the instructions in release/osx/README? It seems that on > OS X it is easy to accidentally install a combination of libraries that > will cause build problems with matplotlib: > > http://matplotlib.sourceforge.net/users/installing.html#

Re: [matplotlib-devel] PDF bug in stable release

2010-03-12 Thread Jouni K . Seppänen
sue? > > Incidentally, I'm seeing the same FreeType issue on RedHat Linux. Is > everybody experiencing this bug, or is it perhaps related to EPD (the Python > on both my Mac and RHEL boxes). > > --Mike > On Mar 11, 2010, at 1:24 PM, Jouni K. Seppänen wrote: > >> Michael

Re: [matplotlib-devel] PDF bug in stable release

2010-03-11 Thread Jouni K . Seppänen
/TD8AAFmS//9dPwAAUJ3//2w/ +AABHqP//ej8AAD6z//+FPwAANb7//48/AAAsyf//lz8AACPU//+ePwAAGt///6M/AAAR6v//pj8A +AAj1//+nPwAA/w==""" + +verts = np.fromstring(data.decode('base64'), dtype=' -- Jouni K. Seppänen http://www.iki.fi/jks ---

Re: [matplotlib-devel] auto range limits for spines: please kick the tires

2009-12-21 Thread Jouni K . Seppänen
bplot 4, I can make its spines appear in subplots 2 and 3. Curiously enough, they don't show up in subplot 1. -- Jouni K. Seppänen http://www.iki.fi/jks -- This SF.Net email is sponsored by the Verizon Developer Com

Re: [matplotlib-devel] Persistent Matplotlib Figures

2009-12-19 Thread Jouni K . Seppänen
rmat, how files corresponding to the old class should be read in using the new class, etc. Perhaps something like Google's protocol buffers could be used to make this easier, but it would still be an burden on all subsequent develo

Re: [matplotlib-devel] imshow without resampling in the ps backend.

2009-12-16 Thread Jouni K . Seppänen
for somebody who really does want high resolution (e.g. for zooming in in a viewer application). -- Jouni K. Seppänen http://www.iki.fi/jks -- This SF.Net email is sponsored by the Verizon Developer Community Take advantag

Re: [matplotlib-devel] Segmentation fault from fresh OSX snow leopard build

2009-11-29 Thread Jouni K . Seppänen
ransforms.cpp:21 > 21matrix = (PyArrayObject*) PyArray_FromObject(obj, > PyArray_DOUBLE, 2, 2); Can you type "bt" in gdb at this point to see the whole call stack? -- Jouni K. Seppänen http://www.iki.fi/jks -

Re: [matplotlib-devel] Segmentation fault from fresh OSX snow leopard build

2009-11-29 Thread Jouni K . Seppänen
Matthew Brett writes: > I am rashly building matplotlib from source on Snow Leopard, and > getting a segmentation fault as soon as I try and do a plot. Can you get a backtrace in gdb? -- Jouni K. Seppänen http://www.iki.

Re: [matplotlib-devel] get_fontconfig_fonts

2009-11-12 Thread Jouni K . Seppänen
> > I think it seems like a pretty benign change -- unless there's something > in particular you're thinking of that I'm not... > > Mike > > Jouni K. Seppänen wrote: >> Because of the problem described here: >> >> http://thread.gmane.org/gmane.c

[matplotlib-devel] get_fontconfig_fonts

2009-11-12 Thread Jouni K . Seppänen
tended command. Since the get_fontconfig_fonts function has not returned anything useful for some time (though presumably it has at some point in the past), this change might have big effects somewhere else. Would this change be appropriate for the bugfix branch? -- Jouni K. Seppä

[matplotlib-devel] Source tarball should not include setup.cfg (was: 0.99.1.1 build attempts to import non-existing wx)

2009-10-27 Thread Jouni K . Seppänen
60720 I suggest we release a 0.99.1.2, possibly with just this bug fixed, since this problem keeps being reported on the mailing lists. -- Jouni K. Seppänen http://www.iki.fi/jks -- Come build with us! The BlackBer

Re: [matplotlib-devel] scatterplotting in color

2009-10-26 Thread Jouni K . Seppänen
k > dots instead of red ones. It's because of the black edgecolor. Try scatter(x,y,s=1,c='r',edgecolor='None') to disable drawing the edges. > Do you devs have an IRC channel? I'd like to talk interact

[matplotlib-devel] Should Path objects have an initial MOVETO? (was: error with basemap and pdf)

2009-10-21 Thread Jouni K . Seppänen
t too familiar with Path (and I'm terribly busy today) but I think the way to catch this bug is to add a sanity check to Path, similar to the check in the pdf backend that produces that error. Then the traceback would show what code is creating the invalid path -- the traceback from the backend

Re: [matplotlib-devel] error with basemap and pdf

2009-10-21 Thread Jouni K . Seppänen
Could somebody test that script with current trunk (rev. 7899)? I don't have basemap installed, but I think my latest change might shake out the bug. -- Jouni K. Seppänen http://www.iki.fi/jks -- Come build wi

Re: [matplotlib-devel] error with basemap and pdf

2009-10-14 Thread Jouni K . Seppänen
m too busy to debug this today, but please file a bug in the tracker. -- Jouni K. Seppänen http://www.iki.fi/jks -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you ne

Re: [matplotlib-devel] Problem adding a new test

2009-10-12 Thread Jouni K . Seppänen
gzipped? If you gzip an svg file and name it something.svgz, inkscape seems to open it fine. -- Jouni K. Seppänen http://www.iki.fi/jks -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the on

Re: [matplotlib-devel] Comparing pdf output in tests

2009-10-12 Thread Jouni K . Seppänen
pdf.png files because those get produced while running the tests from the *.pdf files, and they are not checked into the svn repository. -- Jouni K. Seppänen http://www.iki.fi/jks -- Come build with us! The BlackBerry(R) Develo

Re: [matplotlib-devel] Problem adding a new test

2009-10-09 Thread Jouni K . Seppänen
Jouni K. Seppänen writes: > Oh, right. My fault: when I implemented the pdf comparison, I made it > run the test for only those formats for which a baseline image exists, I committed a change to make it run both png and pdf tests all the time. When we add new formats (comparing post

Re: [matplotlib-devel] Problem adding a new test

2009-10-09 Thread Jouni K . Seppänen
ends. I guess this should be done in some other way, and perhaps the usual case is to test all backends for which the output can be compared. -- Jouni K. Seppänen http://www.iki.fi/jks -- Come build with us! The BlackBerr

Re: [matplotlib-devel] Comparing pdf output in tests

2009-10-04 Thread Jouni K . Seppänen
/test/logs/stdio http://mpl-buildbot.code.astraw.com/builders/Ubuntu%208.04%2C%20Python%202.5%2C%20amd64%2C%20no%20dvipng%2C%20no%20latex/builds/91/steps/test/logs/stdio -- Jouni K. Seppänen http://www.iki.fi/jks -- Come build with us

Re: [matplotlib-devel] patterns

2009-09-30 Thread Jouni K . Seppänen
net/examples/pylab_examples/hatch_demo.html -- Jouni K. Seppänen http://www.iki.fi/jks -- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Ju

Re: [matplotlib-devel] Comparing pdf output in tests

2009-09-28 Thread Jouni K . Seppänen
Jouni K. Seppänen writes: > I committed something based on this, and a new rc parameter > savefig.extension that sets the filename extension when you call savefig > with a bare filename. The pdf tests seem to be working, at least for me, > but I am sure that the code can be im

Re: [matplotlib-devel] Comparing pdf output in tests

2009-09-27 Thread Jouni K . Seppänen
ted something based on this, and a new rc parameter savefig.extension that sets the filename extension when you call savefig with a bare filename. The pdf tests seem to be working, at least for me, but I am sure that the code can be improved. -- Jouni K. Seppänen

Re: [matplotlib-devel] Comparing pdf output in tests

2009-09-23 Thread Jouni K . Seppänen
ing the test cases call savefig with all the relevant file formats? That doesn't look so nice if the test cases end up with a big block of savefig calls, but it has the advantage that there is no magic involved and it is very obvious what is going

Re: [matplotlib-devel] Comparing pdf output in tests

2009-09-23 Thread Jouni K . Seppänen
tch work (in some cases, eg pure image backends) so one can set warn=False to supporess the warnings """ -if 'matplotlib.backends' in sys.modules: -if warn: warnings.warn(_use_error_msg) +if 'matplotlib.backends' in sys.modules and warn: +warning

Re: [matplotlib-devel] Comparing pdf output in tests

2009-09-22 Thread Jouni K . Seppänen
renderer. I suppose Ghostscript is widespread enough that we can assume that it exists in the test environment? Or is there some buildout magic that we should add in some file? -- Jouni K. Seppänen http://www.iki.fi/jks ---

[matplotlib-devel] Comparing pdf output in tests

2009-09-22 Thread Jouni K . Seppänen
, there should be no font-rendering or antialiasing mismatches. Can we assume that all test computers will have some version of Ghostscript installed and callable as "gs"? -- Jouni K. Seppänen http://www.iki.fi/jks -

[matplotlib-devel] Why are image coordinates rounded to integers?

2009-08-31 Thread Jouni K . Seppänen
the backends, in addition to the get_image_magnification method? -- Jouni K. Seppänen http://www.iki.fi/jks -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report de

Re: [matplotlib-devel] semilogx and semilogy don't reset linear scale

2009-08-30 Thread Jouni K . Seppänen
s the Tony's change on the branch; 7585 was the svnmerge to the > trunk, which pulled in earlier changes that had not been merged yet. The > others were just documentation, though, so I am still mystified. Oh, well. If I'm reading the waterfall display correctly, it looks like m

Re: [matplotlib-devel] writing plain text to multi page pdf

2009-08-30 Thread Jouni K . Seppänen
Jouni K. Seppänen writes: >> The current interface looks easy enough to use -- it just needs to be >> advertised better, eg in a FAQ ( I had to read the source to find it, >> which works well enough for me, but not for everyone). If you want to >> write one up, I'

Re: [matplotlib-devel] Can't save pdfs with MPL devel under Jaunty

2009-08-30 Thread Jouni K . Seppänen
it. Have you tried "rm -rf build"? -- Jouni K. Seppänen http://www.iki.fi/jks -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and

Re: [matplotlib-devel] writing plain text to multi page pdf

2009-08-29 Thread Jouni K . Seppänen
in the documentation at some point, but it is missing now from <http://matplotlib.sourceforge.net/api/index_backend_api.html>. Of course the "backends" chapter may not get read by many users, so there could be a pointer to it from some suitable plac

Re: [matplotlib-devel] writing plain text to multi page pdf

2009-08-28 Thread Jouni K . Seppänen
direct the output to that. I personally don't have a use for that, but do you think it would be a useful part of pyplot? -- Jouni K. Seppänen http://www.iki.fi/jks -- Let Crystal Reports handle the reporting - Fre

Re: [matplotlib-devel] Merge tracking of v0_99_maint broken?

2009-08-24 Thread Jouni K . Seppänen
tegration and deployment - and >>> focus on what you do best, core application coding. Discover what's new with >>> Crystal Reports now. http://p.sf.net/sfu/bobj-july >>> ___

[matplotlib-devel] Merge tracking of v0_99_maint broken?

2009-08-22 Thread Jouni K . Seppänen
nmerge.py avail svnmerge: multiple sources found. Explicit source argument (-S/--source) required. The merge sources available are: /branches/mathtex /branches/v0_91_maint /branches/v0_98_5_maint I'm pretty sure that this used to work. What has changed in the repository? -

Re: [matplotlib-devel] Building from source on Mac OS X

2009-08-21 Thread Jouni K . Seppänen
> src/_macosx.m: In function ‘setfont’: >> src/_macosx.m:1895: error: ‘CTFontRef’ undeclared (first use in this >> function) I committed to trunk a change that I think should fix this problem. Please test.

Re: [matplotlib-devel] Building from source on Mac OS X

2009-08-21 Thread Jouni K . Seppänen
cosx10.5.dmg worked well, and I had no problems compiling matplotlib. The resulting files are of course specific to i386, OS X version 10.5, and probably some libraries on my system, so they are not good for distribution, but I seemed to avoid all the usual problems with compiling matplotlib. -- Jou

  1   2   >