Plot Workbench/ru: Difference between revisions

From FreeCAD Documentation
(Created page with "Доступные инструменты. * 32px Сохранить диаграмму: Сохраняет диаграмму в не...")
(Created page with "==Учебники== * Plot Basic tutorial * Plot MultiAxes tutorial")
Line 15: Line 15:
Since Plot module is a layer over matplotlib, you are free to use all matplotlib commands over plot instances. See [[Scripting_examples|scripting examples]] section to see examples.
Since Plot module is a layer over matplotlib, you are free to use all matplotlib commands over plot instances. See [[Scripting_examples|scripting examples]] section to see examples.


==Учебники==
==Tutorial==
* [[Plot Basic tutorial]]
* [[Plot Basic tutorial/ru|Plot Basic tutorial]]
* [[Plot MultiAxes tutorial]]
* [[Plot MultiAxes tutorial/ru|Plot MultiAxes tutorial]]


{{Docnav| | }}
{{Docnav| | }}

Revision as of 13:22, 28 November 2016

The Plot module allows to edit and save output plots created from other modules and tools. With plot module you can edit easily the working area, the axes, labels, titles, styles, etc. Plot module is an abstraction of matplotlib conveniently addapted to FreeCAD.

Инструменты

Доступные инструменты.

Scripting

Since Plot module is a layer over matplotlib, you are free to use all matplotlib commands over plot instances. See scripting examples section to see examples.

Учебники