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

need to define the ellipse on client side #16

Open
mkuzak opened this issue Apr 13, 2016 · 3 comments
Open

need to define the ellipse on client side #16

mkuzak opened this issue Apr 13, 2016 · 3 comments
Assignees

Comments

@mkuzak
Copy link
Member

mkuzak commented Apr 13, 2016

xymatrixplot.csv file is to big,
need to draw the ellipse in d3, to do that requires

  • cx: The position of the centre of the ellipse in the x direction (left / right) measured from the left side of the screen.
  • cy: The position of the centre of the ellipse in the y direction (up / down) measured from the top of the screen.
  • rx: The radius of the ellipse in the x dimension from the cx, cy position to the perimeter of the ellipse.
  • ry: The radius of the ellipse in the y dimension from the cx, cy position to the perimeter of the ellipse.
    and the angle will be 45 degrees
    so the input data file should look like that:
test1, rest2, cx, cy, rx, ry
@JAvRZ
Copy link
Contributor

JAvRZ commented Apr 13, 2016

I'll see what I can do

@JAvRZ
Copy link
Contributor

JAvRZ commented Apr 13, 2016

The new ellipseparams.csv in the data folder of andi-vis should conform to these requirements (although they are more complicated to me than the x y coordinates. The x y coordinates allowed me to draw the normal distributions (on the diagonal) as well, and I am unsure how to draw those now.

@mkuzak
Copy link
Member Author

mkuzak commented Apr 13, 2016

thanks, I understand your concern, unfortunately we cannot read in points as we planned, it's just to much and it kills the browser

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants