Plot Workbench/ro: Difference between revisions

From FreeCAD Documentation
(Created page with "==Instrumente==")
(Created page with "==Script== Deoarece Plot este un strat peste matplotlib, aveți libertatea de a folosi comenzile matplotlib peste instanțele de plotare. See Scripting_examples|scripting ex...")
Line 13: Line 13:
* [[Image:Plot_Positions.png|32px]] [[Plot_Positions|Positions]]: Set elements positions.
* [[Image:Plot_Positions.png|32px]] [[Plot_Positions|Positions]]: Set elements positions.


==Scripting==
==Script==
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.
Deoarece Plot este un strat peste matplotlib, aveți libertatea de a folosi comenzile matplotlib peste instanțele de plotare. See [[Scripting_examples|scripting examples]] section to see examples.


==Tutorial==
==Tutorial==

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.

Instrumente

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.

Script

Deoarece Plot este un strat peste matplotlib, aveți libertatea de a folosi comenzile matplotlib peste instanțele de plotare. See scripting examples section to see examples.

Tutorial