Skip to content
Snippets Groups Projects
Commit b02724d1 authored by Volkor The Barbarian Warrior's avatar Volkor The Barbarian Warrior
Browse files

Add analysis on the analytics

Hah meta analysis
parent 7e5dc0e5
No related branches found
No related tags found
No related merge requests found
......@@ -12,5 +12,16 @@ Task d.
value)
c. Python supports numerous data vis libraries, which two did you pick?
We picked matplotlib and plot.ly, as they are the two most popular graphing
libraries.
\ No newline at end of file
We picked matplotlib and Seaborn, as they are the two most popular graphing
libraries, as the most popular, they are also the most stable, which
generally means better performance, and better reliabilty, which is
important on embedded devices such as Internet of Things devices.
d. comparison of libraries used
At the low level of what we were doing, (creating a single graph, with
one dataset) it is clear that matplotlib is the better option for creating
graphs in python. For the more advanced graphs, matplotlib is not as
efficient as Seaborn. While seaborn is slower and more 'simple' which is
pointless when creating a incredibly simple graph.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment