Plot Workbench/ro: Difference between revisions

From FreeCAD Documentation
(Created page with "Plot Module")
 
(Updating to match new version of source page)
(20 intermediate revisions by 3 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.
{{Docnav
|[[Path Workbench|Path Workbench]]
|[[Points Workbench|Points Workbench]]
|IconL=Workbench_Path.svg
|IconR=Workbench_Points.svg
}}


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


== Introducere ==
These are tools availables.
{{TOCright}}
* [[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_Axes.png]] [[Plot_Axes|Axes]]: Add, remove or edit plot axes.
* [[Image:Plot_Series.png]] [[Plot_Series|Series]]: Edit series title and styling.
* [[Image:Plot_Grid.png]] [[Plot_Grid|Grid]]: Show/hide grid.
* [[Image:Plot_Legend.png]] [[Plot_Legend|Legend]]: Show/hide legend.
* [[Image:Plot_Labels.png]] [[Plot_Labels|Labels]]: Edit labels.
* [[Image:Plot_Positions.png]] [[Plot_Positions|Positions]]: Set elements positions.


<div class="mw-translate-fuzzy">
==Scripting==
{{TOCright}}
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.
Modulul Plot permite utilizatorului să editeze și să salveze graficele create de alte ateliere și instrumente.
</div>

<div class="mw-translate-fuzzy">
Cu modulul Plot puteți edita zona de lucru, axele, etichetele, titlurile, stilurile etc.
</div>

<div class="mw-translate-fuzzy">
Modul Plot este o prescurtare din bilbioteca [https://matplotlib.org/ matplotlib] [[Python]]convenabil adaptat la FreeCAD.
</div>

==Instrumente==

<div class="mw-translate-fuzzy">
* [[Image:Plot_Save.png|32px]] [[Plot_Save|Save plot]]: Salvează desenul/graficul în mai multe formate. Puteți selecta și dimensiunea de ieșire și rezoluția.
* [[Image:Plot_Axes.png|32px]] [[Plot_Axes|Axes]]: Adăugați, eliminați sau editați axele desenelor/graficelor.
* [[Image:Plot_Series.png|32px]] [[Plot_Series|Series]]: Editează o serie de titluri și stiluri.
* [[Image:Plot_Grid.png|32px]] [[Plot_Grid|Grid]]: Afișează/ascunde grila.
* [[Image:Plot_Legend.png|32px]] [[Plot_Legend|Legend]]: Afișează /ascunde legenda.
* [[Image:Plot_Labels.png|32px]] [[Plot_Labels|Labels]]: Editează etichetele.
* [[Image:Plot_Positions.png|32px]] [[Plot_Positions|Positions]]: Setează elementele de poziție.
</div>

==Script-Programare==
Deoarece Plot este un strat peste {{incode|matplotlib}}, aveți libertatea de a folosi orice funcție din această bibliotecă peste instanțele de plotare. A se vedea [[Scripting_examples|scripting examples]] pentru exemple.


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


<div class="mw-translate-fuzzy">
{{Docnav| | }}
{{Docnav|Path Workbench|Points Workbench}}
{{Plot Tools navi}}
{{Userdocnavi}}
[[Category:Workbenches]]
</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

Introducere

Modulul Plot permite utilizatorului să editeze și să salveze graficele create de alte ateliere și instrumente.

Cu modulul Plot puteți edita zona de lucru, axele, etichetele, titlurile, stilurile etc.

Modul Plot este o prescurtare din bilbioteca matplotlib Pythonconvenabil adaptat la FreeCAD.

Instrumente

  • Save plot: Salvează desenul/graficul în mai multe formate. Puteți selecta și dimensiunea de ieșire și rezoluția.
  • Axes: Adăugați, eliminați sau editați axele desenelor/graficelor.
  • Series: Editează o serie de titluri și stiluri.
  • Grid: Afișează/ascunde grila.
  • Legend: Afișează /ascunde legenda.
  • Labels: Editează etichetele.
  • Positions: Setează elementele de poziție.

Script-Programare

Deoarece Plot este un strat peste matplotlib, aveți libertatea de a folosi orice funcție din această bibliotecă peste instanțele de plotare. A se vedea scripting examples pentru exemple.

Tutorial