Guest User

Untitled

a guest
Nov 18th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. percentuais = calcularPercentualTotal(df)
  2. quantidadeClasses=calcularClasses(df)
  3. dic_quantidade={"percentual": percentuais, "total": quantidadeClasses}
  4. p = Scatter(dic_quantidade, x = 'percentual', y = 'total', color = 'aliceblue', title = "CLASSIFICAÇÃO TWITS", legend = 'top_center', xlabel = 'PERCENTUAL', ylabel = 'TOTAL')
  5. show(p)
Add Comment
Please, Sign In to add comment