{"id":17360807,"url":"https://github.com/certik/jsplot","last_synced_at":"2025-06-21T21:05:51.487Z","repository":{"id":946621,"uuid":"725004","full_name":"certik/jsplot","owner":"certik","description":null,"archived":false,"fork":false,"pushed_at":"2010-11-19T05:49:56.000Z","size":348,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T16:37:17.022Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/certik.png","metadata":{"files":{"readme":"README.rst","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":"2010-06-17T00:14:01.000Z","updated_at":"2015-08-19T21:50:38.000Z","dependencies_parsed_at":"2022-07-05T23:30:09.417Z","dependency_job_id":null,"html_url":"https://github.com/certik/jsplot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/certik/jsplot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/certik%2Fjsplot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/certik%2Fjsplot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/certik%2Fjsplot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/certik%2Fjsplot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/certik","download_url":"https://codeload.github.com/certik/jsplot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/certik%2Fjsplot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261193100,"owners_count":23122906,"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-10-15T19:28:21.903Z","updated_at":"2025-06-21T21:05:46.471Z","avatar_url":"https://github.com/certik.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"JSPlot\n======\n\nJSPlot is a library with Matplotlib like API, except that the ``show()``\ncommand launches a web server and you interact with the plot in the web\nbrowser.\n\nSimple example::\n\n    \u003e\u003e\u003e from jsplot import plot, show\n    \u003e\u003e\u003e plot([1, 2, 3], [1, 2, 1])\n    \u003e\u003e\u003e show()\n    Server is running at http://127.0.0.1:8000/\n    Quit the server with CONTROL-C.\n\nMore complicated example::\n\n    \u003e\u003e\u003e from numpy import arange, pi, sin\n    \u003e\u003e\u003e from jsplot import plot, show\n    \u003e\u003e\u003e x = arange(0, 3*pi, 0.01)\n    \u003e\u003e\u003e plot(x, sin(x*sin(x)), label=\"sin(x*sin(x))\")\n    \u003e\u003e\u003e plot(x, sin(x), label=\"sin(x)\")\n    \u003e\u003e\u003e show()\n    Server is running at http://127.0.0.1:8000/\n    Quit the server with CONTROL-C.\n\nGoing to the url above will show something like the following screenshot, where\nyou can interactively zoom in/out.\n\n.. image:: https://github.com/certik/jsplot/raw/master/doc/jsplot1.png\n\n\nDevelopment\n-----------\n\nTo develop the plotserver, do::\n\n    cd plotserver\n    ./manage.py runserver\n\nTo develop the jsplot itself, just edit files in the ``jsplot`` directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcertik%2Fjsplot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcertik%2Fjsplot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcertik%2Fjsplot/lists"}