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
'x' and 'y' represent labels of object
'v' represents value which is in between 0 to 1
'v' can be represented via change in size of graphical symbol or change in color shade etc. I saw bubble and scatter chart. But, I am confused how can I adapt them according to my needs?
How can I plot this type of analysis in terms of graph? Which chart should I use for this purpose? What type of customization do I need to make?
Is there another good way to perform this type of analysis?
This discussion was converted from issue #9184 on May 30, 2021 09:46.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I would like to perform pairwise analysis of multiple objects and plot them in terms of graph
For example:
{x: 'A', y: 'A', v: 1},
{x: 'A', y: 'B', v: 0.2},
{x: 'A', y: 'C', v: 0.5},
{x: 'B', y: 'A', v: 0.2},
{x: 'B', y: 'B', v: 1},
{x: 'B', y: 'C', v: 0.7},
{x: 'C', y: 'A', v: 0.5},
{x: 'C', y: 'B', v: 0.7},
{x: 'C', y: 'C', v: 1}
'x' and 'y' represent labels of object
'v' represents value which is in between 0 to 1
'v' can be represented via change in size of graphical symbol or change in color shade etc. I saw bubble and scatter chart. But, I am confused how can I adapt them according to my needs?
How can I plot this type of analysis in terms of graph? Which chart should I use for this purpose? What type of customization do I need to make?
Is there another good way to perform this type of analysis?
Please let me know about it.
Beta Was this translation helpful? Give feedback.
All reactions