how to plot graph for list inside list in python












0















I am doing Text document classification. I get output of list in list.
I want to plot graph for that output. I tried many solutions but not working.



[['music', 0.9997035991551619], ['clinton', 0.0002957437097329556], ['medical', 4.79185067413781e-07], ['lawyer', 1.169147467118116e-07], ['math', 6.103529098184536e-08]]
[['music', 0.9999999335021967], ['clinton', 3.6432542499586986e-08], ['lawyer', 1.9271856247574045e-08], ['medical', 1.0573808395422241e-08], ['math', 2.1959604279885474e-10]]
[['music', 0.9906586064213146], ['clinton', 0.009118108207764927], ['lawyer', 0.0001755035896399725], ['math', 3.968412986939692e-05], ['medical', 8.097651411110852e-06]]
[['clinton', 0.9997343806423091], ['music', 0.0002655904281052258], ['lawyer', 2.64804182572874e-08], ['math', 2.440138619141522e-09], ['medical', 9.028715199439304e-12]]


I am getting output like this. I want to plot graph for each list and inside that list i want to string as label and number to plot. I tried many things but not working. I want to use same label










share|improve this question


















  • 1





    What kind of plot do you want?

    – Joe Patten
    Jan 19 at 21:14











  • I want to see what percentage it have according to label. Like dot plot or normal bar chart or something

    – Geek Boy
    Jan 20 at 18:38
















0















I am doing Text document classification. I get output of list in list.
I want to plot graph for that output. I tried many solutions but not working.



[['music', 0.9997035991551619], ['clinton', 0.0002957437097329556], ['medical', 4.79185067413781e-07], ['lawyer', 1.169147467118116e-07], ['math', 6.103529098184536e-08]]
[['music', 0.9999999335021967], ['clinton', 3.6432542499586986e-08], ['lawyer', 1.9271856247574045e-08], ['medical', 1.0573808395422241e-08], ['math', 2.1959604279885474e-10]]
[['music', 0.9906586064213146], ['clinton', 0.009118108207764927], ['lawyer', 0.0001755035896399725], ['math', 3.968412986939692e-05], ['medical', 8.097651411110852e-06]]
[['clinton', 0.9997343806423091], ['music', 0.0002655904281052258], ['lawyer', 2.64804182572874e-08], ['math', 2.440138619141522e-09], ['medical', 9.028715199439304e-12]]


I am getting output like this. I want to plot graph for each list and inside that list i want to string as label and number to plot. I tried many things but not working. I want to use same label










share|improve this question


















  • 1





    What kind of plot do you want?

    – Joe Patten
    Jan 19 at 21:14











  • I want to see what percentage it have according to label. Like dot plot or normal bar chart or something

    – Geek Boy
    Jan 20 at 18:38














0












0








0








I am doing Text document classification. I get output of list in list.
I want to plot graph for that output. I tried many solutions but not working.



[['music', 0.9997035991551619], ['clinton', 0.0002957437097329556], ['medical', 4.79185067413781e-07], ['lawyer', 1.169147467118116e-07], ['math', 6.103529098184536e-08]]
[['music', 0.9999999335021967], ['clinton', 3.6432542499586986e-08], ['lawyer', 1.9271856247574045e-08], ['medical', 1.0573808395422241e-08], ['math', 2.1959604279885474e-10]]
[['music', 0.9906586064213146], ['clinton', 0.009118108207764927], ['lawyer', 0.0001755035896399725], ['math', 3.968412986939692e-05], ['medical', 8.097651411110852e-06]]
[['clinton', 0.9997343806423091], ['music', 0.0002655904281052258], ['lawyer', 2.64804182572874e-08], ['math', 2.440138619141522e-09], ['medical', 9.028715199439304e-12]]


I am getting output like this. I want to plot graph for each list and inside that list i want to string as label and number to plot. I tried many things but not working. I want to use same label










share|improve this question














I am doing Text document classification. I get output of list in list.
I want to plot graph for that output. I tried many solutions but not working.



[['music', 0.9997035991551619], ['clinton', 0.0002957437097329556], ['medical', 4.79185067413781e-07], ['lawyer', 1.169147467118116e-07], ['math', 6.103529098184536e-08]]
[['music', 0.9999999335021967], ['clinton', 3.6432542499586986e-08], ['lawyer', 1.9271856247574045e-08], ['medical', 1.0573808395422241e-08], ['math', 2.1959604279885474e-10]]
[['music', 0.9906586064213146], ['clinton', 0.009118108207764927], ['lawyer', 0.0001755035896399725], ['math', 3.968412986939692e-05], ['medical', 8.097651411110852e-06]]
[['clinton', 0.9997343806423091], ['music', 0.0002655904281052258], ['lawyer', 2.64804182572874e-08], ['math', 2.440138619141522e-09], ['medical', 9.028715199439304e-12]]


I am getting output like this. I want to plot graph for each list and inside that list i want to string as label and number to plot. I tried many things but not working. I want to use same label







python plot






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 19 at 20:42









Geek BoyGeek Boy

34




34








  • 1





    What kind of plot do you want?

    – Joe Patten
    Jan 19 at 21:14











  • I want to see what percentage it have according to label. Like dot plot or normal bar chart or something

    – Geek Boy
    Jan 20 at 18:38














  • 1





    What kind of plot do you want?

    – Joe Patten
    Jan 19 at 21:14











  • I want to see what percentage it have according to label. Like dot plot or normal bar chart or something

    – Geek Boy
    Jan 20 at 18:38








1




1





What kind of plot do you want?

– Joe Patten
Jan 19 at 21:14





What kind of plot do you want?

– Joe Patten
Jan 19 at 21:14













I want to see what percentage it have according to label. Like dot plot or normal bar chart or something

– Geek Boy
Jan 20 at 18:38





I want to see what percentage it have according to label. Like dot plot or normal bar chart or something

– Geek Boy
Jan 20 at 18:38












0






active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54271220%2fhow-to-plot-graph-for-list-inside-list-in-python%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54271220%2fhow-to-plot-graph-for-list-inside-list-in-python%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Callistus III

Ostreoida

Plistias Cous