Plot Workbench/it: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
No edit summary
Line 1: Line 1:
<languages/>
<languages/>
{{Docnav/it|[[Path Workbench/it|Ambiente Path]]|[[Points Workbench/it|Ambiente Points]]|IconL=Workbench_Path.svg|IconR=Workbench_Points.svg}}
<div class="mw-translate-fuzzy">
{{Docnav/it|[[Path Workbench/it|Ambiente Path]]|[[Points Workbench/it|Ambiente Points]]|IconL=Path-Workbench.svg|IconR=PointsWorkbench.svg}}
</div>


{{VeryImportantMessage|The Plot Workbench is unmaintained since v0.17. As of v0.19 it is now designated an [[external_workbenches|external workbench]], so it is no longer included in the base system. If you have experience with the topic and are interested in maintaining it, please see the [https://github.com/FreeCAD/freecad.plot/issues/9 project's repository].}}
{{VeryImportantMessage|The Plot Workbench is unmaintained since v0.17. As of v0.19 it is now designated an [[external_workbenches|external workbench]], so it is no longer included in the base system. If you have experience with the topic and are interested in maintaining it, please see the [https://github.com/FreeCAD/freecad.plot/issues/9 project's repository].}}

Revision as of 21:05, 7 July 2020

The Plot Workbench is unmaintained since v0.17. As of v0.19 it is now designated an external workbench, so it is no longer included in the base system. If you have experience with the topic and are interested in maintaining it, please see the project's repository.
Plot workbench icon

Introduzione

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

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

L'ambiente Plot è un'astrazione della libreria matplotlib Python opportunamente adattata per FreeCAD. Per usare le funzioni di Plot, la versione di matplotlib installata nel proprio sistema deve corrispondere alla versione di Python usata da FreeCAD, cioè, se FreeCAD usa Python 2.7, si deve avere matplotlib per stessa versione.

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