I have list of numbers in my x and y axis (not in ordered). There are few numbers which have some relation. The weightage of that relation is given as number in z axis.
I want to represent these x and y axis as bar diagrams (parallelly) with numbers on it. The relation i want to represent as lines of varies thickness (depends on higher values in z axis). How to do it using python?
1