Plot Workbench/es: Difference between revisions

From FreeCAD Documentation
m (template fr)
(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.
El módulo de graficado está orientado a ofrecer herramientas al usuario para editar y guardar los gráficos devueltos por otros módulos o herramientas. Con éste mósulo podrás editar fácilmente el área de graficado, ejes, títulos, stilos, etc. El módulo de graficado es una adaptación de matplotlib para trabajar como parte4 de FreeCAD.


===Herramientas===
==Tools==


These are tools availables.
El módulo de graficado ofrece las siguientes herramientas.
* [[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/es|Guardar gráfico]]: Guarda el gráfico en varios formatos, seleccionando el tamaño y resolución.
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/es|Ejes]]: Añade, elimina o edita los ejes.
* [[Image:Plot_Series.png]] [[Plot_Series/es|Series]]: Edita el estilo de las series y establece su título.
* [[Image:Plot_Grid.png]] [[Plot_Grid/es|Malla]]: Muestra/oculat la malla.
* [[Image:Plot_Legend.png]] [[Plot_Legend/es|Legenda]]: Muestra/oculta la leyenda.
* [[Image:Plot_Labels.png]] [[Plot_Labels/es|Títulos]]: Edita los títulos.
* [[Image:Plot_Positions.png]] [[Plot_Positions/es|Posiciones]]: Posiciona los diferentes elementos, como títulos o legenda.


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


{{Docnav| | }}
Siendo el módulo de graficado una adaptación de matplotlib, usted puede hacer uso libremente de todas las posibilidades del mismo. Acuda a la sección [[Scripting_examples/es|ejemplos de scripting]] para saber más.


[[Category:User Documentation]]
{{languages/es | {{en|Plot Module}} {{fr|Plot Module/fr}} {{it|Plot Module/it}}}}


{{clear}}
[[Category:User Documentation/es]]
<languages/>

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