Plot Workbench/it: Difference between revisions

From FreeCAD Documentation
(Created page with "Il modulo Plot (Grafico) permette di editare e di salvare i grafici sviluppati da altri moduli e strumenti. Con il modulo Plot è possibile modificare facilmente l'area di la...")
(Created page with "=== Strumenti ===")
Line 5: Line 5:
Il modulo è un derivato di [http://matplotlib.org matplotlib] convenientemente adattato a FreeCAD.
Il modulo è un derivato di [http://matplotlib.org matplotlib] convenientemente adattato a FreeCAD.


==Tools==
=== Strumenti ===


These are tools availables.
These are tools availables.

Revision as of 18:29, 21 March 2014

Il modulo Plot (Grafico) permette di editare e di salvare i grafici sviluppati da altri moduli e strumenti.

Con il modulo Plot è possibile modificare facilmente l'area di lavoro, gli assi, le etichette, i titoli, gli stili, ecc..

Il modulo è un derivato di matplotlib convenientemente adattato a FreeCAD.

Strumenti

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