{"id":18555385,"url":"https://github.com/bearloga/quartile-frame-scatterplot","last_synced_at":"2026-03-08T14:39:57.288Z","repository":{"id":3675209,"uuid":"4744620","full_name":"bearloga/Quartile-frame-Scatterplot","owner":"bearloga","description":"The goal is to make the axes tell a better story about the data. This is done by turning the axes into quartile plots (cleaner boxplots). Inspired by The Visual Display of Quantitative Information # by Edward R. Tufte","archived":false,"fork":false,"pushed_at":"2016-01-23T00:43:24.000Z","size":45,"stargazers_count":18,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T13:44:12.369Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/bearloga.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2012-06-21T21:25:13.000Z","updated_at":"2024-07-25T18:25:41.000Z","dependencies_parsed_at":"2022-09-01T06:22:34.651Z","dependency_job_id":null,"html_url":"https://github.com/bearloga/Quartile-frame-Scatterplot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bearloga%2FQuartile-frame-Scatterplot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bearloga%2FQuartile-frame-Scatterplot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bearloga%2FQuartile-frame-Scatterplot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bearloga%2FQuartile-frame-Scatterplot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bearloga","download_url":"https://codeload.github.com/bearloga/Quartile-frame-Scatterplot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248129920,"owners_count":21052663,"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":[],"created_at":"2024-11-06T21:26:23.845Z","updated_at":"2026-03-08T14:39:57.209Z","avatar_url":"https://github.com/bearloga.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Quartile-Frame Scatterplot with [ggplot2][1] (0.9.2+)\r\n\r\n\r\n| Code By | Mikhail Y. Popov                                         |\r\n| :---    | :---                                                     |\r\n| email   | [mikhail@mpopov.com](mailto:mikhail@mpopov.com)|\r\n| web     | [http://www.mpopov.com](http://www.mpopov.com)           |\r\n\r\n\r\nInspired by *The Visual Display of Quantitative Information* by Edward R. Tufte\r\n\r\nThe goal is to make the axes tell a better story about the data. This is done by turning the axes into quartile plots (cleaner boxplots).\r\n\r\n## Install\r\n\r\n```R\r\ninstall.packages('devtools')\r\ndevtools::source_url('https://raw.githubusercontent.com/bearloga/Quartile-frame-Scatterplot/master/qfplot.R')\r\n```\r\n\r\n## Usage Example\r\n\r\nOnly x \u0026 y are required, everything else is optional.\r\n\r\n```R\r\nqfplot(x = mtcars$wt,\r\n       y = mtcars$mpg,\r\n       main = \"Vehicle Weight-Gas Mileage Relationship\",\r\n       xlab = \"Vehicle Weight\",\r\n       ylab = \"Miles per Gallon\",\r\n       font.family = \"Gill Sans\")\r\n```\r\nYou may need to specifiy an explicit font mapping:\r\n```R\r\nwindowsFonts(TNR = windowsFont(\"Times New Roman\"))\r\nqfplot(x = Orange$age,y=Orange$circumference,\r\n       main = \"Growth of Orange Trees\",\r\n       xlab = \"Age (days since 12/31/1968\",\r\n       ylab = \"Circumference at breast height (mm)\",\r\n       font.family = \"TNR\")\r\n```\r\n\r\n## Sample Plot\r\n\r\n![Sample output for Quartile-Frame Scatterplot][2]\r\n\r\n[1]: https://github.com/hadley/ggplot2\r\n[2]: https://github.com/briandk/Quartile-frame-Scatterplot/raw/master/qsplot-preview.png \"Sample output for Quartile-Frame Scatterplot\"\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbearloga%2Fquartile-frame-scatterplot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbearloga%2Fquartile-frame-scatterplot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbearloga%2Fquartile-frame-scatterplot/lists"}