Plot Workbench/ro: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Created page with "Modulul Plot vă permite să editați și să salvați ploturi de ieșire. Cu modulul de plotare puteți edita zona de lucru, axele, etichetele, titlurile, stilurile etc. Modu...")
Line 1: Line 1:
<languages/>
<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.
Modulul Plot permite editați și salvați ploturi de ieșire. Cu modulul de plotare puteți edita zona de lucru, axele, etichetele, titlurile, stilurile etc. Modul Plot este o abstracție de matplotlib convenabil adaptată la FreeCAD.


==Tools==
==Tools==

Revision as of 19:07, 9 October 2018

Modulul Plot vă permite să editați și să salvați ploturi de ieșire. Cu modulul de plotare puteți edita zona de lucru, axele, etichetele, titlurile, stilurile etc. Modul Plot este o abstracție de matplotlib convenabil adaptată la 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