Skip to content

Commit

Permalink
Merge pull request #35 from zhangzeyingvv/main
Browse files Browse the repository at this point in the history
Change the ViewProjection from default ("Perspective") to "Orthographic" in showBZDemo
  • Loading branch information
goodluck1982 authored Feb 22, 2023
2 parents 876f3b3 + 087e34b commit 35871e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SpaceGroupIrep.wl
Original file line number Diff line number Diff line change
Expand Up @@ -1765,7 +1765,7 @@ showBZDemo[fullBZtype_, basVec_]/;StringQ[fullBZtype]&&MatrixQ[basVec,NumericQ]&
If[kname2=={}, {}, {Thick,Purple,Line[#2[[;;2]]],
Text[Style[#1,Italic,FontSize->18], #2[[3]]*1.15]}&@@@({kname2,kpos2}\[Transpose])]
}, Boxed -> False];
Show[bz, g, ImageSize->600]
Show[bz, g, ImageSize->600, ViewProjection -> "Orthographic"]
]

showBZDemo[fullBZtype_]/;StringQ[fullBZtype]:=
Expand Down

0 comments on commit 35871e9

Please sign in to comment.