Skip to content

Conversation

@aliciamirag
Copy link

No description provided.

@netlify
Copy link

netlify bot commented Dec 16, 2025

Deploy Preview for mucss-dataviz ready!

Name Link
🔨 Latest commit 207cdb4
🔍 Latest deploy log https://app.netlify.com/projects/mucss-dataviz/deploys/6947d2ea13d9f400085be041
😎 Deploy Preview https://deploy-preview-135--mucss-dataviz.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@Enchufa2 Enchufa2 changed the title Proyecto - Alicia Mira (100453622) Proyecto - Alicia Mira Dec 22, 2025
Copy link
Member

@Enchufa2 Enchufa2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left several comments. There are files missing. Note that, after every change and recompilation, you need to select all the files under _projects.

Please ensure that you follow the project guidelines: https://csslab.uc3m.es/dataviz/tutorials/project/#project-guidelines. And let me know when you have 100% completion by marking the pull request as "ready for review" again.

library(showtext)

# Font adding
font_add("Lexend", regular = "/Users/cguirao/Library/Fonts/LexendDeca-VariableFont_wght.ttf") # needed font for the graph
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not replicable. Please find a Google Font that is close to this and load it from there.

showtext_auto()

# Data import
protests <- read_excel("~/Desktop/Data Visualization/datavizu/_projects/2025/100453622/ReplicationDataBase.xlsx",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the path. Just "ReplicationDataBase.xlsx". Same for the other one.

final_map
```

-----------------------------------------------------------------------------------------------------------
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove

Comment on lines +592 to +603
font_add("Gravitas", regular = "/Users/cguirao/Library/Fonts/GravitasOne-Regular.ttf")
font_add("Sans Code", regular = " /Users/cguirao/Library/Fonts/GoogleSansCode-Regular.ttf")
# bold = "/Users/cguirao/Library/Fonts/GoogleSansCode-ExtraBold.ttf")
font_add("Sans Code Extrabold", regular = "/Users/cguirao/Library/Fonts/GoogleSansCode-ExtraBold.ttf")
font_add("Mulish", regular = "/Users/cguirao/Library/Fonts/Mulish-VariableFont_wght.ttf")
font_add("Mulish Semibold", regular = "/Users/cguirao/Library/Fonts/Mulish-VariableFont_wght.ttf")
showtext_auto()

#DATA IMPORT
improvdata <- read_excel("~/Desktop/Data Visualization/datavizu/_projects/2025/100453622/ImprovementDataBase.xlsx",
sheet = "TABLA 1-3-7",
skip = 1) # skipping the title
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as before.

Comment on lines +572 to +573
# ggsave("mi_grafico.png", plot = final_map, width = 10, height = 8, dpi = 150)
# system("open mi_grafico.png")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove

@Enchufa2 Enchufa2 marked this pull request as draft December 22, 2025 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants