{"id":15650044,"url":"https://github.com/mattn/go-pairplot","last_synced_at":"2025-04-30T16:43:27.908Z","repository":{"id":66436789,"uuid":"180488950","full_name":"mattn/go-pairplot","owner":"mattn","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-23T12:58:03.000Z","size":195,"stargazers_count":37,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-25T09:24:06.164Z","etag":null,"topics":["data-science","go","gonum","plotter"],"latest_commit_sha":null,"homepage":"","language":"Go","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/mattn.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,"governance":null}},"created_at":"2019-04-10T02:49:26.000Z","updated_at":"2023-03-06T23:08:18.000Z","dependencies_parsed_at":"2023-03-24T14:18:12.107Z","dependency_job_id":null,"html_url":"https://github.com/mattn/go-pairplot","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-pairplot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-pairplot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-pairplot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Fgo-pairplot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","download_url":"https://codeload.github.com/mattn/go-pairplot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242679489,"owners_count":20168158,"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":["data-science","go","gonum","plotter"],"created_at":"2024-10-03T12:33:06.896Z","updated_at":"2025-03-09T10:30:42.390Z","avatar_url":"https://github.com/mattn.png","language":"Go","readme":"# go-pairplot\n\nThe gonum/plot/plotter package behave like seaborn.pairplot.\n\n![](https://raw.githubusercontent.com/mattn/go-pairplot/master/screenshot.png)\n\n## Usage\n\n```go\np, err := plot.New()\nif err != nil {\n\tlog.Fatal(err)\n}\npp, err := pairplot.NewPairPlot(\"iris.csv\")\nif err != nil {\n\tlog.Fatal(err)\n}\npp.Hue = \"Name\"\np.HideAxes()\np.Add(pp)\np.Save(8*vg.Inch, 8*vg.Inch, \"example.png\")\n```\n\n## Installation\n\n```\n$ go build\n```\n\n## License\n\nMIT\n\n## Author\n\nYasuhiro Matsumoto (a.k.a. mattn)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattn%2Fgo-pairplot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattn%2Fgo-pairplot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattn%2Fgo-pairplot/lists"}