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 visualization for the output #12

Open
Anirban166 opened this issue Dec 8, 2020 · 2 comments
Open

Add visualization for the output #12

Anirban166 opened this issue Dec 8, 2020 · 2 comments
Assignees
Labels
data visualization enhancement New feature or request

Comments

@Anirban166
Copy link
Owner

Using the go-echarts library, add some form of visualization for the output slices i.e. the world lines Alpha and Beta (with the data being the random numbers falling in their respective ranges)

@Anirban166 Anirban166 added data visualization enhancement New feature or request labels Dec 8, 2020
@PrimalPimmy
Copy link

I'd like to work on this issue, also what type of visualization would you think would be more suitable? Since it's world lines... Lines showing alpha and beta world lines, Stein's gate line.. With their divergence value?

@Anirban166
Copy link
Owner Author

I'd like to work on this issue, also what type of visualization would you think would be more suitable?

Any type really, which can be represented with discrete data points

Since it's world lines... Lines showing alpha and beta world lines, Stein's gate line.. With their divergence value?

Lines would be ideal yes. You can experiment with different types of visualizations and show multiple types as well (optional)

The Steins;Gate line would be a straight line denoting the threshold value of 1.048596 and would ideally be in between the data points of the Alpha and Beta lines (looking like a linear regression line), given the range of values (beta values may exist on that line) we are generating, so you will need to add it separately to the plot

And yes, it would be nice if you can show the divergence value of each line or even each data point, with respect to the threshold

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data visualization enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants