![](https://secure.gravatar.com/avatar/ea82b036a537a86ff8f886e89f2c5944.jpg?s=120&d=mm&r=g)
26 Feb
2005
26 Feb
'05
7:26 p.m.
On Sat, 2005-02-26 at 20:24 +1100, Erik wrote:
Can Inkscape plot survey data at present? What I mean is: Can we lay down a line A to B with a distance in say metres and a bearing relative to North vertical and plotted clockwise? And then a line B to C etcetera. The sort of data it would be valuable to plot are:
I think this would be a good place to use SVG::Graph
http://search.cpan.org/~allenday/SVG-Graph-0.01/Graph.pm
If you wrote the Perl script so that it takes in a file as a parameter, it could be tied into Inkscape using Input extensions.
--Ted