*60) : "%H:%M:%S %Z",
1.0/(24*3600) : "%H:%M:%S %Z",
}
self.fallback_format = "%b %d %Y %H:%M:%S %Z"
def __call__(self, x, pos=0):
scale = float( self._locator._get_unit()
--
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 reception
chris.bar...@noaa
y ipy_user_conf.py file, and that had the same effect.
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
Seattle, WA 98115 (206) 526-6317 main recep
's time
machine, anyway...).
I've lost track of what problems you're trying to solve with idle
events, but maybe an abstraction of a timer system would be a more
robust approach, for animations, anyway.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Divisio
t; build cannot find it.
Note that the UnixImageIO Framework from Kyng Chaos should give you a
good libpng (and freetype), you just have to make sure that MPL can find
it.
Another easy option is to use Macports to build it, with the "universal"
variant.
HTH,
-Chris
--
Christoph
t;include" dirs. You need to add those to MPL's
search paths, by editing setup_ext.py. Look for the basedir dict.
-CHB
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959 voice
7600 Sand Point Way NE (206) 526-63
y give you a cleaner result. You may even be able to grab code
straight from scipy.interpolate, an apply it on the different portions
of your grid separately.
HTH,
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959 voice
le files which existed in
> 0.90.x)
Is this what you are looking for?
http://matplotlib.sourceforge.net/examples/index.html
in particular, you might want to look at the wx examples here:
http://matplotlib.sourceforge.net/examples/user_interfaces/index.html
-Chris
--
Christopher Barker, Ph.D.
ot I'll try to remember to contribute it
when I get around to it.
-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)
is that the amount of space for the
axis labels varies with the size of the figure, as you've discovered.
The default for a single axes in a figure is:
(0.125, 0.1, 0.9, 0.9)
so you might try something like:
axes.set_position((0.125, 0.15, 0.9, 0.85) )
what is best depends on what
es support verctor emf, than you might be able to
use the MPL Cairo back-end, rather than trying to go to SVG->emf.
good luck!
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959 voice
7600 Sand Point Way NE (2
-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 reception
chris.bar..
this up.
or:
python -c "import sys; print sys.path"
That will spew out a bunch of dirs, and where there are should tell you
where your python is installed.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959 voic
it you want, it should be easy,
except for the dependencies -- I'm not sure what those are anymore, but
a little reading of the docs should tell you.
Oh, and you'll end up having to build every other extension, too -
wxPython, QT, PIL, ???
Without good reason, I'd just go with the p
ocessing time and memory. In particular, it should work better around
the edges of a non-rectangular domain.
-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,
which I think would work?
-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
er
thread, so that the main interactive prompt is not blocked. It's handy
for mixing an interactive prompt and GUI stuff, even if you aren't using
MPL. Plus you get all the other nifty iPython features.
Give it try -- it's wonderful.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
ns to market and stay
> ahead of the curve. Join us from November 9-12, 2009. Register now!
> http://p.sf.net/sfu/devconf
> _______
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/list
er, OpenGL is pretty darn low-level, so
there's a lot of code to write!
-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
it
irrelevant (x is time, y is velocity). Can I do that with this?
> (Maybe I should add "width_units", identical to "units", and deprecate
> the latter; this might make the meanings of the kwargs clearer.)
+1
But if you're doing that, you may want to make m
on for that.
sounds like a useful module,
-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
ussian_kde does,
> the documentation is terse. Can I be enlightened here?
It looks like they are both part of a similar class of methods:
http://en.wikipedia.org/wiki/Kernel_%28statistics%29
As such, it makes sense to me to have them all in SciPy, sharing code
and API.
-Chris
--
Christ
d work with the
python.org Python 2.5
there is:
matplotlib-0.99.1.1-py2.6-macosx-10.3-fat.egg
for Python 2.6
I haven't had to compiled MPL is a good while.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959 voic
are running 64 bit -- what a pain this all is.
-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
so, it seems that Py2app really should include libs that are in
/usr/local with the bundle, so that may be a py2app bug/feature.
Boy, this is a pain!
oh well,
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959 voice
7
Geoffrey Ely wrote:
> Hi, What is the best way to rasterize a figure into a numpy array for
> further image processing?
untested, but I suspect:
> image = numpy.frombuffer( fig.canvas.renderer.buffer_rgba).reshape( shape )
might work -- something like that, anyway.
-CHB
--
Ch
xMPL -- it's a nice wrapper for MPL
on wx that will save you a bit of work.
-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
imer that wraps the GUI toolkit timers, but
that may be a good idea.
-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
Pavlo Shchelokovskyy wrote:
is there is a consistent
> way to scale at once thickness of everything drawn on figure, i.e.
> axis, plots, fonts?..
I think what you want is to set a dpi that works for you:
http://www.scipy.org/Cookbook/Matplotlib/AdjustingImageSize
-Chris
--
Chris
uld be separate
from the toolbar that activates those modes.
-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 recepti
best, core application coding. Discover what's new with
> Crystal Reports now. http://p.sf.net/sfu/bobj-july
> ___
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matp
t "Running" message come from -- it doesn't look like it's
written to accommodate white space.
-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 f
27;ve never heard anyone
have a problem with it.
Perhaps we should do the same thing with MPL -- I'm sure he'd be glad to
share his scripts for building it.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959
Christopher Barker wrote:
> The diskimage is usually built for the python binary supplied by
> python.org -- that is what the message means by the "system version". I
> tried to submit a patch to change that message a year or two ago, but I
> guess it never got applied -
With luck, it's been factored in a way that you can use the drawing code
without the binning code.
-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 981
-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 reception
chris.bar
c typing.
So what is it you're trying to accomplish? Maybe there is a better way.
-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
ex.html
-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 reception
ch
he wx printing code
to print. I imagine it's similar for QT and GTK and TK. Note that for wx
at least, you do need access to a Windowing system, even if you aren't
displaying anything.
HTH,
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&
27;d print out some of those coords, so can make sense of them
-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
ate.
Might I suggest that that be made:
leg.draggable(True)
leg.draggable(False)
or
leg.draggable('on')
leg.draggable('off')
or even a property:
leg.draggable = True
or some such. I'd be nice not to have to keep track of the current state.
-Chris
--
Christopher
Also, I
> would rather stick with IDLE. It is the perfect IDE for non-CS students who
> shouldn't be spending their time on the complexities of a plotting package.
Spyder:
http://packages.python.org/spyder/
Looks really promising, but I don't think they've got OS-X package
is a fine choice for putting plots on the web.
PHPlot may be also -- I know nothing of it.
HTH,
-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
In [9]: orig[0:-1:4] # every 4th element
Out[9]: array([ 0, 4, 8, 12, 16])
-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-6
Wayne Watson wrote:
> See Subject.
not really. Try:
http://www.scipy.org/doc/api_docs/SciPy.ndimage.html
for that. I think there are other IP libs wrapped for python use, too.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(2
27;s really a matter of taste. YOu either do:
import matplotlib
fig = matplotlib.figure
or from matplotlib import figure
fig = figure.
You'll need a lot of things in matplotlib if you're doing much of
anything, and "namespaces are one honking great idea", so I do:
import ma
ser standard output -- it sounds like
you want the user to see messages, etc. Maybe TK has something similar.
Good luck,
-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
h
particular features turned on or off at compile time.
Intel has a lapack that can dynamically select processors, but it's not
open-source, and there are licensing issues to re-distributing it.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&
o isn't available, maybe there's a web site that one
>> can download such examples from?
>>
>
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959 voice
7600 Sand
me clean up -- but if you
read the whole page, you can see that it's gotten pretty easy.
Are you still confused?
-Chris
> On 2/19/2010 8:28 PM, Christoph Gohlke wrote:
>> <http://lmgtfy.com/?q=py2exe+matplotlib+data+files&l=1> leads me to
>> <http://www.py2ex
it.
>>
>> -Chris
>>
>
> Chris, I found this old thread. Did you ever find code to directly
> interpolate a triangulation?
sorry, no, not yet.
Do you already have the triangulation? if so, it's pretty easy to contour.
-Chris
--
Christopher Barker, Ph.D.
Oceano
Samuel Teixeira Santos wrote:
> I fix it.
>
> It was a dumb error
>
> I using '\' on windows
> and on ubuntu-linux I must use '/'...
note that '\' works in Windows for the most part. Or, better yet, use
os.path.join() and friends.
-Ch
tp://www.rpmfind.net/linux/rpm2html/search.php?query=numpy
>
> http://www.rpmfind.net/linux/rpm2html/search.php?query=python-matplotlib
>
> http://rpm.pbone.net/index.php3/stat/4/idpl/9548551/com/ipython-0.8.4-1.el5.noarch.rpm.html
>
>
>
>
>
> **/Gary/**
>
>
>
>
>
>
> -
n you have a thing with both an x and y axis, is
is an "axes".
-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) 5
e into the OSX save box from another
> window/terminal etc, and so could still make new names for the files.
You also might try a different back-end. I'm not sure what EPD sets as
the default but there are sometimes odd Tk issues. EPD should support
wxPython (wxAgg), and maybe the macosx
nd bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists
om matplotlib.org
(optional)
install the scipy binary from scipy.org
and there you go -- I suppose it would be nice to have it all in one
install, but that's not too hard.
(if you really want all in one -- check out Python(x,y) or EPD)
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emerg
in ipython),
I'm bit confused -- does ipython pylab mode not work for this? That's
what it's for.
-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
Seatt
do this directly. If I get a
chance, I will look into .drawshapefile(), and figure I can see how to
do it from there.
-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
Jeff Whitaker wrote:
> On 5/24/10 10:24 AM, Christopher Barker wrote:
>> I need to be able to draw a filled polygon from coordinates in memory,
>> for instance, but didn't see a way to do this directly.
> Chris: If you have the map projection coordinates of the polygon,
I'm using the python.org python.
>> Machine 2: OSX 10.5.7 Macbook pro/Intel
>> Code versions: python 2.5.4, Numpy 1.3.0, Scipy 0.7.0 (all obtained through
>> fink.)
OK -- then a fink issue, rather than a Macports one -- same idea, though.
My impression is that neither fink nor
t work right with a non-framework build.
I think it should work with either the 2.5 Apple supplies with OS-X
10.5, or the python.org 2.5 build.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959 voice
7600 Sand Point W
3, 94, 95, 96, 97, 98, 69],
[ 70, 71, 102, 103, 104, 105, 106, 107, 108, 79],
[ 80, 81, 82, 83, 84, 85, 86, 87, 88, 89],
[ 90, 91, 92, 93, 94, 95, 96, 97, 98, 99]])
>>>
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Divi
pretty
easy, at least for someone running Leopard.
Or is bdist_mpkg not working for MPL anymore?
Charlie, where/how did you get the Universal libs for the dependencies?
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959
-py2.5.egg
(I may not have the re-naming right, I'm not running 10.5 to test.)
-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
that I don't find myself
entangled in wx version hell.
"""
recent version of the wx back-end no longer rely on compiled code, so wx
version hell is a think of the past (you will get better performance
with wx 2.8+, though).
-Chris
--
Christopher Barker, Ph.D.
Oceanographe
ll know it's likely that it can be done.
-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 (
Michael Droettboom wrote:
> Christopher Barker wrote:
>> For what it's worth, apparently you can speed up GraphicsContext code
>> substantially if you use it right --
> Can you be more specific about this
no. I haven't done much with it myself.
> or provide a r
ly wanted to, you could still transfer the Agg buffer to a wxBitmap,
and draw to that with GraphicsContext anyway.
So, like you, I'm curious (and I need GraphicsContext for other
projects), so I'd still like to know what the deal is.
-Chris
--
Christopher Barker, Ph.D.
Oceanographe
#x27;t dug into
the MPL code to see how it's being used there.
Also, the whole thing almost hangs (134 seconds to draw) if I up the
number of points to 5000!
Could you alter this to use the drawing calls MPL is actually using,
then we can send it on the wxPython list.
-Chris
--
Christoph
was a
> clipping bug in the Wx backend that I have fixed.
thanks for the tip, and even more so, all your work on this.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959 voice
7600 Sand Point Way NE (206) 526-632
#x27;ll be glad you've learned it!
Have you read the MPL docs -- there's a lot of good, simple examples in
there:
http://matplotlib.sourceforge.net/users_guide_0.98.1.pdf
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R
nto a regular grid. Here is wiki page about that:
http://www.scipy.org/Cookbook/Matplotlib/Gridding_irregularly_spaced_data
In there, is says that MPL does not have this functionality built in --
is that still true?
If so, I'd like to see the Delaunay stuff included -- in fact, you could
contour irregular da
be default, or into Library/Frameworks if you enable the
Framework build.
> Numpy and matplotlib build
> against it with no trouble. Hooray!
Cool, I didn't expect them to be 2.6 compatible!
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/
PL.
have you ported it over yet? Can anyone else help out with a port?
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
Seattle, WA 98115 (206) 5
Christopher Barker wrote:
> have you ported it over yet? Can anyone else help out with a port?
Note: it looks pretty easy, if yu know what you are doing:
from matplotlib.transforms import Interval, Value
Then in the code, I inly see Interval and Value used here:
self.rintv = Inter
efault.
Try changing that in your .matplotlibrc file, or try:
import matplotlib
matplotlib.use('Agg') # or 'wxagg', or 'whatever'
import pylab
that should do it.
What back end - are you/do you want to - use?
despite all the pylab examples, the OO inteface has a
t; canvas.print_figure("test"+str(DPI)+"dpi.png", dpi=DPI)
Then you'll get what I think you want.
Maybe this will help:
http://www.scipy.org/Cookbook/Matplotlib/AdjustingImageSize
though it there, I talked about Figure.savefig(). I don't know if there
is a differen
y--such as a
> renderer.dpi setting that is ignored during rendering.
I'm not familiar with this one, but I think it does make sense to
address these all at once.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 52
provided by OS-X. You will need
libpng, many of the others are now supplied by OS-X.
There are a number of ways to get libpng:
Try googling around a bit for "OS-X matplotlib dependencies building libpng"
and see what you get.
The other option is to wait until someone else builds a bina
> Is it possible to combine jpegs with matplotlib or PIL ?
I don't know what you mean by "combine", but PILL can probably do it,
once you get jpeg support working.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(
o get easy_install to use the right Python anyway, but do
you need to build MPL? can you use the binary:
matplotlib-0.98.3-py2.5-macosx-10.3.egg
(note that that is OS-X 10.3 and above)
you may have to re-name it to:
matplotlib-0.98.3-py2.5.egg
to get easy_install to recognize it.
d
"TinkerTool", but you can also change the finder setting with the
command line:
http://lifehacker.com/software/command-line/show-hidden-files-in-finder-188892.php
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 52
Joshua Lippai wrote:
> Now that just leaves creating the directory. I like
> the cbook.mkdirs implementation a lot better than the non-recursive
> version in os... thanks for the tip!
why not os.makedirs() ?
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Divi
and works 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-6329 fax
Seattle, WA 98115 (206) 526-6317 main
the above line should be:
self.canvas = FigureCanvas(self.PlotPanel, -1, self.figure)
One thing wx does do "wrong" is let you put a control on one parent,
then Add it to a sizer attached to a different parent -- it should
probably raise an error when you do that.
-Chris
--
Christophe
development?
Yes -- even if Ken does come back online, I'd like to see wxMPL hosted
by the MPL project anyway -- it would be easier to find, and more likely
to get tested and patched. Maybe as a toolkit?
I don't have a lot of time for it, but I need it too, so I'll help some.
-Chri
7;d be happy to host it in the mpl_toolkits dir if someone brings it
> up to 0.98 and will maintain it.
That would be great, John. I hope someone can take this on -- I'm doing
non-MPL stuff at the moment, so I can't take it no right now. Maybe in
the future.
-Chris
--
Christopher
Jesper Larsen wrote:
> I have a web application in which I would like to scale the plots down
> if the users horizontal screen size is less than 800.
http://www.scipy.org/Cookbook/Matplotlib/AdjustingImageSize
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Di
e with the IDE, and start it
from a command line.
-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 rece
rent version 1.0.0)
/usr/lib/libmx.A.dylib (compatibility version 1.0.0, current
version 47.1.0)
so it's not linked to the dynamic libpng -- hmmm.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R
separately with a bunch
of different flags, then lipo-ing the two binaries together.
Could anything funky like that be going on here?
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959 voice
7600 Sand Point Way NE (
s for everyone's work getting this put together.
-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 reception
chris.b
ransition from command
line use to embedding, help folks understand the structure of MPL, and
is the "right" way to do it (IMHO) with an OO language anyway.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959 vo
lts')
While we are at it, discourage the use of "import *" !
-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
n.
It seems there is an effort to establish a new "standard" style for
example, etc, which will help a lot.
-CHB
--
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,
John Hunter wrote:
> OK, I can reproduce the problem and the solution is easy. Open the
> file in universal mode and pass the file handle to csv2rec::
Shouldn't csv2rec open files in Universal mode by default anyway?
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergen
root wheel 72 Nov 18 2007 /usr/bin/python -> ../../
> System/Library/Frameworks/Python.framework/Versions/2.5/bin/python
It's looking for:
/Library/Frameworks/Python.framework/..
(not the one Apple installed in System)
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency
L is setting TK as the default back-end, so
maybe TK should be a dependency if they're doing that.
-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 98
John Hunter wrote:
> On Mon, Jan 26, 2009 at 1:10 PM, Christopher Barker
>> Shouldn't csv2rec open files in Universal mode by default anyway?
>
> The only down side I can see to this is universal support can be
> disabled at build time, though it is on by default.
1 - 100 of 354 matches
Mail list logo