Hi. I have an external file where I have the results of a dictionary:
google.com {'facebook.com': 230, 'yahoo.com': 9, 'fifa.org': 67, 'msn.com': 3}
yahoo.com {'apps.facebook.com': 13, 'msn.com': 9, 'myp2p.eu': 2}
The results show the search engines, the links have been clicked from the search engine and the number of time those links have been visited or clicked from the search engine. How can I plot this? Would it be easier to change the format of the data and then plot or what? Any help, suggestions or advices is highly appreciated.