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

Plotly graphs for 1.1, 1.2 and 1.3 #3

Merged
merged 7 commits into from
Apr 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,5 @@ cython_debug/
# Precommit hooks: ruff cache
.ruff_cache

.DS_Store
.DS_Store

1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ WORKDIR /app

# COPY ./d4g-utils /app/d4g-utils
COPY ./pinkbombs ./pinkbombs
COPY ./data ./data
COPY main.py ./main.py
COPY poetry.lock ./poetry.lock
COPY pyproject.toml ./pyproject.toml
Expand Down
64 changes: 64 additions & 0 deletions data/discrease_wild_salmon_1.1.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
Year,Tons of wild salmon catch in Atlantic waters
1960,16869
1961,14823
1962,20603
1963,19963
1964,22504
1965,20679
1966,20425
1967,25293
1968,20157
1969,21369
1970,20454
1971,18888
1972,21011
1973,24197
1974,23574
1975,23766
1976,18641
1977,18592
1978,16167
1979,15420
1980,18915
1981,17299
1982,15128
1983,18150
1984,14120
1985,16322
1986,19054
1987,15809
1988,16224
1989,12634
1990,9918
1991,7646
1992,8472
1993,8027
1994,9391
1995,8367
1996,7074
1997,5671
1998,5841
1999,5400
2000,7060
2001,7472
2002,6485
2003,5872
2004,5210
2005,5125
2006,4691
2007,3426
2008,3699
2009,2814
2010,3548
2011,3654
2012,3112
2013,2757
2014,2416
2015,2665
2016,2520
2017,2447
2018,2157
2019,1820
2020,1795
2021,1242
2022,1391
Loading
Loading