Add project level scalar view config
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 34 KiB |
@ -354,6 +354,15 @@ are on the left side of the window. The tools include:
|
||||
plots to display. For example, to display specific plots, click **HIDE ALL**, and then click <img src="/docs/latest/icons/ico-show.svg" alt="Eye Show" className="icon size-md space-sm" />
|
||||
on each plot you want to view.
|
||||
|
||||
:::tip Default scalar display
|
||||
After adjusting the scalar display (e.g. grouping, axis, smoothing), click Set as default to save the current
|
||||
configuration as the default view for the project’s task and model scalars.
|
||||
:::
|
||||
|
||||
See additional [plot controls](#plot-controls) below.
|
||||
|
||||
#### Embedding Plots
|
||||
|
||||
To embed scalar plots in your [Reports](webapp_reports.md), hover over a plot and click Embed <img src="/docs/latest/icons/ico-plotly-embed-code.svg" alt="Embed code" className="icon size-md space-sm" />,
|
||||
which will copy to clipboard the embed code to put in your Reports. To quickly get the embed codes for all plots of a
|
||||
specific metric, click Embed <img src="/docs/latest/icons/ico-plotly-embed-code.svg" alt="Embed code" className="icon size-md space-sm" />
|
||||
@ -365,7 +374,7 @@ on the group section header (available when plots are [grouped by](#group_by) `N
|
||||
In contrast to static screenshots, embedded resources
|
||||
are retrieved when the report is displayed allowing your reports to show the latest up-to-date data.
|
||||
|
||||
See additional [plot controls](#plot-controls) below.
|
||||
|
||||
|
||||
#### Metric Values View
|
||||
|
||||
|
@ -71,7 +71,11 @@ of a project folder to open its context menu and access the following project ac
|
||||
|
||||
</div>
|
||||
|
||||
* **Edit** - Rename the project and/or modify its default output destination.
|
||||
* **Project Settings**
|
||||
* **General** - Set the project’s name, project path and default output destination
|
||||
* **Scalar View Defaults** - Configure the default scalar view configuration for tasks and models
|
||||
* **Scalar view setting** - Grouping, X-axis units and plot smoothing (See [Scalar Plot Tools](webapp_exp_track_visual.md#scalar-plot-tools))
|
||||
* **Default scalars** - Choose which metrics are visible by default when viewing task/model scalars.
|
||||
* **New Project** - Create a new project (by default a subproject).
|
||||
* **Move to** - Move the project into another project. If the target project does not exist, it is created on-the-fly.
|
||||
* **Delete** - Delete the project. To delete a project, all of its contents (i.e. any pipelines/reports/datasets) must
|
||||
|