Skip to main content

Manage workspace, section, and panel settings

Within a given workspace page there are three different setting levels: workspaces, sections, and panels. Workspace settings apply to the entire workspace. Section settings apply to all panels within a section. Panel settings apply to individual panels.

Workspace settings

Workspace settings apply to all sections and all panels within those sections. You can edit two types of workspace settings: Workspace layout and Line plots. Workspace layouts determine the structure of the workspace, while Line plots settings control the default settings for line plots in the workspace.

To edit settings that apply to the overall structure of this workspace:

  1. Navigate to your project workspace
  2. Select the gear icon next to the New report button
  3. Choose Workspace layout or Line plots within the slider that appears.

Workspace layout options

Configure a workspaces layout to define the overall structure of the workspace. This includes sectioning logic and panel organization.

The proceeding table lists the settings you can apply to an entire workspace:

Workspace settingDescription
Panel generationEnable W&B to generate a panel for each unique metric you log with the Python SDK. For more information, see Activate or deactivate panel generation.
Hide empty sections during searchHide sections that do not contain any panels when searching for a panel.
Sort panels alphabeticallySort panels in your workspaces alphabetically.
Section organizationRemove all existing sections and panels and repopulate them with new section names. Groups the newly populated sections either by first or last prefix.
tip

W&B suggests that you organize sections by grouping the first prefix rather than grouping by the last prefix. Grouping by the first prefix can result in fewer sections and better performance.

Line plots options

Set global defaults and custom rules for line plots in a workspace by modifying the Line plots workspace settings.

You can edit two main settings within Line plots settings: Data and Display preferences. The Data tab contains the following settings:

Line plot settingDescription
X axisThe scale of the x-axis in line plots. The x-axis is set to Step by default. See the proceeding table for the list of x-axis options.
RangeMinimum and maximum settings to display for x axis.
SmoothingChange the smoothing on the line plot. For more information about smoothing, see Smooth line plots.
OutliersRescale to exclude outliers from the default plot min and max scale.
Point aggregation methodImprove data visualization accuracy and performance. See Point aggregation for more information.
Max number of runs or groupsLimit the number of runs or groups displayed on the line plot.

In addition to Step, there are other options for the x-axis:

X axis optionDescription
Relative Time (Wall)Timestamp since the process starts. For example, suppose start a run and resume that run the next day. If you then log something, the recorded point is 24 hours.
Relative Time (Process)Timestamp inside the running process. For example, suppose you start a run and let it continue for 10 seconds. The next day you resume that run. The point is recorded as 10 seconds.
Wall TimeMinutes elapsed since the start of the first run on the graph.
StepIncrements each time you call wandb.log().
info

For information on how to edit an individual line plot, see Edit line panel settings in Line plots.

Within the Display preferences tab, you can toggle the proceeding settings:

Display preferenceDescription
Remove legends from all panelsRemove the panel's legend
Display colored run names in tooltipsShow the runs as colored text within the tooltip
Only show highlighted run in companion chart tooltipDisplay only highlighted runs in chart tooltip
Number of runs shown in tooltipsDisplay the number of runs in the tooltip
Display full run names on the primary chart tooltipDisplay the full name of the run in the chart tooltip

Section settings

Section settings apply to all panels within that section. Within a workspace section you can sort panels, rearrange panels, and rename the section name.

Modify section settings by selecting the three horizontal dots (...) in the upper right corner of a section.

From the dropdown, you can edit the following settings that apply to the entire section:

Section settingDescription
Rename a sectionRename the name of the section
Sort panels A-ZSort panels within a section alphabetically
Rearrange panelsSelect and drag a panel within a section to manually order your panels

The proceeding animation demonstrates how to rearrange panels within a section:

info

In addition to the settings described in the preceding table, you can also edit how sections appear in your workspaces such as Add section below, Add section above, Delete section, and Add section to report.

Panel settings

Customize an individual panel's settings to compare multiple lines on the same plot, calculate custom axes, rename labels, and more. To edit a panel's settings:

  1. Hover your mouse over the panel you want to edit.
  2. Select the pencil icon that appears.
  3. Within the modal that appears, you can edit settings related to the panel's data, display preferences, and more.

For a complete list of settings you can apply to a panel, see Edit line panel settings.

Was this page helpful?👍👎