Jan-17-2021, 11:42 PM
I have 4 different value and I have 1 corresponding value for these 4 value
I mean,
When a, b, c, d = 0.1, 0.2, 0.3, 0.4 the corresponding G value is equal 0.5
When a, b, c, d = 0.1, 0.1, 0.4, 0.4 the corresponding G value is equal 0.2
When a, b, c, d = 0.4, 0.2, 0.3, 0.1 the corresponding G value is equal 0.7
When a, b, c, d = 1.0, 0.0, 0.0, 0.0 the corresponding G value is equal 0.4
And I want to show them in a nice graph but since I have 4 variable instead of 1, I do not know how to do?
Any suggestion
I mean,
When a, b, c, d = 0.1, 0.2, 0.3, 0.4 the corresponding G value is equal 0.5
When a, b, c, d = 0.1, 0.1, 0.4, 0.4 the corresponding G value is equal 0.2
When a, b, c, d = 0.4, 0.2, 0.3, 0.1 the corresponding G value is equal 0.7
When a, b, c, d = 1.0, 0.0, 0.0, 0.0 the corresponding G value is equal 0.4
And I want to show them in a nice graph but since I have 4 variable instead of 1, I do not know how to do?
Any suggestion