diff --git a/examples/surface.py b/examples/surface.py index 7ec0ecf..05739a7 100644 --- a/examples/surface.py +++ b/examples/surface.py @@ -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()