Plot Workbench/pt-br: 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/pt-br|[[Path Workbench/pt-br|Path Workbench]]|[[Points Workbench/pt-br|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 38: Line 35:
* [[Plot Basic tutorial/pt-br|Plot Basic tutorial]]
* [[Plot Basic tutorial/pt-br|Plot Basic tutorial]]
* [[Plot MultiAxes tutorial/pt-br|Plot MultiAxes tutorial]]
* [[Plot MultiAxes tutorial/pt-br|Plot MultiAxes tutorial]]

<div class="mw-translate-fuzzy">
{{Docnav/pt-br|[[Path Workbench/pt-br|Path Workbench]]|[[Points Workbench/pt-br|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:18, 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

Introdução

O Módulo Plot permite o usuário editar e salvar saídas de gráficos a partir de outras ferramentas e bancadas de trabalho.

Com o Módulo Plot você pode editar a área de trabalho, os eixos, os rótulos, os títulos, estilo de linha e outros elementos de plotagem de gráficos.

O Módulo Plot é uma abstração da biblioteca matplotlib Python convenientemente adaptada para o FreeCAD. Para usar as funções de plotar, a versão matplotlib instalada no seu sistema deve ser compatível com a versão que o FreeCAD utiliza, ou seja, se o FreeCAD usa Python 2.7, você deve ter matplotlib para a mesma versão.

Ferramentas

  • Salvar gráfico: Salva o gráfico em vários formatos. Você pode selecionar o tamanho de saída, assim também como a resolução.
  • Eixos: Adiciona, remove ou edita eixos do gráfico.
  • Séries: Edita o título e o estilo da série.
  • Grade: Mostra/Oculta a grade.
  • Legenda: Mostra/Oculta a legenda.
  • Rótulos: Edita rótulos.
  • Posições: Coloca as posições dos elementos.

Scripting

Como o Plot Workbench é uma camada sobre matplotlib, você está livre para usar qualquer função desta biblioteca em instâncias de plotagem. Veja exemplos de scripting para exemplos.

Tutorial