Merge pull request #2998 from daschw/gr-ticks
GR: handle tick labels for `ticks == nothing`
This commit is contained in:
commit
bf8b828957
@ -1332,6 +1332,8 @@ function gr_label_ticks(sp, letter, ticks)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function gr_label_ticks(sp, letter, ticks::Nothing) end
|
||||||
|
|
||||||
function gr_label_ticks_3d(sp, letter, ticks)
|
function gr_label_ticks_3d(sp, letter, ticks)
|
||||||
near_letter = letter in (:x, :z) ? :y : :x
|
near_letter = letter in (:x, :z) ? :y : :x
|
||||||
far_letter = letter in (:x, :y) ? :z : :x
|
far_letter = letter in (:x, :y) ? :z : :x
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user