Menu

Installation

Daniel Krieg

Download:

Requirements:

  • Gnuplot (http://www.gnuplot.info/)
    • svg terminal (required)
    • wxt Terminal (optional; only required for previewing)
  • python:
    • pyGTK >= 2.0 (http://www.pygtk.org/)
    • subprocess
  • Operating system:
    • Tested: Linux (Ubuntu 10.10 & 11.10)
    • Not tested: Windows, Mac

Source code structure / Installation:

  • extension/
    • inkplot.py
    • inkplot.inx
  • config/
    • inkplot.cfg
    • inkplotrc
  • examples/
    • example.svg

Folder 'extension' (required)

Copy the files in your Inkscape extension folder

  • local: $HOME/.config/inkscape/extensions
  • or global: /usr/share/inkscape/extensions

Afterwards, Inkplot will be accessible in Inkscape from Extensions->Render->Inkplot.

Folder 'config' (optional)

Copy the files into your Inkscape config folder ($HOME/.inkscape).

  • 'inkplot.cfg' can be used to change default settings.
  • 'inkplotrc' is the default preamble file.

The provided 'inkplotrc' contains some formatting gnuplot commands I usually use.
Edit as you wish...


Related

Wiki: Home