-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
good first issueGood for newcomers. Approx. time to solve 0-2 hours.Good for newcomers. Approx. time to solve 0-2 hours.
Milestone
Description
As per #1 , we are in the process of separating the backend from the Artist layers. This makes the design of the code very object oriented and nicely encapsulates data within many varied elements for any given plot.
Therefore, there is now no need of having various Geometry objects for holding data.
This refactoring will involve putting things from one or many Geometry objects to the Aritist where it is actually useful with the aim of removing the Geometry object from the code base altogether.
This issue can be broken down into several sub-issues:
- Remove
Bar::Geometryobject. - Remove
Line::Geometryobject. - Remove
Scatter::Geometryobject. - Remove
Artist::Geometryobject.
Each of the above tasks should be a separate PR/commit.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomers. Approx. time to solve 0-2 hours.Good for newcomers. Approx. time to solve 0-2 hours.