MPL does not have a backend that used “real” GPU rendering.
And it’s very hard to make one, due to the really low level nature of
OpenGL and similar APIs, and MPL’s rendering model.
You might try VisPy — it was designed for OpenGL from the start.
-CHB
Sent from my iPhone
On Jul 5, 2018, at 5:
On Wed, Sep 13, 2017 at 12:31 AM, Francesco Faccenda wrote:
> I have to admit I already stumbled on VisPy while doing my research on the
> web. Still, I've got a lot of code already working with *matplotlib*.
> Indeed, not only I plot data with it, but i manage a lot of *mpl events*
> to provide
On Tue, Sep 12, 2017 at 8:47 AM, Francesco Faccenda
wrote:
> But there’s a good news, I have a nice GPU available (an NVIDIA Tesla
> K40c), so I’d like to know if there is a way to make matplotlib run on it,
> or maybe wrap it on some GPU/CUDA wrapper and make it run smoothly.
>
I tihnk you want
On Mar 13, 2015, at 12:50 PM, Cyrille Rossant wrote:
> Exactly. Note that pushing data on the GPU is not that slow:
No -- and something has to be pushed to the video card at some point anyway.
But my experience is that if you need to push the data to the CPU,
that pretty much overwhelms the adv
On Fri, Mar 13, 2015 at 10:21 AM, Benjamin Root wrote:
> Probably what I am most interested in from OpenGL is its transforms stack.
>
OpenGL can't do anything with transforms that you couldn't do in python (or
C, or Cython). What it can do is push the transform computations to the
GPU(s) -- mak
:-( -- or maybe not!
form teh vispy docs:
"Vispy now ships a very basic and experimental OpenGL backend for
matplotlib."
HTH,
-Chris
> A majority of the work in the gui backends deals window/widget creation
> and the plumbing required to convert interaction events from
+1 -- sounds great!
On Tue, Jan 20, 2015 at 7:48 AM, Michael Droettboom wrote:
>
>
>
>
>
>
>
>
> * Matplotlib is a widely used, well regarded, and powerful visualization
> library that has dominated the Python visualization stack for over a
> decade. However, to maintain that position, matplot
n would want
to work with not-just-the-latest numpy anyway, it may make sense to start
now.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959 voice
7600 Sand Point Way NE (206)
ng proposals properly written up), but Eric's
right, the internals should stay close enough that it's worth using.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329
rt either, but while similar principles about colorblind
compatibility, etc apply, you want to sue a different scheme to represent a
continuous range of colors and a set of distinct colors that aren't
intended to be ranked.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Res
a nice think to have. So some
day, it may make sense to spilt it our out of MPL, and then we'd need to
worry about preserving the API, but while it's built into MPL, I wouldn't
worry about it.
-CHB
>
> Ben Root
>
> On Mon, Nov 24, 2014 at 12:28 PM, Chris Barker
>
one can dedicate some time to clean up the wx back-end, then
it wold make sense to look into normalizing this, too. But I agree with
Eric, this is likely to be a significant job -- wouldn't tough unless
your'e ready to commit to some real work.
If it ain't broke.
-Chris
--
Chr
On Tue, Nov 18, 2014 at 9:55 AM, Phil Elson wrote:
> Isn't the XKCD stuff baked into the Agg backend. Is it even possible to
> produce XKCD svg or PDFs?
>
I wouldn't be surprised -- that's some pretty fancy stuff!
To the OP -- maybe you can use the cocoaagg back-end...
-CHB
> On 18 Novemb
m support, so
tk, wx or qt (or even GTK...)
But someone made the OS-X native back-ends -- so they must have had a use
case -- maybe they could post an example.
A post to the pythonmac sig list may yield someone with an example to post
as well.
-Chris
> Sincerely,
> Completely cluele
7;s a good idea to develop this list regardless of the sponsoring
organization structure.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (
official" way to build
MPL. but I think it should probably go in the main source dir, alongside
setup.py -- conda is being pretty widely used these days.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959 voi
There are some idiosyncrasies to Anaconda's pythonw -- for example, the
behavior of "-c":
python -c "print 1+2" -> 3
pythonw -c "print 1+2" -> Nothing
/usr/bin/pythonw -c "print 1+2" -> 3
chris
On Thu, Aug 21, 2014 at 6:59 PM, Chris Ba
is just happens to be what I have)
It would be nice if Anaconda would do it the same way.
-Chris
> #!/bin/bash
> export PYTHONEXECUTABLE=/Users/aaronmeurer/anaconda/bin/python
> /Users/aaronmeurer/anaconda/python.app/Contents/MacOS/python $@
>
> This is needed becau
naconda python commands,
leading to unexpected crashes (especially when using tools like pytest,
which invoke python, run a test that needs MPL, and crash).
This definitely seems like Anaconda's problem rather than matplotlib's (it
affects any program that tries to
On Thu, Aug 14, 2014 at 12:07 PM, Eric Firing
wrote:
> but as far as I can see, on OSX, there is no *advantage* to non-framework
> python. Is this correct?
>
> Suggestion for anaconda:
> make bin/python a link to ../python.app/Contents/MacOS/python
>
NOTE: the python.org python build has been
epo, install sphinx, and do that
step yourself...
But thanks for offering, this would be nice for some folks.
-Chris
> I have a HTML Help workshop installed on my desktop. I would gladly
> setup the project and build the dot chm file. I'll send the results were
> ever you wi
dertaking, or hire somebody to fix the
> Tcl/Tk bug.
Is Tcl/Tk that unused that this isn't getting addressed? kind of Sad,
though I was never a big fan -- at least once I discovered Python...
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR
n, you install wheels
and it works fine for you, so distribute via py2app, then it crashed when
run in 32 bit mode...
Oh well.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6
ly.
>
not many -- it can be a really a pain to do so -- macports and homebrew
really expect you to have a recent compiler, which I think is difficult or
impossible to install on 10.6...
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R
_64.whl
>
what is this going to do on OS-X 10.7 and 10.8 systems running homebrew or
macports pythons? It seems this list could get pretty long!
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959 voice
7600 Sand Po
rve as a living example of good coding practices.
> Might as well do our best in that regard.
>
then use "unused_meaningful_name"
it looks like pylint, anyway, will accept that.
Or is the goal here to come to a consensus for MPL style?
If so, I'm +1 on "_", and
usable with delauney triangulations I can see that
it may not have very nice properties when applied with a very
non-delaunay triangulation, but I can't see why it it wouldn't be
computable. Or am I missing something?
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency
bably amounts
to creating more compound artist types) would make it easier to build tools
like mpld3 and other cool things that involve runtime editing or
optimization of tree-like data structures.
chris
On Tue, Jan 14, 2014 at 3:34 PM, Jacob Vanderplas wrote:
> On Tue, Jan 14, 2014 at
lf at http://plotornot.chrisbeaumont.org .
Plot or Not was mostly a tongue-in-cheek idea, but there is nonetheless
some interesting information about style preferences in these data. I'm
happy to share the raw vote data if anyone is interested in digging further.
Cheers,
is
> targeting (this should be in the pyplot function docstring).
>
That would help, though a namespace without any non-OO stuff would be still
be good, and, of course, docs and tutorials.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R
could be cleaned up as well.
I'd kind of like to see a fig.subplots() that has the same API as
plt.subplots(), for symmetry's sake, and because add_subplot() has a kind
of crufty API. Except it wouldn't return the figure instance (though it
could).
-Chris
>
>
>>
On Thu, Oct 24, 2013 at 12:03 PM, Daniele Nicolodi wrote:
> PS: Chris, would you mind sharing the material you put together and
> links to material from which you stole from? Thanks!
I honestly don't think my stuff is any better than the originals: I like these:
Ben Root'
!
Anyone like the idea of an matplotlib.ooplot namespace that would have
just what you need to use the oo style?
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle
build issue...)
I tok a quick look at your waf scripts and I couldn't tell how you are
handling the external compiled dependencies (png, zlib, freetype) --
are these statically linked in?
It'll be good to see these posted on the MPL download site.
-Chris
--
Christopher Barker, Ph.D.
Oce
aren't the best solutions for everyone.
Chris
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the m
orks the way we expect in the use cases we expect to use
it in.
But I'm not maintaining this code, so have at it in the way that makes
sense to you.
NOTE: it would be a different story if this were a netwroking protocol
lib, or something where security patches would be critical. Maybe I'm
signed to teach matplotlib in a classroom setting -- a little
different than a tutorial designed to be done on one's own.
There is a bunch of stuff scattered among scipy tutorials, bootcamp
lectures, etc, but having a central place to develop materials would
be nice.
-Chris
--
Christopher Ba
g reason to run a
particular version.
-- just my thoughts on how to keep things simpler.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115
thon notebooks allow you do do a LOT with esentially an
interactive interpreter, but still.)
Anyway, I've always thought it was a real shame that most of the
tutorials on MPL out there get people started on what I'm convinced is
the wrong foot.
- just my opinionated $0.02 worth...
yered
API like this, and it would be easier if the interface for all atomic_plot
objects were compatible. Matplotlib was first built to win converts over
from matplotlib -- with a layered API, you can start converting the
ggplot/d3/bokeh/vega community :)
Cheers,
Chris
like.
Is there interest in building this into matplotlib? If so, I would like to
polish it up and submit a PR.
Cheers,
Chris
--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy w
able hinting:
> • uncomment: #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER
> • perhaps comment out: #define
> TT_CONFIG_OPTION_UNPATENTED_HINTING
handy to know.
Thanks,
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(20
g said, there is no reason that we need to use the same build
system -- we could easily have custom build scripts for a project, and
still have it share the dependencies.
I was planning on getting it all further along before announcing the
project and looking for help, but since is came up...
-Ch
I do think there a real benefit to being about to provide
newbie-friendly option that "just works" on the Mac.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Se
On Fri, Aug 16, 2013 at 7:32 AM, Michael Droettboom wrote:
> We actually discussed this very issue yesterday in our Google hangout about
> continuous integration. We're probably going to need to script a full setup
> from a clean Mac + XCode to a working matplotlib development environment in
> or
t now -- but I'll see what I can do.
-Chris
> Mike
>
> On 08/12/2013 01:55 PM, Chris Barker - NOAA Federal wrote:
>> On Mon, Aug 12, 2013 at 7:01 AM, Michael Droettboom wrote:
>>> I propose to fix this by turning on interactive only when
>>> running at an i
On Mon, Aug 12, 2013 at 7:01 AM, Michael Droettboom wrote:
> I propose to fix this by turning on interactive only when
> running at an interactive console.
I embed MPL more than other uses, and this sounds like a fine solution to me/
Thanks,
-Chris
--
Christopher Barker
I'd like to sit in on this if I'm available. Please keep me posted
Cheers,
Chris
--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent
cau
On Jul 24, 2013, at 7:23 AM, Michael Droettboom wrote:
Part of this is due to the change to setuptools/distribute,
Even though I was the one who spearheaded the move
to setuptools, I'm wondering whether we shouldn't examine backtracking
on some of this for the 1.4.x release.
I don't think s
d diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> ___
> Matplotlib-devel mailing list
> Matplotlib-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo
some
kind of lazy version that only touches the options explicitly addressed in
the file, and an explicit version that defaults all other options to
something. Thus, explicit loading would guarantee that a style never
changes.
chris
---
ion numbers to track the default style as it evolves towards visual
awesomeness)
chris
On Sat, Jul 20, 2013 at 9:07 PM, Eric Firing wrote:
> On 2013/07/20 2:38 PM, David P. Sanders wrote:
> > And this is my problem with 'rc': it brings to mind an arcane config
> &
arams.
Sorry for being long-winded -- I just want to make the case that this is an
important (and not *entirely* subjective) issue. If nothing else, it would
be great to see some clear statement about where the MPL devs stand on this
issue -- what criteria must be met to consider a change to the defaults
d.
you can do this with ctypes, and would work fine for image buffers, by
many not as well as Cython for say, a large sequence of characters...
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959 voice
7600 Sand Po
l wouldn't need the
full how-to-split-pages and all that code for MPL.
Not sure about properly handling unicode issues, though modern TeX
does support unicode.
With a fully-function mathtex, it could be the default (only?) text
layout system for MPL, simplifying things quite a bit.
... just a t
a build system for all those that might be a
good basis for a multi-platform solution?
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fa
th binaries on the Mac,
including dependency handling.
Note that supposedly the "wheel" format is coming (soon?), and after
that support for binary wheels by pip.
Of course, none of that helps right now...
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NO
bject sure would
be easy on Cython
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317
On Mon, Dec 3, 2012 at 12:24 PM, Chris Barker - NOAA Federal
wrote:
>>>> but some of that complexity could be reduced by using Numpy arrays in place
>> It would at least make this a more fair comparison to have the Cython
>> code as Cythonic as possible. However,
ant to be able to
read_to/write_from a file that is already open, and in the middle of
the file somewhere -- would that work?
I just posted a question to the Cython list, and indeed, it looks like
there is no easy answer to the file issue.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Em
s what I noticed right away -- I"m note sure it there is
easier handling of file handles.
> True. We do have two categories of stuff using PyCXX in matplotlib:
> things that (primarily) wrap third-party C/C++ libraries, and things
> that are actually doing algorithmic heavy lifting.
we switched to using Cython, would more
> participate", I
> should be asking "among those that can participate in removing the PyCXX
> dependency, what is the preferred approach?"
I don't know that we need a one-sieze fits all approach -- perhaps
some bits make the mo
e I disagree -- if we go pure C and C-API developers need
to know the Python C-API -- that is actually a pretty big deal, and
hard to get right. Knowing enough Cython to call some C code is a
smaller lift for sure.
Anyway, I saw give it a shot -- I suspect you'll like it.
-Chris
--
Christ
nly a few days ago I committed to writing a triangular grid
>> interpolator for quad grids
what is a triangular interpolator for quad grids? sounds useful, too.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959
On Oct 5, 2012, at 12:25 PM, Michael Droettboom wrote:
> On 10/05/2012 02:53 PM, Chris Barker wrote:
>> The upcoming pycairo version
> supports using image buffers (which can be Numpy arrays), but that's not
> helpful for drawing lines etc.
>
Thx-I did see some add-
ere an efficient way to pass a lo tof coordinate parie,s etc
to pyCairo?
Just wondering, 'cause I'm trying to decide on a rendering lib to use
for another project.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959 v
ed, but not
necessarily auto-installed -- the auto stuff is just not reliable
enough.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317
that.
-Chris
> On 10/3/2012 9:20 AM, Michael Droettboom wrote:
>> I invite comments for a new MEP about improving the situation with
>> respect to our bundling of third-party Python dependencies.
>>
>> In particular, I'd love feedback from the various stakehold
ypi seem easy
> enough.
I think it would be great to put it in the mpl repo as an mpl_toolkit
-- which means github, yes?
Thanks for taking this on!
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959 voice
7600 Sand
On Thu, Aug 30, 2012 at 9:22 PM, Carlo Segre wrote:
> Hi Chris:
>> On Tue, May 1, 2012 at 9:31 AM, Benjamin Root
>>
>>> AFAIK, no, it shouldn't be a problem. The question is where. I suspect
>>> it
>>> would fit best as a mpl_toolkit.
>>
&
> the de facto maintainer of it, right?
Well, me or Matt or Carlo -- we'll fight over that among ourselves.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Sea
On Tue, May 1, 2012 at 9:23 AM, Thomas Kluyver wrote:
> On 1 May 2012 17:04, Chris Barker wrote:
>> (the license looks BSD-ish to me)
>
> At a glance, I think it's the X11 license, aka MIT license.
Would there be a problem bringing it in to MPL in that case?
-Chris
--
ixed right in
with the code (i.e. import matplotlib.wxmpl)?
It's one file -- there really isn't that much to it, but it's nice to have.
http://agni.phys.iit.edu/~kmcivor/wxmpl/
(the license looks BSD-ish to me)
Thanks,
-Chris
On Mon, Apr 30, 2012 at 11:16 AM, Chris Barker
, as it is a pure Python
> package with no onerous dependencies.
>
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115
be an
issue.
> http://www.effbot.org/imagingbook/imagedraw.htm
this is definitely slow for what I'm doing.
Thanks,
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329
I agree, very instructional example.
As for the width of the tick lines, line 78
line.set_linewidth(1)
should probably read
line.set_markeredgewidth(1)
though.
Chris
> Date: Fri, 8 Jul 2011 16:18:52 -0600
> From: G?khan Sever
> Subject: Re: [matplotlib-devel] Contributed exa
> As an additional note, if you are having difficulty compiling for
> MacOS X, why not just ask for help with that?
yup -- there are some issues with which Tk is used by tkInter, but wx
should be easy -- how have you tried to install?
me to look at it, but I think it's great think to add.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main
ce for it -- I suspect that windows server 2003 is
old enough that it may not have the newer alpha-supporting drawing stuff
-- that may be a dll that you could add, though.
You'll get a better answer on the wxpython-users list.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency
Chris writes:
>
> Hi,
>
> I posted this same message to matplotlib-users a couple of days ago, but now I
> realize that this list is the more appropriate place.
>
> I'm having trouble building matplotlib 0.99.1.1 (transcript below).
>
> I'm using copie
, and that are apparently working fine. I can use this
exact procedure to build 0.91.4 without any problems.
Any suggestions would be greatly appreciated - thanks!
Chris
$ cd matplotlib-0.99.1.1
$ env PREFIX=/a/b/ LD_LIBRARY_PATH=/a/b/lib /a/b/bin/python setu
nd had to delete it to begin
building:
$ wget
http://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-
0.99.1/matplotlib-0.99.1.1.tar.gz?use_mirror=kent
...
20:44:41 (2.11 MB/s) - `matplotlib-0.99.1.1.tar.gz&
On Mon, Jul 27, 2009 at 8:14 PM, Jeff Whitaker wrote:
> Chris Petrich wrote:
>>
>> Hi,
>>
>> I get a Topology Exception with GEOS 3.1:
>>
>> import mpl_toolkits.basemap as bm
>> print "GEOS version: ", bm._geoslib.__geos_version__
>> p
+06 1.45831e+07
Segmentation fault
Any solutions?
cheers
Chris
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
w
ge is Numeric.
Because the matplotlibrc always provides *some* value for numerix
(it has it's own system of default values), this default is most
likely never used.
To summarize: the commandline is examined first, the rc file second,
and the default array package is Numeric.
"&qu
On Sun, Feb 01, 2009 at 11:59:06PM +0100, Sandro Tosi wrote:
> Hi Chris,
> thanks for your reply, helpful as usual :)
>
> On Fri, Jan 30, 2009 at 18:59, Chris Walker
> wrote:
> > Firstly, good luck with the book.
>
> cheers :)
>
> > The sort of book
eally appreciated :) And wish me good luck!
I don't think it is the thrust of your book, but another book I was
looking for is "A cookbook of Numerical simulations of classic
physics/engineering problems". For use by physicists/engineers who
don't want to rewrite things from scratch
r error, so that a better error
message can be provided next time.
Send reports to sphinx-...@googlegroups.com. Thanks!
Building HTML failed.
There is an examples directory, but no mpl_examples directory. Nb this
error is from the 0.98.4 tarfile compiled on debian lenny with the
sphinx 0.5 f
re going to support numpy 1.1 and later, we may
> > better not to drop the "new" silently.
Debian lenny (which is currently in freeze and will be the next
stable) has numpy 1.1 at present.
It is possible th
ded the few css bits you created earlier. They do look nice :-)
Indeed they do.
http://matplotlib.sourceforge.net/doc/html/index.html links to
http://matplotlib.sourceforge.net/doc/html/goals.html which doesn't
seem to exist yet.
I guess this is temporar
.g. tetex, tex-live) yet. One way would be to make it as an optional
> feature.
FWIW, Debian provides preview.sty in the binary package
preview-latex-style (generated from the source package auctex).
Chris
>
>
>
> On Fri, Aug 29, 2008 at 12:04 PM, Jae-Joon Lee <[EMAIL PROTE
an exception for
> > sphinx, as well as you for mpl :-|
> >
> > It will help if you file a RC bug for sphinx :)
>
> I'll be happy to, but should I wait until there is actually a sphinx
> release out with the bugfix in it?
No, don't wai
7;.join([repr(x) for x in mscale.get_scale_names()]),
'scale_docs': mscale.get_scale_docs().strip()}
Chris
-
Check out the new SourceForge.net Marketplace.
It's t
The patch below fixes a minor typo in the documentation.
Chris
[EMAIL PROTECTED]:~/mydeb/mpl-svn/matplotlib/trunk/matplotlib/lib/matplotlib$
svn diff afm.py
Index: afm.py
===
--- afm.py (revision 5683)
+++ afm.py
Michael Droettboom wrote:
> I don't understand why anyone would want the one on the left,
> but if you can provide a use case for it, it should be implementable.
I know I can't. I think john may be right that it's just not that hard
to do by hand.
-Chris
--
Chr
File "./embedding_in_wx.py", line 45, in
from wx import *
AttributeError: 'module' object has no attribute '__DocFilter'
This must be a bug in the Debian package providing wx (which I ough
"John Hunter" <[EMAIL PROTECTED]> writes:
> On Fri, Jun 13, 2008 at 9:25 AM, Chris Walker
> <[EMAIL PROTECTED]> wrote:
>
> >> So if we want to support stable, *and*
> >> the latest releases, we've got a lot of ongoing compatibility work to
o support stable, *and*
> the latest releases, we've got a lot of ongoing compatibility work to
> do. For backend maintainers willing to do it, I think that will be
> good. But I am hesitant to target such a
filetypes=self.canvas.get_supported_filetypes(),
> default_filetype=self.canvas.get_default_filetype())
Cheers
Chris Fuller
University of Minnesota
-
Check out the new SourceForge.net Marketp
ble performance hit, though in my code, without the latest MPL,
I get an invalid PNG.
thanks,
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
1 - 100 of 105 matches
Mail list logo