This repository has been archived by the owner on Jul 29, 2019. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is the next iteration for the implementation of multi-graphs in
Graph3d
.The
Filter
instance withinGraph3d
is intimately connected to the graph data,contained in a
DataGroup
instance. As such, it needs to be placed withinDataGroup
.A consequence of this is that, in the final case of multiple graphs, each graph can be
animated separately. I regard this as an advantage, even though it will means more
initialization for the graphs (you have to initialize each separately for an animation).
An effort has been made to decouple
Graph3d
andFilter
as much as possible. Thereare still some relationships present, but it's more bother than it's worth to dissolve these.
In addition to moving the
Filter
instance, the following has been done:style
toDataGroup
Graph3d
toDataGroup
These changes have been tested with the following examples:
graph3d/10_styling
graph3d/03_filter_data
graph3d/04_animation