Plot Workbench/fr: Difference between revisions

From FreeCAD Documentation
m (ajout de la rubrique "Tutoriels")
(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.
=Plot_Module/fr=
__NOTOC__
Le module '''Plot''' permet de modifier, et, d'enregistrer les sorties créées à partir d'autres modules, et, outils.<br>
Avec le module '''Plot''' , vous pouvez facilement modifier '''la zone de travail, les axes, étiquettes, titres, styles, etc ..'''.<br>
Le module '''Plot''', est une [http://fr.wikipedia.org/wiki/Abstraction_%28informatique%29 abstraction] de [http://en.wikipedia.org/wiki/Matplotlib matplotlib], convenant parfaitement à FreeCAD.


==Outils==
==Tools==


These are tools availables.
Les outils disponibles sont,
* [[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==
* [[Image:Plot_Save.png]] [[Plot_Save/fr|Save plot]]: Enregistrement dans plusieurs formats. Vous pouvez sélectionner, la taille de sortie, et, la résolution.
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.
* [[Image:Plot_Axes.png]] [[Plot_Axes/fr|Axes]]: Ajouter, effacer ou editer les '''axes Plot'''.
* [[Image:Plot_Series.png]] [[Plot_Series/fr|Series]]: Editer les séries titres et style.
* [[Image:Plot_Grid.png]] [[Plot_Grid/fr|Grid]]: Afficher/Cacher la grille.
* [[Image:Plot_Legend.png]] [[Plot_Legend/fr|Legend]]: Afficher/Cacher les légendes.
* [[Image:Plot_Labels.png]] [[Plot_Labels/fr|Labels]]: Éditer les labels.
* [[Image:Plot_Positions.png]] [[Plot_Positions/fr|Positions]]: Ensemble des éléments de positions.


==Script==
==Tutorial==
* [[Plot Basic tutorial]]
* [[Plot MultiAxes tutorial]]


{{Docnav| | }}
Puisque le module '''Plot''', est une couche de [http://en.wikipedia.org/wiki/Matplotlib matplotlib], vous êtes libre d'utiliser toutes les commandes de [http://en.wikipedia.org/wiki/Matplotlib matplotlib], sur les instances de '''Plot'''.<br>
Voir la section [[Scripting_examples/fr|exemples de scripts]].


[[Category:User Documentation]]
==Tutoriels==


{{clear}}
[[Plot_Basic_tutorial/fr|Tutoriel de base]]
<languages/>

[[Plot_MultiAxes_tutorial/fr|Tutoriel multi Axes]]


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

[[Category:User Documentation/fr]]

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