My app uses the wx backend, so I happened to notice
that the backend_wx doesn't seem to work with
matplotlib 0.98.0. Running the 0.98 example embedding_in_wx.py
shows the problem. Only a bit of the lines get plotted. The
pan up/down zoom in/out all show various error messages.
When i revert bac
I am making a scatter plot and want the legend to display the symbols.
This functionality doesn't seem to exist, so I have followed the
workaround outlined here:
http://www.nabble.com/Legend-for-a-scatter-plot-based-on-symbols-td17554839.html#a17554839
Are there any plans to make the symbols whi
On Thu, Jun 12, 2008 at 4:19 PM, T J <[EMAIL PROTECTED]> wrote:
> I just updated my version of matplotlib to r5496, and now when I type
> show(), nothing happens. What could have gone wrong? Sorry if this is
> simple. I've attached a log of the installation.
Try
> rm -rf build
> rm -rf /pat
On Thu, Jun 12, 2008 at 2:58 PM, İsmail Dönmez <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I was trying matplotlib 0.98.0 and Qt4 backend works great but Coca
> backend seems to be broken :
Charlie,
any chance you can try and port cocoaagg over to the new trunk api.
figure.dpi is no longer a lazy va
Hi all,
I was trying matplotlib 0.98.0 and Qt4 backend works great but Coca
backend seems to be broken :
Python 2.5.1 (r251:54863, Jan 17 2008, 19:35:17)
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from scipy import lena
John Hunter wrote:
> Could you try the instructions at:
>
> http://ipython.scipy.org/moin/Py4Science/InstallationOSX
Minor note on that:
"""
I installed
wxPython2.8-osx-unicode-2.8.3.0-universal10.4-py2.5.dmg from the
pythonmac site and am crossing my fingers that I don't find myself
entangled
John Hunter wrote:
> Could you try the instructions at:
>
> http://ipython.scipy.org/moin/Py4Science/InstallationOSX
note that these only work on OS-X 10.5 (which was the OP's question).
However, the key issue is if you are building it just for yourself, or
if you want to be able to re-distribu
On Thu, Jun 12, 2008 at 1:11 AM, Dan Murphy <[EMAIL PROTECTED]> wrote:
> I tried to follow the directions per
>
> % python setup.py build
> % python setup.py install
Could you try the instructions at:
http://ipython.scipy.org/moin/Py4Science/InstallationOSX
and let us know how it goes?
Thanks,
I tried to follow the directions per
% python setup.py build
% python setup.py install
but within the build step I get the message
"library not found for -lpng"
It exits with an error code, and then install does not work either (no
surprise).
I also tried easy_install. It says that I have nump
If you can find a way to create a minimal script, that would be better,
because then we can verify the fix.
But barring anything else, seeing the .eps might help.
Cheers,
Mike
Michael Hearne wrote:
> John - Thanks for the quick fix. I'm having a separate issue now with
> an EPS file being gen
Hi folks
Using version 0.91.2, I do not manage to push ticks labels to the right
side of the axis, keeping ticks lines on both sides. How can I do it ?
Another question :
I have two subplot "in-line" (121 and 122) sharing the same yaxis.
How would you set a single set of yticks labels displayed
11 matches
Mail list logo