Skip to content

Commit

Permalink
refactor: Remove orthographic plot of surface example
Browse files Browse the repository at this point in the history
The arctan2 example now feature orthographic projection

Signed-off-by: Sietze van Buuren <[email protected]>
  • Loading branch information
swvanbuuren committed Nov 9, 2024
1 parent 9e53c24 commit 121b890
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ def main():
mpg.figure(title='Perspective surface plot', layout_type='Qt')
mpg.surf(x, y, z, colormap='viridis', projection='perspective')

mpg.figure(title='Orthographic surface plot', layout_type='Qt')
mpg.surf(x, y, z, colormap='viridis', projection='orthographic')


if __name__ == '__main__':
main()

0 comments on commit 121b890

Please sign in to comment.