Hi, there is a plugin for plotting in Inkscape?
Thanks in advance
Plotting with Inkscape
Re: Plotting with Inkscape
There are many of those. One of those is even integrated into Inkscape (Export -> Plot...).
Something doesn't work? - Keeping an eye on the status bar can save you a lot of time!
Inkscape FAQ - Learning Resources - Website with tutorials (German and English)
Inkscape FAQ - Learning Resources - Website with tutorials (German and English)
-
- Posts: 2344
- Joined: Sun Apr 14, 2013 12:04 pm
- Location: Michigan, USA
Re: Plotting with Inkscape
There are extensions for function plotter and parametric curves.
If you have a simple dataset:
If you have a simple dataset:
http://www.inkscapeforum.com/viewtopic.php?t=16328#p60200If your data are (ordered) x,y couples you just have to write
<svg>
<path style="fill:none;stroke:#000000;" d="M %yourdata%" />
</svg>
in a text file named foo.svg and voila (minus the scaling but you can do it in inkscape)
Have a nice day.
I'm using Inkscape 0.92.2 (5c3e80d, 2017-08-06), 64 bit win8.1
The Inkscape manual has lots of helpful info! http://tavmjong.free.fr/INKSCAPE/MANUAL/html/
I'm using Inkscape 0.92.2 (5c3e80d, 2017-08-06), 64 bit win8.1
The Inkscape manual has lots of helpful info! http://tavmjong.free.fr/INKSCAPE/MANUAL/html/