{"id":13442549,"url":"https://github.com/komi1230/kai","last_synced_at":"2026-03-03T00:41:18.206Z","repository":{"id":41161044,"uuid":"225153047","full_name":"komi1230/kai","owner":"komi1230","description":"A high-level plotter library for Common Lisp.","archived":false,"fork":false,"pushed_at":"2021-02-08T07:57:50.000Z","size":298,"stargazers_count":89,"open_issues_count":5,"forks_count":4,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-02-25T16:33:26.171Z","etag":null,"topics":["common-lisp","roswell"],"latest_commit_sha":null,"homepage":"https://komi1230.github.io/kai","language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/komi1230.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-01T11:52:07.000Z","updated_at":"2025-01-27T11:24:21.000Z","dependencies_parsed_at":"2022-09-09T04:20:50.359Z","dependency_job_id":null,"html_url":"https://github.com/komi1230/kai","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/komi1230/kai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komi1230%2Fkai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komi1230%2Fkai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komi1230%2Fkai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komi1230%2Fkai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/komi1230","download_url":"https://codeload.github.com/komi1230/kai/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/komi1230%2Fkai/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30027750,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T00:31:48.536Z","status":"ssl_error","status_checked_at":"2026-03-03T00:30:56.176Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["common-lisp","roswell"],"created_at":"2024-07-31T03:01:47.132Z","updated_at":"2026-03-03T00:41:18.153Z","avatar_url":"https://github.com/komi1230.png","language":"Common Lisp","funding_links":[],"categories":["Common Lisp","Interfaces to other package managers"],"sub_categories":["Third-party APIs"],"readme":"# Kai\n\nKai is a plotter library for Common Lisp.\n\n![img1](./examples/img1.png)\n![img2](./examples/img2.png)\n\n## Installation\n\n### Roswell\n\nWith [roswell](https://github.com/roswell/roswell), install this repository.\n\n```bash\n$ ros install komi1230/kai\n```\n\nAnd setup roswell REPL and load with Quicklisp:\n\n```lisp\n(ql:quickload :kai)\n```\n\n### ASDF\n\nFirst, clone this repository and load this:\n\nIn terminal:\n\n```bash\n$ git clone https://github.com/komi1230/kai\n```\n\nAnd load with ASDF:\n\n```lisp\n(asdf:load-system :kai)\n```\n\n## How to use\n\nCheck [example](https://github.com/komi1230/kai/blob/master/examples/main.lisp)\n\nPrepare some data:\n\n```lisp\n;; x-axis\n(defparameter x\n    (loop for i from 0 below 10 by 0.1\n          collect i))\n\n;; y-axis\n(defparameter y\n    (mapcar #'sin x))\n```\n\nThis example uses List data but Array is also OK.\n\n### Scatter plot\n\n```lisp\n(kai:line x y)\n```\n\nor\n\n```lisp\n(kai:line y)\n```\n\nYou can add some options:\n\n```lisp\n(kai:line y \n          :color :magenta \n          :width 10)\n```\n\n### Style (Not Necessary)\n\n```lisp\n(kai:title \"hogehoge plot\")\n```\n\n### Show\n\n```lisp\n(kai:show)\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkomi1230%2Fkai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkomi1230%2Fkai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkomi1230%2Fkai/lists"}