Plot Workbench/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>
[[Image:Workbench_Plot.svg|64px]]
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.

== Introduction ==

{{TOCright}}
The [[Plot Workbench]] allows the user to edit and save output plots created from other workbenches and tools.

With the Plot workbench you can edit the working area, the axes, labels, titles, styles, and other elements of plots.

The Plot workbench is an abstraction of the [https://matplotlib.org/ matplotlib] [[Python]] library conveniently adapted for FreeCAD.


== Инструменты ==
== Инструменты ==


<div class="mw-translate-fuzzy">
Доступные инструменты.
Доступные инструменты.
* [[Image:Plot_Save.png|32px]] [[Plot_Save/ru|Сохранить диаграмму]]: Сохраняет диаграмму в нескольких форматах. Вы так же можете выбрать размер и разрешение на выходе.
* [[Image:Plot_Save.png|32px]] [[Plot_Save/ru|Сохранить диаграмму]]: Сохраняет диаграмму в нескольких форматах. Вы так же можете выбрать размер и разрешение на выходе.
Line 12: Line 22:
* [[Image:Plot_Labels.png|32px]] [[Plot_Labels/ru|Настроить подписи]]: Редактирует подписи.
* [[Image:Plot_Labels.png|32px]] [[Plot_Labels/ru|Настроить подписи]]: Редактирует подписи.
* [[Image:Plot_Positions.png|32px]] [[Plot_Positions/ru|Настройка расположения и размеров]]: Устанавливает позиции элементов.
* [[Image:Plot_Positions.png|32px]] [[Plot_Positions/ru|Настройка расположения и размеров]]: Устанавливает позиции элементов.
</div>


==Scripting==
==Scripting==
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 the Plot Workbench is a layer on top of {{incode|matplotlib}}, you are free to use any function from this library on plot instances. See [[Scripting_examples|scripting examples]] for examples.


==Учебники==
==Учебники==
Line 20: Line 31:
* [[Plot MultiAxes tutorial/ru|Plot MultiAxes tutorial]]
* [[Plot MultiAxes tutorial/ru|Plot MultiAxes tutorial]]


{{Docnav| | }}
{{Docnav|Path Workbench|Points Workbench}}
{{Plot Tools navi}}

{{Userdocnavi}}
[[Category:User Documentation/ru]]
[[Category:Workbenches]]

{{clear}}

Revision as of 21:11, 15 January 2019

Introduction

The Plot Workbench allows the user to edit and save output plots created from other workbenches and tools.

With the Plot workbench you can edit the working area, the axes, labels, titles, styles, and other elements of plots.

The Plot workbench is an abstraction of the matplotlib Python library conveniently adapted for FreeCAD.

Инструменты

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

Scripting

Since the Plot Workbench is a layer on top of matplotlib, you are free to use any function from this library on plot instances. See scripting examples for examples.

Учебники

Path Workbench
Points Workbench