Skip to content

Commit

Permalink
Merge pull request #5014 from chrishavlin/update_off_ax_proj_example
Browse files Browse the repository at this point in the history
DOC: remove unused north_vector in off_axis_projection example
  • Loading branch information
neutrinoceros authored Oct 2, 2024
2 parents 47af101 + 22a5be2 commit 54aa1be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/source/visualizing/plots.rst
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,6 @@ projection through a simulation.

ds = yt.load("IsolatedGalaxy/galaxy0030/galaxy0030")
L = [1, 1, 0] # vector normal to cutting plane
north_vector = [-1, 1, 0]
W = [0.02, 0.02, 0.02]
c = [0.5, 0.5, 0.5]
N = 512
Expand Down

0 comments on commit 54aa1be

Please sign in to comment.