Plot Save/pl: Difference between revisions

From FreeCAD Documentation
(Created page with "{{GuiCommand/pl |Name=Plot Save |Name/pl=Wykres: Zapisz wykres |MenuLocation=Wykres → Zapisz wykres |Workbenches=Wykres }}")
(Created page with "==Opis==")
Line 17: Line 17:
}}
}}


==Description==
==Opis==


The standard plot module already provides a minimum tool to save plots [[File:Matplotlib_save_button.png|24px]].
The standard plot module already provides a minimum tool to save plots [[File:Matplotlib_save_button.png|24px]].

Revision as of 08:10, 5 September 2021

Wykres: Zapisz wykres

Lokalizacja w menu
Wykres → Zapisz wykres
Środowisko pracy
Wykres
Domyślny skrót
brak
Wprowadzono w wersji
-
Zobacz także
brak

Opis

The standard plot module already provides a minimum tool to save plots . But if you install the Plot Workbench using the Add-on manager, a more complete tool to save the active plot will be available. With this tool you can also select the size and resolution of the output image.

Usage

Select the plot tab that you want to save, and run this tool. Use the path selector button to show a file dialog where you can choose the file location and format.

Path selection button

Path selection button

Options

  • File path: You can set the output image path (including format extension) inserting it at text line too.
  • Size: You can specify output image width and height (inches).
  • dpi: You can set the image resolution (Dots Per Inch). Final resolution (in pixels) will be the multiplication of width and height by dpi.