xability / maidr

Multimodal Access and Interactive Data Representation
GNU General Public License v3.0
23 stars 7 forks source link

Work on new (no jittered) scatterplot svg #56

Closed jooyoungseo closed 1 year ago

jooyoungseo commented 1 year ago

@yujuny2 -- I have just uploaded the following scatterplot SVG:

  1. scatterplot/scatterplot_no_jitter_point_only.svg

  2. scatterplot/scatterplot_no_jitter_with_bestfit.svg

Please work on these files instead of the old one because these did not use jitter noise. The only difference between 1. and 2. is whether there is an added best line or not.

FYI, the backend raw data that I previously provided in json format as well as HTML are still valid because I created them without jitter noise at that time. I guess this no jittered SVGs would be more similar to the raw data.

jooyoungseo commented 1 year ago

@yujuny2 -- As discussed today, I have added new SVG file having smoothed curve instead of the straight best fit line. Please use scatterplot/scatterplot_no_jitter_with_loess_curve.svg.

yujuny2 commented 1 year ago

Updated scatterplot.html with smooth curved svg file.