File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -598,7 +598,6 @@ def test_edge_style(self):
598
598
# change the edge color of one voxel
599
599
v [max (v .keys ())].set_edgecolor ('C2' )
600
600
601
-
602
601
@image_comparison (
603
602
baseline_images = ['voxels-named-colors' ],
604
603
extensions = ['png' ],
@@ -613,11 +612,10 @@ def test_named_colors(self):
613
612
voxels = voxels & ~ (x * y * z < 1 )
614
613
colors = np .zeros ((10 , 10 , 10 ), dtype = np .object_ )
615
614
colors .fill ('C0' )
616
- colors [(x < 5 ) & (y < 5 )] = '0.25'
615
+ colors [(x < 5 ) & (y < 5 )] = '0.25'
617
616
colors [(x + z ) < 10 ] = 'cyan'
618
617
ax .voxels (voxels , colors )
619
618
620
-
621
619
@image_comparison (
622
620
baseline_images = ['voxels-rgb-data' ],
623
621
extensions = ['png' ],
@@ -635,7 +633,6 @@ def test_rgb_data(self):
635
633
colors [...,2 ] = z / 9.0
636
634
ax .voxels (voxels , colors )
637
635
638
-
639
636
@image_comparison (
640
637
baseline_images = ['voxels-alpha' ],
641
638
extensions = ['png' ],
You can’t perform that action at this time.
0 commit comments