Plot Workbench/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "==Outils==")
No edit summary
(25 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<languages/>
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.
{{Docnav/fr|[[Path Workbench/fr|Atelier Path]]|[[Points Workbench/fr|Atelier Points]]|IconL=Path-Workbench.svg|IconR=PointsWorkbench.svg}}

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

== Introduction ==

{{TOCright}}
L'[[Plot Workbench/fr|atelier Plot]] permet à l'utilisateur de modifier et de sauvegarder les tracés de sortie créés à partir d'autres ateliers et outils.

Avec le module '''Plot''' , vous pouvez facilement modifier '''la zone de travail, les axes, étiquettes, titres, style de lignes, etc ..'''.

L'atelier Plot est une abstraction à la bibliothèque [https://matplotlib.org/ matplotlib] [[Python/fr|Python]] adaptée à FreeCAD. Pour utiliser les fonctions de tracé, la version de {{incode|matplotlib}} installée sur votre système doit correspondre à la version de Python utilisée par FreeCAD. En d'autres termes, si FreeCAD utilise Python 2.7, vous devez disposer de {{incode|matplotlib}}. même version.


==Outils==
==Outils==


* [[Image:Plot_Save.png|32px]] [[Plot_Save/fr|Save plot]]: Enregistrement dans plusieurs formats. Vous pouvez sélectionner, la taille de sortie, et, la résolution.
These are tools availables.
* [[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|32px]] [[Plot_Axes/fr|Axes]]: Ajouter, effacer ou editer les '''axes Plot'''.
* [[Image:Plot_Axes.png]] [[Plot_Axes|Axes]]: Add, remove or edit plot axes.
* [[Image:Plot_Series.png|32px]] [[Plot_Series/fr|Series]]: Editer les séries titres et style.
* [[Image:Plot_Series.png]] [[Plot_Series|Series]]: Edit series title and styling.
* [[Image:Plot_Grid.png|32px]] [[Plot_Grid/fr|Grid]]: Afficher/Cacher la grille.
* [[Image:Plot_Grid.png]] [[Plot_Grid|Grid]]: Show/hide grid.
* [[Image:Plot_Legend.png|32px]] [[Plot_Legend/fr|Legend]]: Afficher/Cacher les légendes.
* [[Image:Plot_Legend.png]] [[Plot_Legend|Legend]]: Show/hide legend.
* [[Image:Plot_Labels.png|32px]] [[Plot_Labels/fr|Labels]]: Éditer les labels.
* [[Image:Plot_Labels.png]] [[Plot_Labels|Labels]]: Edit labels.
* [[Image:Plot_Positions.png|32px]] [[Plot_Positions/fr|Positions]]: Ensemble des éléments de positions.
* [[Image:Plot_Positions.png]] [[Plot_Positions|Positions]]: Set elements positions.


==Scripting==
==Script==
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.


Puisque le module '''Plot''', est une couche de {{incode|[http://en.wikipedia.org/wiki/Matplotlib matplotlib]}}, vous êtes libre d'utiliser toutes les commandes de la librairie matplotlib.
==Tutorial==
Voir la section [[Scripting_examples/fr|exemples de scripts]] pour des exemples.
* [[Plot Basic tutorial]]
* [[Plot MultiAxes tutorial]]


==Tutoriels==
{{Docnav| | }}


[[Plot_Basic_tutorial/fr|Tutoriel de base]]
[[Category:User Documentation]]


[[Plot_MultiAxes_tutorial/fr|Tutoriel multi Axes]]
{{clear}}

<languages/>
{{Docnav/fr|[[Path Workbench/fr|Atelier Path]]|[[Points Workbench/fr|Atelier Points]]|IconL=Path-Workbench.svg|IconR=PointsWorkbench.svg}}

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

Revision as of 13:49, 10 April 2019

Introduction

L'atelier Plot permet à l'utilisateur de modifier et de sauvegarder les tracés de sortie créés à partir d'autres ateliers et outils.

Avec le module Plot , vous pouvez facilement modifier la zone de travail, les axes, étiquettes, titres, style de lignes, etc ...

L'atelier Plot est une abstraction à la bibliothèque matplotlib Python adaptée à FreeCAD. Pour utiliser les fonctions de tracé, la version de matplotlib installée sur votre système doit correspondre à la version de Python utilisée par FreeCAD. En d'autres termes, si FreeCAD utilise Python 2.7, vous devez disposer de matplotlib. même version.

Outils

  • Save plot: Enregistrement dans plusieurs formats. Vous pouvez sélectionner, la taille de sortie, et, la résolution.
  • Axes: Ajouter, effacer ou editer les axes Plot.
  • Series: Editer les séries titres et style.
  • Grid: Afficher/Cacher la grille.
  • Legend: Afficher/Cacher les légendes.
  • Labels: Éditer les labels.
  • Positions: Ensemble des éléments de positions.

Script

Puisque le module Plot, est une couche de matplotlib, vous êtes libre d'utiliser toutes les commandes de la librairie matplotlib. Voir la section exemples de scripts pour des exemples.

Tutoriels

Tutoriel de base

Tutoriel multi Axes