Plot Workbench/it: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>
{{Docnav|[[Path Workbench|Path Workbench]]|[[Points Workbench|Points Workbench]]|IconL=Path-Workbench.svg|IconR=PointsWorkbench.svg}}

[[Image:Workbench_Plot.svg|64px]]
[[Image:Workbench_Plot.svg|64px]]


Line 14: Line 16:
With the Plot workbench you can edit the working area, the axes, labels, titles, styles, and other elements of plots.
With the Plot workbench you can edit the working area, the axes, labels, titles, styles, and other elements of plots.


The Plot workbench is an abstraction of the [https://matplotlib.org/ matplotlib] [[Python]] library conveniently adapted for FreeCAD.
The Plot workbench is an abstraction of the [https://matplotlib.org/ matplotlib] [[Python|Python]] library conveniently adapted for FreeCAD.


=== Strumenti ===
=== Strumenti ===
Line 44: Line 46:
{{Docnav/it|[[OpenSCAD_Module/it|Ambiente OpenSCAD]]|[[Ship_Workbench/it|Ambiente Ship]]}}
{{Docnav/it|[[OpenSCAD_Module/it|Ambiente OpenSCAD]]|[[Ship_Workbench/it|Ambiente Ship]]}}
</div>
</div>

{{Plot Tools navi}}
{{Userdocnavi}}
[[Category:Workbenches]]

Revision as of 09:48, 2 April 2019

Introduction

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.

With the Plot workbench you can edit the working area, the axes, labels, titles, styles, and other elements of plots.

The Plot workbench is an abstraction of the matplotlib Python library conveniently adapted for FreeCAD.

Strumenti

Il modulo Grafico offre i seguenti strumenti.

  • Salva grafico: Consente di salvare il grafico in diversi formati. È possibile selezionare il formato di output e anche la risoluzione.
  • Assi: Aggiunge, rimuove o modifica gli assi del grafico.
  • Serie: Modifica il titolo e lo stile della serie.
  • Griglia: Mostra o nasconde la griglia.
  • Legenda: Mostra o nasconde la legenda.
  • Etichette: Edita le etichette.
  • 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 esempi di script per vedere degli esempi.

Tutorial