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

translate ojs to r plots for net generation and installed capacity pages #77

Merged
merged 55 commits into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
9ca134c
add scripts from local
emr65df Jul 25, 2024
08c6cc6
refactor levels and plotting
emr65df Jul 25, 2024
3bf993a
remove weird duplicated code
emr65df Jul 25, 2024
9cd2973
html and css code
emr65df Jul 25, 2024
488e26b
delete files from quarto render on local
emr65df Jul 25, 2024
35edb34
adjust legend
emr65df Jul 25, 2024
df523f7
adjust legend
emr65df Jul 25, 2024
248397b
adjust legend and some plot axes limits
emr65df Jul 25, 2024
21ac688
adjust legend
emr65df Jul 25, 2024
a874b89
adjust legend
emr65df Jul 25, 2024
327f66d
adjust legend
emr65df Jul 25, 2024
5e203cf
adjust legend
emr65df Jul 25, 2024
a7e4f2c
adjust legend
emr65df Jul 25, 2024
ef778b0
adjust legend
emr65df Jul 25, 2024
8433865
adjust legend
emr65df Jul 25, 2024
a3a01ec
adjust legend
emr65df Jul 25, 2024
f12b53d
adjust legend
emr65df Jul 25, 2024
aa49690
adjust legend
emr65df Jul 25, 2024
8b65813
adjust legend
emr65df Jul 25, 2024
44e8053
adjust legend
emr65df Jul 25, 2024
48111dd
adjust legend
emr65df Jul 25, 2024
c664786
adjust legend
emr65df Jul 25, 2024
61b890e
adjust legends of all figures
emr65df Jul 25, 2024
67a661a
update renv.lock
emr65df Jul 25, 2024
b751b1d
update gitignore
emr65df Jul 25, 2024
be4dc4b
remove rproj
emr65df Jul 25, 2024
d4940b3
style of dplyr verbs, fix plot args, refactor some plots
emr65df Jul 26, 2024
7abf9f1
remove ojs data processing
emr65df Jul 26, 2024
01637f3
remove summarize arguement that caused some manipulatoins to fail (?)
emr65df Jul 26, 2024
279fe47
add rounding to delta variable
emr65df Jul 26, 2024
0ce9a4c
add coastal generation graph part 1
emr65df Jul 26, 2024
b10cc54
decrease distance from axes to plot
emr65df Jul 26, 2024
e5e0089
style plots
emr65df Jul 26, 2024
14405b4
style plots
emr65df Jul 26, 2024
a4def95
style plots, round delta
emr65df Jul 26, 2024
c518d1b
put in caption and html header info
emr65df Jul 27, 2024
8a561e1
add caption and style plot
emr65df Jul 27, 2024
4ec8348
remove unused fig.cap arg
emr65df Jul 27, 2024
d35bd06
remove unused fig.cap arg
emr65df Jul 27, 2024
54622d4
add variable for gen data in GWHs, coastal graph part 2 and complete …
emr65df Jul 27, 2024
7b4fd23
railbelt share plot complete
emr65df Jul 27, 2024
7f8bbf8
add railbelt plot number 2 and remove ojs
emr65df Jul 27, 2024
0f577d3
add rural remote code, did not run, figure out where to put Other
emr65df Jul 27, 2024
49e5361
add "Other" category for rural remote data, previously excluded
emr65df Jul 28, 2024
fa66ace
remove rural remote shares ojs code
emr65df Jul 28, 2024
2787f44
add rural remote electricity gen plots
emr65df Jul 28, 2024
ac37b56
remove ojs code from rural remote
emr65df Jul 28, 2024
404d5d7
Merge branch 'main' into acep-uaf-my-branch
emr65df Jul 31, 2024
640513a
Merge pull request #3 from emr65df/acep-uaf-my-branch
emr65df Jul 31, 2024
86227be
Merge pull request #4 from emr65df/main
emr65df Jul 31, 2024
c5e5ccc
fix figure typos in generation.qmd
emr65df Jul 31, 2024
c824073
fix limits for plot
emr65df Jul 31, 2024
6b14b18
fix axis label typo, round values in statewide gen plot to look nice
emr65df Jul 31, 2024
b60ba1d
Merge pull request #5 from emr65df/main
emr65df Jul 31, 2024
d514bc2
Merge branch 'acep-uaf:main' into net-gen-capacity-complete
emr65df Jul 31, 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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.vscode
.Rproj.user
.Rproj
.Rhistory
.RData
.Ruserdata
Expand Down
Loading