Skip to content

Commit

Permalink
Upgrade Scroll to get heatrix
Browse files Browse the repository at this point in the history
  • Loading branch information
breck7 committed Jul 29, 2024
1 parent 864d3b1 commit b3aa9ae
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 199 deletions.
62 changes: 30 additions & 32 deletions blog/cancer-heatmaps.scroll
Original file line number Diff line number Diff line change
Expand Up @@ -16,59 +16,57 @@ printAuthors

endSnippet

import ../magicSquares.parsers

<center>
Cancer deaths per year in the USA by cancer type and age
style text-align:center;
magicSquares
heatrixAdvanced
table
%w40 %h40 %fs10
DEATHS_SQUARES
w40;h40;f10
DEATHS_SQUARES
scale
#ebedf0 0
#c7e9c0 100
#a1d99b 400
#74c476 1600
#41ab5d 6400
#238b45 32000
#005a32 128000
#ebedf0 0
#c7e9c0 100
#a1d99b 400
#74c476 1600
#41ab5d 6400
#238b45 32000
#005a32 128000
Data from United States Cancer Statistics (2019)
https://www.cdc.gov/cancer/uscs/dataviz/download_data.htm United States Cancer Statistics
class visNotes

Cancer cases per year in the USA by cancer type and age
style text-align:center;
magicSquares
heatrixAdvanced
table
%w40 %h40 %fs10
CASES_SQUARES
w40;h40;f10
CASES_SQUARES
scale
#ebedf0 0
#c7e9c0 100
#a1d99b 400
#74c476 1600
#41ab5d 6400
#238b45 32000
#005a32 128000
#ebedf0 0
#c7e9c0 100
#a1d99b 400
#74c476 1600
#41ab5d 6400
#238b45 32000
#005a32 128000
Data from United States Cancer Statistics (2019)
https://www.cdc.gov/cancer/uscs/dataviz/download_data.htm United States Cancer Statistics
class visNotes

Crude mortality rate in the USA by cancer type and age.
style text-align:center;
magicSquares
heatrixAdvanced
table
%w40 %h40 %fs10
MORTALITY_SQUARES
w40;h40;f10
MORTALITY_SQUARES
scale
#ebedf0 0
#c7e9c0 .01
#a1d99b .04
#74c476 .16
#41ab5d .32
#238b45 .64
#005a32 .9
#ebedf0 0
#c7e9c0 .01
#a1d99b .04
#74c476 .16
#41ab5d .32
#238b45 .64
#005a32 .9
This provides a very rough estimate of cancer mortality rates by dividing annual deaths by the number of cases in each bucket. A better measure is 5 year survival rate. Data from United States Cancer Statistics (2019)
https://www.cdc.gov/cancer/uscs/dataviz/download_data.htm United States Cancer Statistics
class visNotes
Expand Down
Loading

0 comments on commit b3aa9ae

Please sign in to comment.