Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parallel coordinate plots #62

Open
2 tasks
GoelBiju opened this issue Jul 18, 2021 · 2 comments · May be fixed by #69
Open
2 tasks

Add parallel coordinate plots #62

GoelBiju opened this issue Jul 18, 2021 · 2 comments · May be fixed by #69
Assignees
Labels
enhancement New feature or request Frontend Issues related to the frontend application MVP Part of the minimum viable product (MVP)

Comments

@GoelBiju
Copy link
Owner

GoelBiju commented Jul 18, 2021

Description:

Support parallel coordinate plots as a plugin in the frontend. An example of drawing parallel co-ordinate plots in D3.js is shown in this example. We can make use of the current DTLZ data for the time being to draw them.

Acceptance criteria:

  • Parallel co-ordinate plots can be drawn using D3.js,
  • Visualise DTLZ data using parallel coordinate plots.
@GoelBiju GoelBiju added enhancement New feature or request Frontend Issues related to the frontend application MVP Part of the minimum viable product (MVP) labels Jul 18, 2021
@GoelBiju GoelBiju self-assigned this Jul 18, 2021
@GoelBiju GoelBiju changed the title Add parallel co-ordinate plots Add parallel coordinate plots Jul 18, 2021
@GoelBiju
Copy link
Owner Author

Going forward @djw213 mentioned it would be ideal to use this to visualise 5-objective data.

@GoelBiju GoelBiju added the question Further information is requested label Dec 2, 2021
@GoelBiju GoelBiju removed the question Further information is requested label Dec 10, 2021
GoelBiju added a commit that referenced this issue Dec 10, 2021
@GoelBiju GoelBiju linked a pull request Dec 10, 2021 that will close this issue
3 tasks
@GoelBiju
Copy link
Owner Author

GoelBiju commented Dec 12, 2021

As well as the D3.js example, we could try something a bit simpler to get it working i.e. the Parallel Coordinate Plot (PCP) in Plotly.js: https://plotly.com/javascript/parallel-coordinates-plot/. This could be utilised in the same way as the 3D scatter plot on the #61 branch.

If we are to get this working, this offers more features out of the box than having to re-implement the same features with D3.js.

GoelBiju added a commit that referenced this issue Dec 19, 2021
GoelBiju added a commit that referenced this issue Jan 6, 2022
GoelBiju added a commit that referenced this issue Jan 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Frontend Issues related to the frontend application MVP Part of the minimum viable product (MVP)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant