Content Disclaimer
Copyright @2020.
All Rights Reserved.

StatsToDo: Two Dimensional (X/Y) Scatter Plot

Links : Home Index (Subjects) Contact StatsToDo


MacroPlot Resources
Explanations Javascript Program
Data
Radius of dot
Thickness of line

Data Entry
Data is in 2 columns, each row representing a dot to be plotted
   Column 1 being the x value
   Column 2 being the y value
   Values must be >0 for log scale
Radius of Dot
Diameter of dot = 2xradius+1 pixels
No dots if radius<0
Thicness of line in pixels
No line if thickness <1
Click the appropriate button depending on using normal or log scaling for the two axis





MacroPlot Code

R Code