Inkscape扩展与SVG滤镜使用指南
一、Inkscape扩展功能应用
1.1 绘制函数与参数曲线
在Inkscape中,我们可以使用Function Plotter和Parametric Curves扩展来绘制函数和参数曲线。以下是具体步骤:
1. 选择矩形工具(F4或R),创建一个600 x 400的矩形,将其填充颜色设为白色,描边颜色设为黑色,描边宽度设为1,并确保该矩形处于选中状态。
2. 依次点击Extensions | Render | Function Plotter…,打开Function Plotter对话框。
3. 阅读Function Plotter对话框中的Use和Functions标签页及其说明。
4. 返回Range and sampling标签页,将End X值改为50,确保“Multiply X range by 2 pi”未被勾选,将矩形底部的Y值设为 -1,顶部的Y值设为1,样本数量设为50,同时确保“Isotropic scaling”和“Use polar coordinates”未被勾选。
5. 在Function框中输入“exp(-x/8) cos(sqrt(63) x/8)”,确保“Calculate first derivative numerically”和“Draw Axes”被勾选,取消勾选“Remove rectangle”选项。
6. 点击Apply,函数将在矩形内绘制出来。
7. 关闭Function Plotter对话框,再创建一个600 x 400的矩形。
8. 依次点击Extensions | Render | Pa