@@ -708,8 +708,6 @@ def test_2D_in_3D(self):
708
708
709
709
710
710
class Test_lineplot :
711
- """ """
712
-
713
711
def test_line_no_markers (self ):
714
712
"""test high-level usage for simple example.
715
713
Test is successfull if generated tikz code saves correct amount of lines
@@ -740,7 +738,6 @@ def test_no_line_markers(self):
740
738
"""test high-level usage for simple example.
741
739
Test is successfull if generated tikz code saves correct amount of lines
742
740
"""
743
-
744
741
x = np .linspace (1 , 100 , 20 )
745
742
y = np .linspace (1 , 100 , 20 )
746
743
@@ -814,11 +811,8 @@ def test_sine(self):
814
811
815
812
816
813
class Test_subplots :
817
- """ """
818
-
819
814
def test_subplot (self ):
820
815
"""octave code
821
-
822
816
```octave
823
817
addpath ("../matlab2tikz/src")
824
818
@@ -840,8 +834,6 @@ def test_subplot(self):
840
834
set(gcf,'Position',[2.5 2.5 5 5])
841
835
cleanfigure;
842
836
```
843
-
844
-
845
837
"""
846
838
847
839
x = np .linspace (1 , 100 , 20 )
@@ -883,8 +875,6 @@ def test_segmentVisible():
883
875
ylim([20, 80])
884
876
cleanfigure;
885
877
```
886
-
887
-
888
878
"""
889
879
890
880
y = np .linspace (1 , 100 , 20 )
@@ -948,7 +938,6 @@ def test_segmentsIntersect():
948
938
949
939
950
940
def test_pixelate ():
951
- """ """
952
941
xToPix = 49.952
953
942
yToPix = 49.952
954
943
xData = np .array (
@@ -974,7 +963,6 @@ def test_pixelate():
974
963
975
964
976
965
def test_corners3D ():
977
- """ """
978
966
xlim = ylim = zlim = np .array ([- 5 , 5 ])
979
967
corners = cleanfigure ._corners3D (xlim , ylim , zlim )
980
968
0 commit comments