{"id":28639387,"url":"https://github.com/scisharp/plot.net","last_synced_at":"2025-06-12T19:40:23.932Z","repository":{"id":96421598,"uuid":"172583194","full_name":"SciSharp/Plot.NET","owner":"SciSharp","description":".NET wrapper of plotly.js for ICSharpCore","archived":false,"fork":false,"pushed_at":"2021-10-18T02:42:08.000Z","size":28,"stargazers_count":65,"open_issues_count":2,"forks_count":18,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-06-02T15:44:17.254Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SciSharp.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-02-25T20:54:40.000Z","updated_at":"2025-04-05T05:18:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"541ec74d-8168-45af-a9c4-6ddf02ef98cb","html_url":"https://github.com/SciSharp/Plot.NET","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SciSharp/Plot.NET","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciSharp%2FPlot.NET","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciSharp%2FPlot.NET/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciSharp%2FPlot.NET/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciSharp%2FPlot.NET/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SciSharp","download_url":"https://codeload.github.com/SciSharp/Plot.NET/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SciSharp%2FPlot.NET/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259520285,"owners_count":22870415,"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":"2025-06-12T19:40:23.205Z","updated_at":"2025-06-12T19:40:23.913Z","avatar_url":"https://github.com/SciSharp.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Plot.NET\nPlot data as HTML\n\n[![Join the chat at https://gitter.im/publiclab/publiclab](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/sci-sharp/community) [![NuGet](https://img.shields.io/nuget/dt/PlotNET.svg)](https://www.nuget.org/packages/PlotNET)\n\nConvert data into `plotly.js` compatible format and generate an HTML showing in any browser.\n\nThe API keep same as `matplotlib`.\n\nFor example:\n\n```csharp\nvar trace1 = new \n{\n\tx: new int[]{1, 2, 3, 4},\n    y: new int[]{10, 15, 13, 17},\n    type: 'scatter'\n};\n\nvar trace2 = new \n{\n    x: new int[]{1, 2, 3, 4},\n    y: new int[]{16, 5, 11, 9},\n    type: 'scatter'\n};\n```\n\n```html\n\u003chead\u003e\n  \u003c!-- Plotly.js --\u003e\n  \u003cscript src=\"https://cdn.plot.ly/plotly-latest.min.js\"\u003e\u003c/script\u003e\n\u003c/head\u003e\n\n\u003c!-- Plots go in blank \u003cdiv\u003e elements. \n    You can size them in the plot layout,\n    or give the div a size as shown here.\n--\u003e\n\u003cdiv id=\"tester\" style=\"width:90%;height:250px;\"\u003e\u003c/div\u003e\n\n\u003cscript\u003e\n    TESTER = document.getElementById('tester');\n\n    Plotly.plot( TESTER, [{\n        x: [1, 2, 3, 4, 5],\n        y: [1, 2, 4, 8, 16] }], { \n        margin: { t: 0 } }, {showSendToCloud:true} );\n\u003c/script\u003e\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscisharp%2Fplot.net","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscisharp%2Fplot.net","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscisharp%2Fplot.net/lists"}