Plot Workbench: Difference between revisions

From FreeCAD Documentation
(<translate>)
(Marked this version for translation)
Line 1: Line 1:
<translate>
<translate>
<!--T:1-->
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.
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.


==Tools==
==Tools== <!--T:2-->


<!--T:3-->
These are tools availables.
These are tools availables.
* [[Image:Plot_Save.png]] [[Plot_Save|Save plot]]: Saves the plot in several formats. You can select the output size and resolution too.
* [[Image:Plot_Save.png]] [[Plot_Save|Save plot]]: Saves the plot in several formats. You can select the output size and resolution too.
Line 13: Line 15:
* [[Image:Plot_Positions.png]] [[Plot_Positions|Positions]]: Set elements positions.
* [[Image:Plot_Positions.png]] [[Plot_Positions|Positions]]: Set elements positions.


==Scripting==
==Scripting== <!--T:4-->
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==
==Tutorial== <!--T:5-->
* [[Plot Basic tutorial]]
* [[Plot Basic tutorial]]
* [[Plot MultiAxes tutorial]]
* [[Plot MultiAxes tutorial]]


<!--T:6-->
{{Docnav| | }}
{{Docnav| | }}


<!--T:7-->
[[Category:User Documentation]]
[[Category:User Documentation]]



Revision as of 18:27, 21 March 2014

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.

Tools

These are tools availables.

  • 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