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)
|
||||
ticks == :auto && return
|
||||
if ticks == :none
|
||||
if ticks == :none || ticks == nothing
|
||||
ticks = zeros(0)
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user