pyplot fixes
This commit is contained in:
parent
a9b39fad64
commit
20348645a3
File diff suppressed because one or more lines are too long
@ -319,7 +319,7 @@ end
|
|||||||
|
|
||||||
function addPyPlotTicks(ax, ticks, isx::Bool)
|
function addPyPlotTicks(ax, ticks, isx::Bool)
|
||||||
ticks == :auto && return
|
ticks == :auto && return
|
||||||
if ticks == :none
|
if ticks == :none || ticks == nothing
|
||||||
ticks = zeros(0)
|
ticks = zeros(0)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user