python - Visualizing pivot table with 3 variables via 2D plot -
i have pivot table of 3 variables: a, b, , c. want plot pivot table in following 2d format using python.
c 30 | x x x 20 | x x x x 10 | x x x x x _______________________ b 1 2 3 4 1 2 3 4 1 2 3 4 1024 2048 4096 to above plot, want add plot of pivot table same a , b values different variable called d. values of d must connected lines within group of b values, i.e., 1,2,3,and 4 same value of a.
Comments
Post a Comment