You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
xymatrixplot.csv file is to big,
need to draw the ellipse in d3, to do that requires
and the angle will be 45 degrees
so the input data file should look like that:
The text was updated successfully, but these errors were encountered: