File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ def test_step(self):
4747 plt .close ("all" )
4848
4949 def test_scatter (self ):
50- # TODO: scatter plots are represented through axes.collections. Currently, this is simply ignored and nothing is done.
5150 x = np .linspace (1 , 100 , 20 )
5251 y = np .linspace (1 , 100 , 20 )
5352 with plt .rc_context (rc = RC_PARAMS ):
@@ -82,7 +81,6 @@ def test_bar(self):
8281 plt .close ("all" )
8382
8483 def test_hist (self ):
85- """creates same test case as bar"""
8684 x = np .linspace (1 , 100 , 20 )
8785 y = np .linspace (1 , 100 , 20 )
8886 with plt .rc_context (rc = RC_PARAMS ):
@@ -149,7 +147,6 @@ def test_scatter3d(self):
149147 plt .close ("all" )
150148
151149 def test_wireframe3D (self ):
152- """ """
153150 from mpl_toolkits .mplot3d import axes3d
154151
155152 # Grab some test data.
@@ -198,8 +195,6 @@ def test_surface3D(self):
198195 plt .close ("all" )
199196
200197 def test_trisurface3D (self ):
201- """:param Self:
202- """
203198 import matplotlib .pyplot as plt
204199 import numpy as np
205200
You can’t perform that action at this time.
0 commit comments