Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions tuned_lens/plotting/trajectory_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@ def heatmap(
y=self._layer_labels,
z=self.stats if not log_scale else np.log10(self.stats),
colorbar=dict(
title=f"{self.name} ({self.units})",
titleside="right",
title=f"{self.name} ({self.units})"
),
colorscale=colorscale,
zmax=max if not log_scale else np.log10(max),
Expand Down
Loading