Plot Workbench/it: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
Line 1: Line 1:
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.
== Modulo Plot ==


==Tools==
{{TOCright}}


These are tools availables.
Il modulo Plot (Grafico) permette di editare e di salvare i grafici sviluppati da altri moduli e strumenti.
* [[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.


==Scripting==
Con il modulo Plot è possibile modificare facilmente l'area di lavoro, gli assi, le etichette, i titoli, gli stili, ecc..
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.


==Tutorial==
Il modulo è un derivato di [http://matplotlib.org matplotlib] convenientemente adattato a FreeCAD.
* [[Plot Basic tutorial]]
* [[Plot MultiAxes tutorial]]


{{Docnav| | }}
===Strumenti===


[[Category:User Documentation]]
Il modulo Grafico offre i seguenti strumenti.


{{clear}}
* [[Image:Plot_Save.png]] [[Plot_Save/it|Salva grafico]]: Consente di salvare il grafico in diversi formati. È possibile selezionare il formato di output e anche la risoluzione.
<languages/>
* [[Image:Plot_Axes.png]] [[Plot_Axes/it|Assi]]: Aggiunge, rimuove o modifica gli assi del grafico.
* [[Image:Plot_Series.png]] [[Plot_Series/it|Serie]]: Modifica il titolo e lo stile della serie.
* [[Image:Plot_Grid.png]] [[Plot_Grid/it|Griglia]]: Mostra o nasconde la griglia.
* [[Image:Plot_Legend.png]] [[Plot_Legend/it|Legenda]]: Mostra o nasconde la legenda.
* [[Image:Plot_Labels.png]] [[Plot_Labels/it|Etichette]]: Edita le etichette.
* [[Image:Plot_Positions.png]] [[Plot_Positions/it|Posizioni]]: Posiziona i vari elementi, come le etichette o la legenda.

===Script===

Poiché il modulo Grafico è costruito su matplotlib, si è liberi di utilizzare tutti i comandi matplotlib per le istanze del grafico. Consultare la sezione [[Scripting_examples/it|esempi di script]] per vedere degli esempi.

===Tutorial===

* [[Plot Basic tutorial/it|Guida di base per il modulo Grafico]] di FreeCAD
* [[Plot MultiAxes tutorial/it|Guida ai grafici MultiAsse]]

{{Docnav/it|[[OpenSCAD_Module/it|Ambiente OpenSCAD]]|[[FreeCADShip_Workbench/it|Ambiente Ship]]}}

{{languages/it | {{en|Plot Module}} {{es|Plot Module/es}} {{fr|Plot Module/fr}}}}

[[Category:User Documentation/it]]

Revision as of 18:27, 21 March 2014

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.

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