Skip to content

Commit 54aa1be

Browse files
Merge pull request #5014 from chrishavlin/update_off_ax_proj_example
DOC: remove unused north_vector in off_axis_projection example
2 parents 47af101 + 22a5be2 commit 54aa1be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/source/visualizing/plots.rst

-1
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,6 @@ projection through a simulation.
454454

455455
ds = yt.load("IsolatedGalaxy/galaxy0030/galaxy0030")
456456
L = [1, 1, 0] # vector normal to cutting plane
457-
north_vector = [-1, 1, 0]
458457
W = [0.02, 0.02, 0.02]
459458
c = [0.5, 0.5, 0.5]
460459
N = 512

0 commit comments

Comments
 (0)