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

UI : interactive plot #225

Draft
wants to merge 28 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
32cb984
Add interactive chart if screen >800px and existing
alexbelgium Oct 30, 2024
e0908f6
Create dynamic_plot.py
alexbelgium Oct 30, 2024
2e9bee8
Call dynamic plot
alexbelgium Oct 30, 2024
e3591e0
Full annotated code
alexbelgium Oct 30, 2024
769827c
Lint
alexbelgium Oct 30, 2024
0403b31
Add hourly confidence
alexbelgium Oct 30, 2024
a26a4e4
Lint
alexbelgium Oct 30, 2024
887ed86
Interactive instead dynamic
alexbelgium Oct 30, 2024
7921c89
Fix confidence color
alexbelgium Oct 30, 2024
53795b1
Check for screen size first
alexbelgium Oct 30, 2024
5a2e390
Leaner code
alexbelgium Oct 30, 2024
f6cd0e6
Avoid interactive chart flashing first on mobile
alexbelgium Oct 30, 2024
13d64dc
Add filtering
alexbelgium Oct 31, 2024
be92488
Lint
alexbelgium Oct 31, 2024
615ee3c
Improve filtering appearance
alexbelgium Oct 31, 2024
8e19876
Allow sorting by Count (default), Species, or Max confidence
alexbelgium Oct 31, 2024
8c01b01
Lint
alexbelgium Oct 31, 2024
6be96f9
Put filter field first
alexbelgium Oct 31, 2024
dbcb3e7
Avoid graph too big in very large screens
alexbelgium Oct 31, 2024
576c77e
Make buttons more discreet
alexbelgium Oct 31, 2024
1b8b3f4
Reduce font size for readability
alexbelgium Nov 29, 2024
2480e36
Implement family fonts ?
alexbelgium Nov 29, 2024
d2fffba
Update interactive_plot.py
alexbelgium Nov 29, 2024
e0f1662
Use font family
alexbelgium Nov 29, 2024
1d01612
Lint
alexbelgium Nov 29, 2024
e421224
Update interactive_plot.py
alexbelgium Nov 29, 2024
79df9b2
Less space between columns
alexbelgium Nov 29, 2024
449dbc8
Add transparency
alexbelgium Nov 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Interactive instead dynamic
  • Loading branch information
alexbelgium committed Oct 30, 2024
commit 887ed86a5bdc460d4e9322ca9ae4839fe9133bf5
2 changes: 1 addition & 1 deletion scripts/daily_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from matplotlib.colors import LogNorm

from utils.helpers import DB_PATH, get_settings
from dynamic_plot import create_plotly_heatmap
from utils.interactive_plot import create_plotly_heatmap


def get_data(now=None):
Expand Down
File renamed without changes.
Loading