You should probably avoid sending the same message to the list twice. You run
the risk of only annoying the developers and not getting any real help.
The mplot3d axes code is in a major need of refactoring. There are very few
developers who have worked on the mplot3d code. But at the same tim
Rectangle selection also kind of bugs out when you reach the edge of the axes.
I looked into fixing this a while ago and had a partial solution. The
rectangle selector does some inaxes checking and relies on the xdata and ydata
values. These are invalid outside the axes, but you can fake it b
Here is a minor patch for the mplot3d.view_init() function. It:
1. comments this method so that users know that they can use it to
programatically rotate or re-set the axes.
2. adds some new functionality so that if no parameters are passed in, the
default values (what was specified in the A
I am a little unclear on what this is and what it is used for. Is this to
visualize the triangular grid for things like Finite Element Analysis (FEM) and
Computational Fluid Dynamics (CFD)? What kind of format is the data in? Are
there any standards for this type of thing? Do you have some e
f programs that can turn the image into an icon.
I like ""Any to Icon". And to preview the icon, you can simply open the file
in a web browser.
-Ben
From: John Hunter [jdh2...@gmail.com]
Sent: Wednesday, March 03, 2010 12:18 PM
To: Be
I am a big fan of favicons. I think MPL should definitely have one for the
impending 1.0 release. So I made one for you.
To use, simply place this file in the top level web directory. That is usually
all that is required. But some browsers prefer if you put:
in the header of the html page
re.
I have a number of other specific questions about mplot3d for you. They will
follow in another email.
Thanks,
-Ben
-Original Message-
From: Reinier Heeres [mailto:rein...@heeres.eu]
Sent: Wednesday, February 24, 2010 7:12 PM
To: Ben Axelrod
Cc: matplotlib-devel@lists.sourcefor
n Axes3D
#
# Compare 2D and 3D axes with the same titles to match functionality.
#
# Note that before patch:
# * Title in figure 2 is missing
# * Figures 4 and 6 are blank with exceptions on the console
#
# After patch, everything works fine.
#
# Ben Axelrod
# Feb. 24, 2010
import numpy as np
impo
Here is a patch for a new feature for the rectangle selector. it allows the
user to specify which mouse button or buttons to use for the rectangle
selection. Also included in the diff is a one line change to the
rectangle_selector example code to demonstrate the use of the feature.
Thanks,