travis; wine
This commit is contained in:
parent
5eead5b0fa
commit
38d1fc15fe
@ -12,7 +12,7 @@ notifications:
|
||||
# uncomment the following lines to override the default test script
|
||||
script:
|
||||
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
|
||||
- julia -e 'Pkg.clone("Images"); Pkg.clone("ImageMagick")'
|
||||
- julia -e 'Pkg.clone("Images"); Pkg.clone("ImageMagick"); Pkg.build("ImageMagick")'
|
||||
- julia -e 'Pkg.clone(pwd()); Pkg.build("Plots")'
|
||||
- julia -e 'Pkg.test("Plots"; coverage=true)'
|
||||
- julia -e 'cd(Pkg.dir("Plots")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -111,6 +111,7 @@ function plot!(plt::Plot, args...; kw...)
|
||||
kwList, xmeta, ymeta = createKWargsList(plt, groupargs..., args...; d...)
|
||||
|
||||
# if we were able to extract guide information from the series inputs, then update the plot
|
||||
@show xmeta, ymeta
|
||||
updateDictWithMeta(d, plt.initargs, xmeta, true)
|
||||
updateDictWithMeta(d, plt.initargs, ymeta, false)
|
||||
|
||||
|
||||
@ -150,7 +150,6 @@ Create a series of plots:
|
||||
function subplot(args...; kw...)
|
||||
validateSubplotSupported()
|
||||
d = Dict(kw)
|
||||
println(d)
|
||||
preprocessArgs!(d)
|
||||
|
||||
# figure out the layout
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user