On Fri, May 10, 2013 at 09:14:35PM +0100, andres.muniz-piniella wrote: > As an example I have a topography image and a current image recorded > at the same time. I draw section lines over areas of interest (1) and > (2) on the topography and I use the distribute lines to all images. > This gets me (1') and (2') in the current image. > > How do i get Gwyddion to plot all thes sections on the same graph or > at least pair up (1) with (1')? All I can do is pair up (1) with (2).
You can drag'n'drop compatible curves from the Curves tab of a graph to another graph. But don't jump for joy yet... The key word is compatible. Primarily it means that abscissa and ordinate of both graphs match (since it's the graph, not the individual curves, what has physical units associated, there would be no way to sort them out again once they are in one graph) – which is not your case so it is not possible in the GUI. And it seems pygwy does not go into sufficiently low-level functions either here. Yeti ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. This 200-page book is written by three acclaimed leaders in the field. The early access version is available now. Download your free book today! http://p.sf.net/sfu/neotech_d2d_may _______________________________________________ Gwyddion-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gwyddion-users
