pttry / pttrobo

Automation of PTT data
https://pttry.github.io/pttrobo/
Other
1 stars 0 forks source link

Kuvion y-akselin "nollakohdassa" desimaaleja #21

Closed jhuovari closed 1 year ago

jhuovari commented 2 years ago

Joihinkin kuvioihin tulee y-akselille nollan sijaan hyvin lähellä nollaa oleva luku, jossa hirveästi desimaaleja

Esim:

ptt_data_robo("ecb/FM", dl_filter = "M.U2.EUR.RT.MM..HSTA") |> 
  filter(time >= start_time) |> 
  filter_recode(
    "financial_market_provider_identifier" = c("Euribor 1-month", "Euribor 1-year", "Euribor 3-month", "Euribor 6-month")
  ) |> 
  aplot_lines(colour = financial_market_provider_identifier,
              title = "Euribor korot",
              subtitle = "%",
              source = "EKP")
krasstek commented 1 year ago

Korjattu.