Forum Discussion

dadb25's avatar
dadb25
Helper I
3 years ago
Solved

Dot Plot - Custom visualisation

Hello community,   I want to create a Dot Plot , with this visualisation : Is it possible to build these 4 colored areas ? Thanks for your help Regards
  • bolfri's avatar
    3 years ago

    It's a math ^.^ I've created this one with 12 data points. If you will create more data points, it will look more natural.

     

    The standard equation of a circle is:

    (x - h)^2 + (y - k)^2 = r^2

    Where (h, k) is the center of the circle and r is the radius.

    So, if you know the values of x, h, k, and r, you can calculate the value of y.

    y = sqrt(r^2 - (x - h)^2) + k

    Blue0,252,9895651858
    Blue0,52,9580398915
    Blue12,8284271247
    Blue1,252,7271780287
    Blue1,52,5980762114
    Blue1,752,4366985862
    Blue22,2360679775
    Blue2,251,9843134833
    Blue2,51,6583123952
    Blue2,751,1989578808
    Blue30