Plot Workbench/es: 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 10: Line 12:
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.


== Herramientas ==
== Herramientas ==
Line 39: Line 41:
{{Docnav/es| | }}
{{Docnav/es| | }}
</div>
</div>

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

Revision as of 09:47, 2 April 2019

Introduction

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.

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.

Herramientas

El módulo de graficado ofrece las siguientes herramientas.

  • Guardar gráfico: Guarda el gráfico en varios formatos, seleccionando el tamaño y resolución.
  • Ejes: Añade, elimina o edita los ejes.
  • Series: Edita el estilo de las series y establece su título.
  • Malla: Muestra/oculat la malla.
  • Legenda: Muestra/oculta la leyenda.
  • Títulos: Edita los títulos.
  • Posiciones: Posiciona los diferentes elementos, como títulos o legenda.

Scripting

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 ejemplos de scripting para saber más.

Tutorial