Skip to content

Commit

Permalink
changed acronym in fugures
Browse files Browse the repository at this point in the history
  • Loading branch information
Weifeng Zhong authored and Weifeng Zhong committed Jun 5, 2020
1 parent eafc746 commit 8a77117
Show file tree
Hide file tree
Showing 23 changed files with 300 additions and 300 deletions.
Binary file modified PCI-China/figures/Others/figure 3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified PCI-China/figures/Others/figure_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified PCI-China/figures/Others/figure_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified PCI-China/figures/Others/figure_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified PCI-China/figures/Others/figure_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified PCI-China/figures/Others/plot_pci_2005_reform_slow_down.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
592 changes: 296 additions & 296 deletions PCI-China/figures/Summary statistics.csv

Large diffs are not rendered by default.

Binary file modified PCI-China/figures/window_10_years_quarterly/F1_two_curves_10y.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified PCI-China/figures/window_10_years_quarterly/diff_wo_events_10y.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified PCI-China/figures/window_10_years_quarterly/pci_wo_events_10y.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified PCI-China/figures/window_2_years_quarterly/F1_two_curves_2y.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified PCI-China/figures/window_2_years_quarterly/diff_with_events_2y.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified PCI-China/figures/window_2_years_quarterly/diff_wo_events_2y.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified PCI-China/figures/window_2_years_quarterly/pci_with_events_2y.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified PCI-China/figures/window_2_years_quarterly/pci_wo_events_2y.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified PCI-China/figures/window_5_years_quarterly/F1_two_curves_5y.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified PCI-China/figures/window_5_years_quarterly/diff_with_events_5y.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified PCI-China/figures/window_5_years_quarterly/diff_wo_events_5y.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified PCI-China/figures/window_5_years_quarterly/pci_with_events_5y.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified PCI-China/figures/window_5_years_quarterly/pci_wo_events_5y.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions PCI-China/src/figures.r
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ plot_pci = function(data, event=TRUE,abs=TRUE){

out = out +
geom_hline(yintercept = 0, linetype = 2, color = "black") +
xlab("Year") + ylab("Quarterly PCI for China") +
xlab("Year") + ylab("Quarterly PCI-China") +
common_format() + theme_bw() + theme(panel.grid.minor=element_blank(), panel.grid.major=element_blank())
# theme(panel.background = element_rect(fill = 'grey90', colour = 'white'),
# panel.grid.minor = element_blank())
Expand Down Expand Up @@ -373,7 +373,7 @@ plot_compare = function(data1, data2, data3, type=c("F1","PCI")){
data %>% ggplot( aes(x=date, y=pci, col=Variable, linetype=Variable)) +
geom_line() +
geom_hline(yintercept = 0, linetype = 2, color = "black") +
xlab("Year") + ylab("Quarterly PCI for China") +
xlab("Year") + ylab("Quarterly PCI-China") +
scale_y_continuous(limits = c(-0.05, 0.45), breaks = seq(0,0.4,0.2), expand = c(0, 0)) +
common_format() +theme_bw()+
theme(
Expand Down Expand Up @@ -469,7 +469,7 @@ plot_pci_since_2012 = function(data, event=TRUE,abs=TRUE){

out = out +
geom_hline(yintercept = 0, linetype = 2, color = "black") +
xlab("Year") + ylab("Quarterly PCI for China") +
xlab("Year") + ylab("Quarterly PCI-China") +
common_format() + theme_bw() + theme(panel.grid.minor=element_blank(), panel.grid.major=element_blank())
# theme(panel.background = element_rect(fill = 'grey90', colour = 'white'),
# panel.grid.minor = element_blank())
Expand Down Expand Up @@ -541,7 +541,7 @@ plot_pci_2005_reform_slow_down = function(data, event=TRUE,abs=TRUE){

out = out +
geom_hline(yintercept = 0, linetype = 2, color = "black") +
xlab("Year") + ylab("Quarterly PCI for China") +
xlab("Year") + ylab("Quarterly PCI-China") +
common_format() + theme_bw() + theme(panel.grid.minor=element_blank(), panel.grid.major=element_blank())
# theme(panel.background = element_rect(fill = 'grey90', colour = 'white'),
# panel.grid.minor = element_blank())
Expand Down

0 comments on commit 8a77117

Please sign in to comment.