Open in ClaudeOpen in ChatGPT

Default Scale Settings in Nodes

A node’s Default Scale sets the scale its numbers are displayed at, on the node itself. Every chart that shows the node picks it up, so you do not have to rescale each chart by hand.

What it is

Scale can be set in two places, and they work at different levels:

WhereScope
Scales and digits in the chart editorThat one chart, and one scale for the whole axis.
Default Scale in a node’s advanced settingsEvery chart that displays that node, per node.

The per-chart scale is a single setting for everything on the axis, which is the source of the problem below. The node setting is per node, so nodes of very different magnitudes can each be formatted correctly in the same chart.

When to use it

  • Large numbers come out unformatted or too wide to read.
  • Rescaling the chart fixes the large numbers but rounds the small ones to zero.
  • The same node is charted in several places and you want its formatting consistent everywhere.

Configuration

  1. Open the model the node lives in.
  2. Select the node and click Show Advanced Settings.
  3. Set Default Scale.

The Default Scale setting under a node's advanced settings

Good to know

  • Rescaling the chart is the trap. Raising the scale in the chart editor applies to the whole axis, so the small values on it get rounded to 0 and disappear. Here the large numbers are unformatted and the chart-level scale cannot fix both at once:

    A chart where large numbers are unformatted and small ones would round to zero

    Setting Default Scale per node formats each node on its own terms:

    The same view with each node carrying its own default scale

  • It is a display setting. The stored values do not change, only how they are shown.

  • A model tree is where this shows up most. Trees put nodes of very different magnitudes side by side, so a single chart-level scale rarely suits all of them. See Model Tree.

Was this page helpful?