working on groups and iris notebook

This commit is contained in:
Thomas Breloff 2015-09-23 17:13:20 -04:00
parent 870fb4e2df
commit fcfcc9a94a
2 changed files with 1 additions and 8 deletions

View File

@ -113,13 +113,6 @@
" in plot at /home/tom/.julia/v0.4/Plots/src/plot.jl:58", " in plot at /home/tom/.julia/v0.4/Plots/src/plot.jl:58",
" in scatter at /home/tom/.julia/v0.4/Plots/src/Plots.jl:81" " in scatter at /home/tom/.julia/v0.4/Plots/src/Plots.jl:81"
] ]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"\n"
]
} }
], ],
"source": [ "source": [

View File

@ -88,7 +88,7 @@ function plot!(plt::Plot, args...; kw...)
# index partitions/filters to be passed through to the next step. # index partitions/filters to be passed through to the next step.
# Ideally we don't change the insides ot createKWargsList too much to # Ideally we don't change the insides ot createKWargsList too much to
# save from code repetition. We could consider adding a throw # save from code repetition. We could consider adding a throw
groupargs = haskey(d, :group) ? extractGroupArgs(d[:group]) : [] groupargs = haskey(d, :group) ? [extractGroupArgs(d[:group])] : []
@show groupargs @show groupargs
# just in case the backend needs to set up the plot (make it current or something) # just in case the backend needs to set up the plot (make it current or something)