Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PIoT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Volkor Barbarian Warrior
PIoT
Commits
b02724d1
Commit
b02724d1
authored
6 years ago
by
Volkor The Barbarian Warrior
Browse files
Options
Downloads
Patches
Plain Diff
Add analysis on the analytics
Hah meta analysis
parent
7e5dc0e5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
analyticsReport.txt
+13
-2
13 additions, 2 deletions
analyticsReport.txt
with
13 additions
and
2 deletions
analyticsReport.txt
+
13
−
2
View file @
b02724d1
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment