On 9/12/06, John Hunter <[EMAIL PROTECTED]> wrote:
Minor correction
> license. Fernando Perez did this with ipython, which was released
> under the LGPL and then re-released under a BSD license to ease
> integration with scipy and other enthought products. The LGPL is
^^
Thanks I got it working now. I did not read the instructions properly. I was
not using the
proper backend. I was using one of the image backends when I should have
been using
the GUI backend.
http://matplotlib.sourceforge.net/backends.html
Henock
Try a different backend. If one doesn't work, something went wrong during the
installation (it happened to me a couple of times, reinstalling from scratch
seemed to have solve the pb).
-
Using Tomcat but need to do more? Ne
> "R" == R Padraic Springuel <[EMAIL PROTECTED]> writes:
R> Stéfan suggested that I include an example script to show
R> people what the package could do. I thought this was a good
R> idea, so I wrote one and have uploaded a new version of the
R> package with the example scrip
Hi,
Looks very interesting. Is there any chance that this will be
eventually included in MPL? Or at least have a license similar to MPL?
Have you thought about combining the dendrogram with a
heatmap/colormap (e.g.
http://www2.warwick.ac.uk/fac/sci/moac/currentstudents/peter_cock/python/heatmap/)
Thanks for the help Ken and Christopher! Attached is an example file of
what I've got running now. It should run on its own. A wx tooltip pops
up whenever the mouse is over the axes. The tooltip's hangs obediently
off of the bottom right of the mouse cursor. Its string is updated to
reflect the
On 9/12/06, Henock Abebe <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I just installed matplot and the required packages and I am having
> a problem performing a simple plot. I would be grateful for any help
> that I can get. I am using the default setting in the file matplotlibrc,
> I tried setting 'int
Hi,I just installed matplot and the
required packages and I am havinga problem performing a simple plot. I would
be grateful for any helpthat I can get. I am using the default setting in
the file matplotlibrc,I tried setting 'interactive' to both True and False
without any success.Here is the
hey im trying to build an exe of my program and i have this as my setup file,
from distutils.core import setup
import py2exe
from distutils.filelist import findall
import os
import matplotlib
matplotlibdatadir = matplotlib.get_data_path()
matplotlibdata = findall(matplotlibdatadir)
matplotlibdata
> "David" == David Huard <[EMAIL PROTECTED]> writes:
David> Hi, I'm a little bit lost with respect to setting the
David> resolution of images saved in png. The matplotlibrc file
David> sets the dpi to 80, but the default keyword argument of
David> savefig is set to 150. Thus,
Hi, I'm a little bit lost with respect to setting the resolution of images saved in png.The matplotlibrc file sets the dpi to 80, but the default keyword argument of savefig is set to 150. Thus, changing the rc setting
to dpi=300 does not modify savefig's default behaviour. Is there a way to set
Ken McIvor wrote:
> Unfortunately, I don't think wxWidgets exposes the functionality for
> displaying a wx.ToolTip.
Yes, it does, though I haven't used it:
wx.TipWindow
Shows simple text in a popup tip window on creation. This is used by
wx.SimpleHelpProvider to show popup help. The window au
After some progress in installing matplotlib (after solving the numpy problem, thanks), I've hit another obstacle. Again, perhaps someone will recognise the symptoms or suggest the next place to look. The technical set up: OSX 10.4, MPL 0.87.5, numeric, numarray and numpy 1.0b5 installed, intel Ma
> After some progress in installing matplotlib (after solving the numpy
> problem, thanks), I've hit another obstacle. Again, perhaps someone will
> recognise the symptoms or suggest the next place to look. The technical set
> up: OSX 10.4, MPL 0.87.5, numeric, numarray and numpy 1.0b5 installed,
14 matches
Mail list logo