|
From: Tim <tjo...@gm...> - 2014-06-12 12:58:43
|
I had just been looking into this myself. My starting point would be this example: http://stackoverflow.com/questions/13570287/image-overlay-in-3d-plot-using-python but instead of the hard-coded '10' as the z values in plot_surface, put in whatever data or function of x and y that you want. Using x+y seemed to do what I expected. Is that what you're looking for? On Wed, Jun 11, 2014 at 2:40 PM, Hearne, Mike <mh...@us...> wrote: > Is it possible to drape an image over a topography dataset? One example, > from a package called GMT, is here: > > http://gmt.soest.hawaii.edu/doc/5.1.1/gallery/ex32.html > > If so, does anyone have a sample of how this would be accomplished? > > Thanks, > > Mike > > > ------------------------------------------------------------------------------ > HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions > Find What Matters Most in Your Big Data with HPCC Systems > Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. > Leverages Graph Analysis for Fast Processing & Easy Data Exploration > http://p.sf.net/sfu/hpccsystems > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > > |