On Apr 12, 2010, at 9:33 , Hezekiah M. Carty wrote:

> The global transform is applied after the "pltr"-type transforms,
> While the signatures are the same, I'm not sure that pltr[0-2] could
> be used with plstransform in a simple manner.  The intent of the
> function is closer to that of the mapform parameter in plmap and
> plmeridians where the transform is from unprojected world coordinates
> -> projected world coordinates.  If I recall correctly, the pltr*
> functions transform data-grid coordinates ((0, 0) to (nx -1, ny - 1))
> to world coordinates so they may not work with plstransform exactly as
> they are, at least not in all cases.  They do, however, still play an
> important role.

Thanks for that clarification.  This leads to my next question! :-)

Are the world coordinates given to plenv etc the projected (i.e.  
transformed) world coordinates?

If one has setup a transformation like the example you included in  
you original message, would a "plline" call to plot a line between  
points of equal latitude but different longitudes still draw a  
straight line while a "plpath" call to do the same would draw an arc  
according to the established transformation?

Maybe this will all be obvious once I actually read the docs and look  
at the example code!

Thanks again,
Dave


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to