working on groups and iris notebook
This commit is contained in:
parent
870fb4e2df
commit
fcfcc9a94a
@ -113,13 +113,6 @@
|
||||
" 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"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"\n"
|
||||
]
|
||||
}
|
||||
],
|
||||
"source": [
|
||||
|
||||
@ -88,7 +88,7 @@ function plot!(plt::Plot, args...; kw...)
|
||||
# index partitions/filters to be passed through to the next step.
|
||||
# Ideally we don't change the insides ot createKWargsList too much to
|
||||
# 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
|
||||
|
||||
# just in case the backend needs to set up the plot (make it current or something)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user