notes
This commit is contained in:
parent
ea34c7d226
commit
c5300cd7be
@ -112,6 +112,12 @@ end
|
|||||||
# this adds to a specific plot... most plot commands will flow through here
|
# this adds to a specific plot... most plot commands will flow through here
|
||||||
function plot!(plt::Plot, args...; kw...)
|
function plot!(plt::Plot, args...; kw...)
|
||||||
|
|
||||||
|
# TODO: handle a "group by" mechanism.
|
||||||
|
# will probably want to check for the :group kw param, and split into
|
||||||
|
# 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
|
||||||
|
|
||||||
kwList = createKWargsList(plt, args...; kw...)
|
kwList = createKWargsList(plt, args...; kw...)
|
||||||
for (i,d) in enumerate(kwList)
|
for (i,d) in enumerate(kwList)
|
||||||
plt.n += 1
|
plt.n += 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user