Skip to content

Commit

Permalink
brighter plot for greens
Browse files Browse the repository at this point in the history
  • Loading branch information
talonchandler committed Oct 8, 2024
1 parent 674fa40 commit 90aced9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/models/plot-vector-tf.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@
Y = util.gellmann()[[0, 4, 8]]
# select phase f00 and transverse linear isotropic terms 2-2, and f22

sfZYX_transfer_function = torch.einsum("sik,ikpjzyx,lpj->slzyx", s, H_re, Y)
sfZYX_transfer_function = torch.einsum(
"sik,ikpjzyx,lpj->slzyx", s, H_re, Y
)

# Make plots
plot_transfer_function(
Expand All @@ -159,7 +161,7 @@
f_labels=["Z", "Y", "X"],
rose_path=None,
inches_per_column=1,
saturate_clim_fraction=0.1,
saturate_clim_fraction=0.05,
trim_edges=0,
)

Expand Down

0 comments on commit 90aced9

Please sign in to comment.