Plot Workbench/de: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Created page with "{{docnav|Path-Arbeitsbereich|Points-Arbeitsbereich}} {{Plot Tools navi/de}} {{Userdocnavi/de}} Category:Workbench...")
Line 30: Line 30:
* [[Plot MultiAxes tutorial]]
* [[Plot MultiAxes tutorial]]


{{Docnav|Path Workbench|Points Workbench}}
{{[[Docnav/de|docnav]]|[[Path Workbench/de|Path-Arbeitsbereich]]|[[Points Workbench/de|Points-Arbeitsbereich]]}}
{{Plot Tools navi}}
{{Plot Tools navi/de}}
{{Userdocnavi}}
{{Userdocnavi/de}}
[[Category:Workbenches]]
[[Category:Workbenches/de]]

Revision as of 23:01, 27 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.

Tools

  • Save plot: Saves the plot in several formats. You can select the output size and resolution too.
  • Axes: Add, remove or edit plot axes.
  • Series: Edit series title and styling.
  • Grid: Show/hide grid.
  • Legend: Show/hide legend.
  • Labels: Edit labels.
  • Positions: Set elements positions.

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.

Tutorial

{{docnav|Path-Arbeitsbereich|Points-Arbeitsbereich}}