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/>
<div class="mw-translate-fuzzy">
{{Docnav/es|[[Path Workbench/es|Path Workbench]]|[[Points Workbench/es|Points Workbench]]|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].}}
Line 42: Line 39:
* [[Plot Basic tutorial/es]]
* [[Plot Basic tutorial/es]]
* [[Plot MultiAxes tutorial/es]]
* [[Plot MultiAxes tutorial/es]]

<div class="mw-translate-fuzzy">
{{Docnav/es|[[Path Workbench/es|Path Workbench]]|[[Points Workbench/es|Points Workbench]]|IconL=Path-Workbench.svg|IconR=PointsWorkbench.svg}}
</div>





{{Plot Tools navi{{#translation:}}}}
{{Plot Tools navi{{#translation:}}}}

{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
[[Category:External Workbenches{{#translation:}}]]

[[Category:Workbenches{{#translation:}}]]
[[Category:Addons{{#translation:}}]]

Revision as of 18:16, 9 August 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

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 Python para trabajar como parte4 de FreeCAD.

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