Modulul Plotare

From FreeCAD Documentation
Revision as of 19:10, 9 October 2018 by Luc (talk | contribs)

Modulul Plot vă permite să editați și să salvați graficele create de alte module și instrumente. Cu modulul Plot puteți edita zona de lucru, axele, etichetele, titlurile, stilurile etc. Modul Plot este derivat din 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