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/>
{{Docnav|[[Path Workbench|Path Workbench]]|[[Points Workbench|Points Workbench]]|IconL=Path-Workbench.svg|IconR=PointsWorkbench.svg}}

[[Image:Workbench_Plot.svg|64px]]
[[Image:Workbench_Plot.svg|64px]]


Line 5: Line 7:


{{TOCright}}
{{TOCright}}
The [[Plot Workbench]] allows the user to edit and save output plots created from other workbenches and tools.
The [[Plot Workbench|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.
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.
The Plot workbench is an abstraction of the [https://matplotlib.org/ matplotlib] [[Python|Python]] library conveniently adapted for FreeCAD.


== Инструменты ==
== Инструменты ==
Line 31: Line 33:
* [[Plot MultiAxes tutorial/ru|Plot MultiAxes tutorial]]
* [[Plot MultiAxes tutorial/ru|Plot MultiAxes tutorial]]


{{Docnav|Path Workbench|Points Workbench}}
{{Docnav|[[Path Workbench|Path Workbench]]|[[Points Workbench|Points Workbench]]|IconL=Path-Workbench.svg|IconR=PointsWorkbench.svg}}

{{Plot Tools navi}}
{{Plot Tools navi}}
{{Userdocnavi}}
{{Userdocnavi}}

Revision as of 09:48, 2 April 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.

Учебники