What I want to achieve is to create a chart using python where I could be able to see data related to different data points. For example I want to compare 5 different qualities (data points) of 10 different products.
Now is it possible to select these data points one at a time from a drop down list and show it's data for all 10 products?
Till now I have only created simple comparison charts using matplotli
. Is matplotlib
is capable of doing that? Any link or related documentation will be helpful. Thanks.