Plot Workbench/de: Difference between revisions

From FreeCAD Documentation
(Created page with "==Scripting== Since Plot module is a layer over matplotlib, you are free to use all matplotlib commands over plot instances. See scripting examples s...")
(Updating to match new version of source page)
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<languages/>
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.
<div class="mw-translate-fuzzy">
{{Docnav/de
|[[Path Workbench/de|Pfad Arbeitsbereich]]
|[[Points Workbench/de|Punkte Arbeitsbereich]]
|IconL=Path-Workbench.svg
|IconR=PointsWorkbench.svg
}}
</div>


[[Image:Workbench_Plot.svg|240px|center]]
==Tools==
{{Caption|align=center|The FreeCAD Plot Workbench Icon}}


== Einleitung ==
These are tools availables.
{{TOCright}}
* [[Image:Plot_Save.png|32px]] [[Plot_Save|Save plot]]: Saves the plot in several formats. You can select the output size and resolution too.
* [[Image:Plot_Axes.png|32px]] [[Plot_Axes|Axes]]: Add, remove or edit plot axes.
* [[Image:Plot_Series.png|32px]] [[Plot_Series|Series]]: Edit series title and styling.
* [[Image:Plot_Grid.png|32px]] [[Plot_Grid|Grid]]: Show/hide grid.
* [[Image:Plot_Legend.png|32px]] [[Plot_Legend|Legend]]: Show/hide legend.
* [[Image:Plot_Labels.png|32px]] [[Plot_Labels|Labels]]: Edit labels.
* [[Image:Plot_Positions.png|32px]] [[Plot_Positions|Positions]]: Set elements positions.


<div class="mw-translate-fuzzy">
{{TOCright}}
Der [[Plot Workbench/de|Plot Arbeitsbereich]] ermöglicht es dem Anwender, von anderen Arbeitsbereichen und Werkzeugen erstellte Ausgabeplots zu bearbeiten und zu speichern.
</div>

Mit dem Plot Arbeitsbereich kannst du den Arbeitsfläche, die Achsen, Beschriftungen, Titel, Linienstile und andere Elemente von Plots bearbeiten.

The Plot workbench is an abstraction of the [https://matplotlib.org/ matplotlib] [[Python|Python]] library conveniently adapted for FreeCAD. To use the Plot functions, the version of {{incode|matplotlib}} installed in your system should match the Python version that FreeCAD uses, that is, if FreeCAD uses Python 2.7, you should have {{incode|matplotlib}} for the same version.

==Werkzeuge==

* [[Image:Plot_Save.svg|32px]] [[Plot_Save|Save plot]]: Saves the plot in several formats. You can select the output size and resolution too.
* [[Image:Plot_Axes.svg|32px]] [[Plot_Axes|Axes]]: Add, remove or edit plot axes.
* [[Image:Plot_Series.svg|32px]] [[Plot_Series|Series]]: Edit series title and styling.
* [[Image:Plot_Grid.svg|32px]] [[Plot_Grid|Grid]]: Show/hide grid.
* [[Image:Plot_Legend.svg|32px]] [[Plot_Legend|Legend]]: Show/hide legend.
* [[Image:Plot_Labels.svg|32px]] [[Plot_Labels|Labels]]: Edit labels.
* [[Image:Plot_Positions.svg|32px]] [[Plot_Positions|Positions]]: Set elements positions.

<div class="mw-translate-fuzzy">
==Scripting==
==Scripting==
Since Plot module is a layer over matplotlib, you are free to use all matplotlib commands over plot instances. See [[Scripting_examples/de|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/de|scripting examples]] section to see examples.
</div>


==Tutorial==
==Tutorial==
Line 19: Line 43:
* [[Plot MultiAxes tutorial]]
* [[Plot MultiAxes tutorial]]


<div class="mw-translate-fuzzy">
{{Docnav| | }}
{{[[Docnav/de|docnav]]|[[Path Workbench/de|Path-Arbeitsbereich]]|[[Points Workbench/de|Points-Arbeitsbereich]]}}
{{Plot Tools navi/de}}
{{Userdocnavi/de}}
[[Category:Workbenches/de]]
</div>


[[Category:User Documentation]]



{{clear}}
{{Plot Tools navi{{#translation:}}}}
<languages/>

{{Userdocnavi{{#translation:}}}}

[[Category:Workbenches{{#translation:}}]]

Revision as of 05:23, 20 February 2020

The FreeCAD Plot Workbench Icon

Einleitung

Der Plot Arbeitsbereich ermöglicht es dem Anwender, von anderen Arbeitsbereichen und Werkzeugen erstellte Ausgabeplots zu bearbeiten und zu speichern.

Mit dem Plot Arbeitsbereich kannst du den Arbeitsfläche, die Achsen, Beschriftungen, Titel, Linienstile und andere Elemente von Plots bearbeiten.

The Plot workbench is an abstraction of the matplotlib Python library conveniently adapted for FreeCAD. To use the Plot functions, the version of matplotlib installed in your system should match the Python version that FreeCAD uses, that is, if FreeCAD uses Python 2.7, you should have matplotlib for the same version.

Werkzeuge

  • 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