circuitSymbols
i

fsmMLKcircuitSymbols

fsmMLK

Inkscape extension to assist creating circuit symbols. The main features are - Passive bipoles: resistors, capacitors, inductors, diodes, LEDs, photo diodes, 2 way switch - Active bipoles: various independent and dependent voltage/current sources - Operational amplifiers, bipolar transistors - Signal labeling generator with a few commonly used signals predefined - Each element can be labeled individually. Numeric nominal values are supported with optional unit inclusion - current and/or voltage annotation can be added to all elements, with custom labels. Their directions are adjustable. - adjustable orientation is available - optional LaTeX support This is a work-in-progress project. New components will be added in the future. ----- NEW ----- - added new types of diodes - added bipolar NPN and PNP transistors ---- NEW - june/2017 ---- - added MOSFET-E and MOSFET-D, both with P and N channels (kudos to kst-ttt user)


Comment here...
Spirograph
i

fsmMLKSpirograph

fsmMLK

This extension will assist you creating spirograph curves using Inkscape. --- Curated by Maren Hachmann on April 26 2021 2:39 PM


Comment here...
cartesianPlotFunction2D
i

fsmMLKcartesianPlotFunction2D

fsmMLK

Inkscape extension to plot functions of one independent variable. main features: - linear and log10 scales - optional grid lines in X and Y directions - adjustable tick mark intervals and sizes - LaTeX support This extension was inspired by Tavmjong Bah's (and collaborators) extension Function Plotter already presented in Inkscape. Function Plotter extension is not required here. The main difference between Tavmjong's extension and this one is that here you can also generate and customize the Cartesian axes with your plot


Comment here...
Dimensions
i

fsmMLKDimensions

fsmMLK

Inkscape extension to assist creating dimension annotations.


Comment here...
polarAxes2D
i

fsmMLKpolarAxes2D

fsmMLK

Inkscape extension to assist creating 2D polar axes main features: - linear and log10 scales in R direction - optional grid lines in R and Theta directions - adjustable tick mark intervals and sizes - LaTeX support, thanks to texText from Pauli Virtanen (https://pav.iki.fi/software/textext/)


Comment here...
logicGates
i

fsmMLKlogicGates

fsmMLK

Inkscape extension to assist creating logic circuits symbols, following the 'distinctive shape' of IEEE Std 91/91a-1991 standard. The main features are - you can use up to six inputs for each gate (except NOT gate) - each input can be set to be inverted (negated) - signal labeling generator with a few commonly pre defined signals - Boolean expression editor, with optional LaTeX support and pre defined logic operator functions. ----NEW--- - Added latches and flip-flops


Comment here...
inkscapeMadeEasy
i

fsmMLKinkscapeMadeEasy

fsmMLK

This set of python modules aims to extend Aaron Spike's inkex.py module, adding functions to help the development of new extensions for inkscape. Here you will find methods and classes to deal with drawing elements, line and text styles, line markers, texts, cartesian and polar plots, etc. This project is not intended to provide an end-user inkscape extension by itself but to provide easier backstage functions and classes to facilitate the development of inkscape extensions. It is a work-in-progress project and new features will be added in the future.


Comment here...
cartesianStemPlot
i

fsmMLKcartesianStemPlot

fsmMLK

Inkscape extension to create 2D stem plot (discrete data) The main features are - optional grid lines in X and Y directions - adjustable tick mark intervals and sizes - LaTeX support - can load data from text file This extension is specially useful when used in conjunction with other mathematical tools, e.g. Octave, Matlab, R, etc. to plot data generated by these in Inkscape. You can either provide the data in one string 'Y values' (numbers must be separated by spaces) or by providing the path of a text file containing a table of Y data (in columns). You can inform the preferred field separator. In case of data provided via text file, multiple plots can be generated at once by providing Y data of each plot in different columns. The same 'X values' is assumed.


Comment here...
BodePlot
i

fsmMLKBodePlot

fsmMLK

This extension will assist you creating Bode plot of rational transfer functions in Inkscape. The main features of this extension are Both continuous and discrete time systems are accepted The input is the coefficients of the rational transfer function H(s) or H(z) adjustable frequency units Gain plot in linear, log10 or dB scales Phase plot in degree or radians Optional zero/pole plot Optional LaTeX support --- Curated by Maren Hachmann on April 26 2021 2:39 PM


Comment here...
createMarkers
i

fsmMLKcreateMarkers

fsmMLK

Inkscape's extension to assist creating new markers with custom shapes and colors. The main features/advantages are 1-) It is a convenient way to produce predefined markers you use very often. Right now, there are just 3 predefined types (dot, arrow1, ellipsis), but this number can grow fast if people ask or expand this extension. If you have some basic skills on python scripting, you can easily add your own predefined markers. 2-) It is possible to quickly control maker colors (both filling and stroke). It is a nice way to control marker colors, specially in 0.91 since Inkscape forces the marker color to match the line color. 3-) Easy control over its scale with respect to the line width. By using the standard 'Object->Object to Marker' present in Inkscape, you would need to make several copies of your custom marker, with different scales, and proceed with a try-and-error approach to find the appropriate scale. 4-) It is a convenient way to modify/redefine a marker in your document. You just have to use the same nameID and configure the extension to overwrite the old definition.


Comment here...
cartesianPlotData2D
i

fsmMLKcartesianPlotData2D

fsmMLK

Inkscape extension to plot a set of points, given their coordinates (x,y). main features: - linear and log10 scales - optional grid lines in X and Y directions - adjustable tick mark intervals and sizes - LaTeX support This extension is specially useful when used in conjunction with other mathematical tools, e.g. Octave, Matlab, R, etc. to plot data generated by these in Inkscape. You can either provide the data in two strings 'X values' and 'Y values' (numbers must be separated by spaces) or by providing the path of a text file containing a table of X (column 1) and Y data (column 2,3,...). You can inform the preferred field separator. In case of data provided via text file, multiple plots can be generated at once by providing Y data of each plot in different columns. The same 'X values' is assumed.


Comment here...
cartesianAxes2D
i

fsmMLKcartesianAxes2D

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/)


Comment here...
inkscapeSlopeField
i

fsmMLKinkscapeSlopeField

fsmMLK

Extension to create slope fields of first order ordinary differential equations (ODEs) The main features are - generate the slope field plot of a first order ODE - optional grid lines in X and Y directions - adjustable tick mark intervals and sizes - LaTeX support - adjustable density of segments


Comment here...