pyplot fixes

This commit is contained in:
Thomas Breloff 2015-10-25 00:44:18 -04:00
parent a9b39fad64
commit 20348645a3
2 changed files with 74 additions and 67 deletions

File diff suppressed because one or more lines are too long

View File

@ -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