1141

cartesianAxes2D

por fsmMLK

Inkscape extension to assist creating 2D Cartesian axes

main features:

- linear and log10 scales
- optional grid lines in X and Y directions
- adjustable tick mark intervals and sizes
- LaTeX support, thanks to texText from Pauli Virtanen (https://pav.iki.fi/software/textext/)

Inkscape Extensions

Ligação
Ligado De
github.com
Criado
General Public License v3 (GPLv3)

Ligação

Oren Guilatt wrote :

I looks very useful, where can it be downloaded?

Maren Hachmann wrote :

Oren Guilatt: Click on the link (on the right, where it says 'Link').

h.rouhabadi wrote :

Dear fsmMLK,

I followed the instructions in the pictures and the readme file. However, I am getting the following Error:
I have also installed MadeEasy.

-------------------------------------------------------------------------------------
Traceback (most recent call last):
File "cartesianAxes2D.py", line 90, in <module>
axis.affect()
File "C:\Program Files\Inkscape\share\extensions/inkex.py", line 283, in affect
self.effect()
File "cartesianAxes2D.py", line 85, in effect
xGrid=so.xGrid, yGrid=so.yGrid, forceTextSize=textSize, forceLineWidth=lineWidthAxis)
File "inkscapeMadeEasy_Plot.py", line 461, in cartesian
inkDraw.text.latex(ExtensionBaseObj, groupTicks, xText, [posX + offsetX, axisOrigin[1] + offsetY], textSizeSmall, refPoint=justif)
File "inkscapeMadeEasy_Draw.py", line 1247, in latex
tempFilePath], output=False)
File "C:\Program Files\Inkscape\share\extensions/inkex.py", line 283, in affect
self.effect()
File "textextLib/textext.py", line 125, in effect
% ';\n'.join(converter_errors))
RuntimeError: No Latex -> SVG converter available:
PstoeditPlotSvg: Command pstoedit -help failed: [Error 2] The system cannot find the file specified;
SkConvert: Command pstoedit failed: [Error 2] The system cannot find the file specified;
Pdf2Svg: Command pdf2svg failed: [Error 2] The system cannot find the file specified
-------------------------------------------------------------------------------------------------------------

Can you guide me on what could be the problem?

Por favor entre com a sua conta para deixar um comentário!