Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.01 KB

File metadata and controls

37 lines (25 loc) · 1.01 KB

Information visualization

This Project Contains Code and Data(sources) that are used to create Plots regarding to Exercise 2 of lecture 172383 - Informationsvisualisierung.

Folder structure

  • The Name of the folder indicates the type of the Graph like "Bar, Curve, Bar&curve"
  • Each Folder is structured:
 Data: Folder that contains data that is used to create the plot.
 Code: Folder that contains the code that generates the plot.
 Readme.md: contains the source and result.

Libraries are used during the extraction, mapping of the data and the generation of graphs are:

library(ggridges)
library(ggplot2)
library(dplyr)
library(tidyr)
library(forcats)
library(hrbrthemes)
library(viridis)
library(plotly)
library(lubridate)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT