{"id":19313341,"url":"https://github.com/michbur/stormlight-ggplot2","last_synced_at":"2025-02-24T04:17:23.089Z","repository":{"id":185916275,"uuid":"615831165","full_name":"michbur/stormlight-ggplot2","owner":"michbur","description":"Alethi font from Brandon Sanderson's Stormlight Archive and example usage in R","archived":false,"fork":false,"pushed_at":"2023-04-13T19:53:33.000Z","size":725,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-18T04:04:51.189Z","etag":null,"topics":["font","ggplot2","r","stormlight-archive"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michbur.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-03-18T19:59:37.000Z","updated_at":"2023-04-09T19:00:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"9a5699d8-9a4d-47d7-a69a-f91df08bb3c3","html_url":"https://github.com/michbur/stormlight-ggplot2","commit_stats":null,"previous_names":["michbur/stormlight-ggplot2"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michbur%2Fstormlight-ggplot2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michbur%2Fstormlight-ggplot2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michbur%2Fstormlight-ggplot2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michbur%2Fstormlight-ggplot2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michbur","download_url":"https://codeload.github.com/michbur/stormlight-ggplot2/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240415272,"owners_count":19797603,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["font","ggplot2","r","stormlight-archive"],"created_at":"2024-11-10T00:39:27.139Z","updated_at":"2025-02-24T04:17:23.029Z","avatar_url":"https://github.com/michbur.png","language":"R","readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\"\n)\n```\n\n# Alethi font in ggplot2\n\nThis repository contains:\n\n - the Alethi font, as created by turos of tempered steel (obtained from https://www.17thshard.com/forum/topic/2285-alethi-font-and-transliterator-re-launch/).\n - the code examples for the usege of the Alethi font in ggplot2 (**figure.R**).\n - the dataset on the eyebrow raising was created by [Ning1253](https://github.com/Ning1253) and published here: https://github.com/Ning1253/StormlightBlush/. I converted it to .csv using **get-data.R**.\n\n```{r example}\nlibrary(ggplot2)\nlibrary(showtext)\n\nfont_add(family = \"AlethiTS_lined\", regular = \"AlethiTS Fontv2/AlethiTS_lined.ttf\")\n\nshowtext_auto()\n\ndat \u003c- read.csv(\"stormlight-blushes.csv\")\n\np \u003c- ggplot(dat, aes(x = char, y = blushes)) +\n  geom_col() +\n  scale_x_discrete(\"Character\") +\n  scale_y_continuous(\"Number of blushes\") +\n  coord_flip() +\n  theme_bw() +\n  theme(legend.position = \"bottom\",\n        axis.title = element_text(family = \"AlethiTS_lined\"),\n        axis.text.y = element_text(family = \"AlethiTS_lined\", size = 3))\n\n```\n\n\n*Journey before destination*.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichbur%2Fstormlight-ggplot2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichbur%2Fstormlight-ggplot2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichbur%2Fstormlight-ggplot2/lists"}