On Wed, Oct 5, 2011 at 11:50 AM, mdekauwe wrote:
> Still haven't worked out the bold but I am sure there will be something on
> that page
>
Try
ax.axis["bottom"].label.set_text("Test")
ax.axis["bottom"].label.set_weight("bold")
IHTH,
-JJ
---
Hello List Server,
I am trying to take a raster dataset, getting the center points, and the z
value and trying to graph it in a 3D bar chart quite unsuccessfully.
My data looks like this:
XCoord = [1,2,3,4]
YCoord = [1,2,3,4]
ZCoord = [12,14,4,26]
Those are the known locations, but there w
Dear Lists,
I tried to draw a white block with alpha-channel gradient on top of black.
The result appears to be non-linear, and I think it is problematic.
image = ones((255, 255, 4), dtype='u1')
image[:, :, 0:3] = 255
image[:, :, 3] = arange(0, 255)[:, newaxis]
gca().set_axis_bgcolor('k')
imshow(
Holger, for what it is worth, you can hack this fairly easily. Run the
code twice once with colors, once with shading. Take the output from
both as images, the convert both images to HSV, the recombine the HS
components from the color version with the V component of the shaded
version. I haven't do
Ben,
I would be very happy to have this functionality. I think this would
also make the 3D plots in the examples that matplot provides look a
good deal nicer.
Let me know if you have any updates on this.
-Holger
On Mon, Oct 3, 2011 at 21:18, Benjamin Root wrote:
>
>
> On Fri, Sep 30, 2011 at 1
Ben,
I am finally replying to your most helpful post about shapefile generation.
Indeed, we found that turning off multipolygon path simplification just before
the call to_polygons() did the trick:
we find that multipolygons now preserve all of the vertices that define them --
in some