Skip to content

Commit

Permalink
oops sqrt
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Dec 18, 2024
1 parent 2a20cd7 commit 46d709e
Show file tree
Hide file tree
Showing 3 changed files with 489 additions and 213 deletions.
2 changes: 1 addition & 1 deletion examples/amr_spherical_volume_rendering.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def _r_rev(field, data):

rc = yt_idv.render_context(height=800, width=800, gui=True)
sg = rc.add_scene(ds, field, no_ghost=True)
rc.scene.components[0].sample_factor = 2.0
rc.scene.components[0].sample_factor = 20.0
rc.scene.components[0].cmap_log = False
rc.scene.components[0]._reset_cmap_bounds()

Expand Down
Loading

0 comments on commit 46d709e

Please sign in to comment.