Plot Series: Difference between revisions

From FreeCAD Documentation
No edit summary
(Module to Workbench renaming.)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
|[[Plot_Axes|Axes]]
|[[Plot_Axes|Axes]]
|[[Plot_Grid|Grid]]
|[[Plot_Grid|Grid]]
|[[Plot_Module|Plot]]
|[[Plot_Workbench|Plot]]
|IconL=Plot_Axes.svg
|IconL=Plot_Axes.svg
|IconR=Plot_Grid.svg
|IconR=Plot_Grid.svg
Line 16: Line 16:
|Name=Plot Series
|Name=Plot Series
|MenuLocation=Plot → Configure series
|MenuLocation=Plot → Configure series
‏‎|Workbenches=[[Plot_Module|Plot]]
‏‎|Workbenches=[[Plot_Workbench|Plot]]
}}
}}


==Description==
==Description== <!--T:8-->


<!--T:9-->
The standard plot module already provides a tool to edit the plot series style [[File:Matplotlib_edit_subplot.png|24px]]. But if you install the [[Image:Workbench_Plot.svg|24px]] [[Plot Workbench|Plot Workbench]] using the [[Std_AddonMgr|Add-on manager]], a more complete and straigthforward tool will be available.
The standard plot module already provides a tool to edit the plot series style [[File:Matplotlib_edit_subplot.png|24px]]. But if you install the [[Image:Workbench_Plot.svg|24px]] [[Plot Workbench|Plot Workbench]] using the [[Std_AddonMgr|Add-on manager]], a more complete and straigthforward tool will be available.


Line 27: Line 28:
<translate>
<translate>


==Usage==
==Usage== <!--T:10-->


<!--T:11-->
Select the plot tab that you want to edit, and run this tool. Then select the series to be edited and proceed to set the new options. You can even delete the selected series
Select the plot tab that you want to edit, and run this tool. Then select the series to be edited and proceed to set the new options. You can even delete the selected series


Line 34: Line 36:
[[File:Plot Remove Series.png|Remove the selected series]]
[[File:Plot Remove Series.png|Remove the selected series]]
<translate>
<translate>
<!--T:12-->
{{Caption|Selected series deletion button}}
{{Caption|Selected series deletion button}}


==Options==
==Options== <!--T:13-->


<!--T:14-->
* '''Label''': You can set the label. [https://www.latex-project.org/ LaTeX] math formulas are accepted.
* '''Label''': You can set the label. [https://www.latex-project.org/ LaTeX] math formulas are accepted.
* '''No label''': If selected, the series is not shown at the plot legend. Otherwise the series will shown at the legend with the appropriate label.
* '''No label''': If selected, the series is not shown at the plot legend. Otherwise the series will shown at the legend with the appropriate label.
Line 51: Line 55:
|[[Plot_Axes|Axes]]
|[[Plot_Axes|Axes]]
|[[Plot_Grid|Grid]]
|[[Plot_Grid|Grid]]
|[[Plot_Module|Plot]]
|[[Plot_Workbench|Plot]]
|IconL=Plot_Axes.svg
|IconL=Plot_Axes.svg
|IconR=Plot_Grid.svg
|IconR=Plot_Grid.svg

Latest revision as of 19:05, 2 October 2021

Plot Series

Menu location
Plot → Configure series

‏‎

Workbenches
Plot
Default shortcut
None
Introduced in version
-
See also
None

Description

The standard plot module already provides a tool to edit the plot series style . But if you install the Plot Workbench using the Add-on manager, a more complete and straigthforward tool will be available.

Usage

Select the plot tab that you want to edit, and run this tool. Then select the series to be edited and proceed to set the new options. You can even delete the selected series

Remove the selected series

Selected series deletion button

Options

  • Label: You can set the label. LaTeX math formulas are accepted.
  • No label: If selected, the series is not shown at the plot legend. Otherwise the series will shown at the legend with the appropriate label.
  • Line Style: The considered line style. Use "_draw_nothing" to don't consider lines for that specific series.
  • Line Width: The line width.
  • Marker: The considered marker. Use "_draw_nothing" to don't consider markers for that specific series.
  • Marker Size: The marker size.
  • Color: The series color.