Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data visualization parametrized #matplotlib #4

Open
edoardottt opened this issue Jul 16, 2019 · 0 comments
Open

Data visualization parametrized #matplotlib #4

edoardottt opened this issue Jul 16, 2019 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@edoardottt
Copy link
Owner

edoardottt commented Jul 16, 2019

Situation explained

I have a file called analyze_stat.py that takes some data from a SQLite3 database.
Those data are explainable like that:
4 vectors ( with same length) : timestamps, likes, retweets, followers
Then I aggregate them per day. So I transform all the vectors in 3 Python Dictionaries (Excluding the timestamps).
Then I have 3 useful data structure. A dictionary with the likes counts, so d_likes contains as keys the days and as values the likes carried out in that day. The same for the retweets counts and the followers counts.

What I need

I use matplotlib library for visualize in a separated window the data result.
But when the days >= (20 - 30) the window is full of points and it is not understandable.
SO THE PROBLEM IS:
How to parametrize the visualization of the data?
So when there are few data, I want see stats per day, when It's too much full the screen, I want to visualize It per month. How to do that?

Alternatives I've considered
Nobody :(

Additional context
This is the data visualization per day.
Cattura

If you want I read your comment very fast, this is my website

@edoardottt edoardottt changed the title Data visualization parameterized Data visualization parameterized #matplotlib Jul 16, 2019
@edoardottt edoardottt assigned edoardottt and unassigned edoardottt Jul 16, 2019
@edoardottt edoardottt added the enhancement New feature or request label Jul 16, 2019
@edoardottt edoardottt pinned this issue Jul 16, 2019
@edoardottt edoardottt added the help wanted Extra attention is needed label Jul 16, 2019
@edoardottt edoardottt changed the title Data visualization parameterized #matplotlib Data visualization parametrized #matplotlib Jul 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
No open projects
Development

No branches or pull requests

1 participant