{"id":13676003,"url":"https://github.com/walmes/Tikz","last_synced_at":"2025-04-28T23:31:40.520Z","repository":{"id":39617606,"uuid":"48773871","full_name":"walmes/Tikz","owner":"walmes","description":"Galley of Tikz drawings.","archived":false,"fork":false,"pushed_at":"2025-03-22T20:26:40.000Z","size":15222,"stargazers_count":456,"open_issues_count":0,"forks_count":75,"subscribers_count":33,"default_branch":"master","last_synced_at":"2025-03-22T21:31:50.337Z","etag":null,"topics":["gallery","latex","pgf","tikz"],"latest_commit_sha":null,"homepage":"http://leg.ufpr.br/~walmes/Tikz/","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/walmes.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}},"created_at":"2015-12-30T00:54:58.000Z","updated_at":"2025-03-22T20:26:44.000Z","dependencies_parsed_at":"2023-01-16T17:45:09.398Z","dependency_job_id":null,"html_url":"https://github.com/walmes/Tikz","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/walmes%2FTikz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walmes%2FTikz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walmes%2FTikz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walmes%2FTikz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/walmes","download_url":"https://codeload.github.com/walmes/Tikz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251404513,"owners_count":21584103,"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":["gallery","latex","pgf","tikz"],"created_at":"2024-08-02T12:01:07.822Z","updated_at":"2025-04-28T23:31:38.027Z","avatar_url":"https://github.com/walmes.png","language":"R","funding_links":[],"categories":["R","Gallery","Uncategorized"],"sub_categories":["Uncategorized"],"readme":"---\ntitle: \"Tikz Gallery\"\nauthor: \"Prof. Walmes M. Zeviani\"\noutput:\n  html_document:\n    css: style.css\n    keep_md: true\n    toc: true\n    number_sections: false\n---\n\n```{r setup, include=FALSE}\nopts_chunk$set(echo = FALSE,\n               comment = NA,\n               results = \"asis\",\n               error = FALSE,\n               warning = FALSE,\n               message = FALSE)\na \u003c- \"```tex\"\nb \u003c- \"```\"\n```\n```{r, include=FALSE}\nfile.remove(\"child.Rmd\")\ntmp \u003c- readLines(\"template.Rmd\")\n\npgf \u003c- sub(x = list.files(path = \"./src/\", pattern = \"*.pgf\"),\n           pattern = \"\\\\.pgf$\",\n           replacement = \"\")\npng \u003c- sub(x = list.files(path = \"./src/\", pattern = \"*.png\"),\n           pattern = \"\\\\.png$\",\n           replacement = \"\")\n\n# Lista de arquivos que tem os pares pgf e png.\ni \u003c- intersect(pgf, png)\nsapply(i,\n       FUN = function(i){\n           tmpi \u003c- gsub(x = tmp,\n                        pattern = \"\u0026PGF_FILE\u0026\",\n                        replacement = i)\n           cat(tmpi,\n               file = \"child.Rmd\",\n               append = TRUE,\n               sep= \"\\n\")\n       })\n```\n\nThis is my collection, or gallery, of Tikz Art.  The official Tikz\nGallery is on [TeXample.net](http://www.texample.net/tikz/examples/). A\ninteresting exposition of Tikz features is done in\n\u003chttp://tug.ctan.org/info/visualtikz/VisualTikZ.pdf\u003e. The official\nmanual is available at\n\u003chttp://linorg.usp.br/CTAN/graphics/pgf/base/doc/pgfmanual.pdf\u003e.\n\nThere are `r length(i)` Tikz figures in this gallery.  Most of them were\ndone to teach statistics, inspired by content on the web or done from\nthe scratch.  Also, a lot were caught in the web and copied with few\nmodifications (I run tests on it).\n\nI use [ktikz editor](https://apps.ubuntu.com/cat/applications/ktikz/) to\nedit these Tikz files.\n\nThis repository is maintained in to Git Version Control and is hosted on\n[GitHub](https://github.com/walmes/Tikz).\n\nIf you want to reproduce these figures, do not forget of seeing the\ncorresponding preamble that list all tikz libraries used:\n[TIKZ_PREAMBLE.pgs](https://github.com/walmes/Tikz/blob/master/src/TIKZ_PREAMBLE.pgs).\n\nThe figures are in file file order.  A page with all figures displayed\nin on \u003chttp://www.leg.ufpr.br/~walmes/Tikz/\u003e (updated less frequently).\n\nSome useful tutorials or galleries:\n\n  * \u003chttps://tobiw.de/en/teotm/tikz-adventskalender\u003e.\n  * \u003chttp://math.et.info.free.fr/TikZ/bdd/TikZ-Impatient.pdf\u003e.\n  * \u003chttp://www.mat.ufpb.br/lenimar/introtikz.pdf\u003e.\n\n```{r, child = \"child.Rmd\"}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalmes%2FTikz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwalmes%2FTikz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalmes%2FTikz/lists"}