File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ def test_makecpt_plot_points(points, region):
56
56
57
57
58
58
@pytest .mark .mpl_image_compare
59
- def test_makecpt_plot_grid (position ):
59
+ def test_makecpt_plot_colorbar (position ):
60
60
"""
61
- Use static color palette table to change color of grid .
61
+ Use static color palette table to plot a colorbar .
62
62
"""
63
63
fig = Figure ()
64
64
makecpt (cmap = "relief" )
@@ -67,10 +67,10 @@ def test_makecpt_plot_grid(position):
67
67
68
68
69
69
@pytest .mark .mpl_image_compare
70
- def test_makecpt_plot_grid_scaled_with_series (position ):
70
+ def test_makecpt_plot_colorbar_scaled_with_series (position ):
71
71
"""
72
- Use static color palette table scaled to a min/max series to change color
73
- of grid .
72
+ Use static color palette table scaled to a min/max series and plot it on a
73
+ colorbar .
74
74
"""
75
75
fig = Figure ()
76
76
makecpt (cmap = "oleron" , series = [0 , 1000 ])
You can’t perform that action at this time.
0 commit comments