Entorno de trabajo Plot

From FreeCAD Documentation
Revision as of 18:32, 21 March 2014 by Renatorivo (talk | contribs) (Created page with "== Herramientas ==")

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

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