{"id":33191341,"url":"https://github.com/fslaborg/XPlot","last_synced_at":"2025-11-21T00:02:07.935Z","repository":{"id":21268178,"uuid":"24583887","full_name":"fslaborg/XPlot","owner":"fslaborg","description":"A collection of older plotting libraries for F#. Recommended to use Plotly.NET instead https://plotly.net/","archived":false,"fork":false,"pushed_at":"2024-12-26T19:25:34.000Z","size":8600,"stargazers_count":289,"open_issues_count":27,"forks_count":70,"subscribers_count":27,"default_branch":"main","last_synced_at":"2025-10-19T22:54:55.652Z","etag":null,"topics":["fsharp"],"latest_commit_sha":null,"homepage":"http://fslaborg.github.io/XPlot/","language":"F#","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/fslaborg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-09-29T07:20:53.000Z","updated_at":"2025-08-07T20:30:30.000Z","dependencies_parsed_at":"2023-12-16T05:42:34.147Z","dependency_job_id":"2388627c-0a8f-4575-a030-28510ffafcfc","html_url":"https://github.com/fslaborg/XPlot","commit_stats":{"total_commits":452,"total_committers":33,"mean_commits":"13.696969696969697","dds":0.5774336283185841,"last_synced_commit":"23bac6e687a70da4124d6c717b2d5777081ca9d0"},"previous_names":["tahahachana/xplot"],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/fslaborg/XPlot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fslaborg%2FXPlot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fslaborg%2FXPlot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fslaborg%2FXPlot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fslaborg%2FXPlot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fslaborg","download_url":"https://codeload.github.com/fslaborg/XPlot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fslaborg%2FXPlot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285532343,"owners_count":27187706,"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","status":"online","status_checked_at":"2025-11-20T02:00:05.334Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["fsharp"],"created_at":"2025-11-16T06:00:41.329Z","updated_at":"2025-11-21T00:02:07.929Z","avatar_url":"https://github.com/fslaborg.png","language":"F#","funding_links":[],"categories":["Visualization"],"sub_categories":["Creating Type Providers"],"readme":"# XPlot\n\nXPlot is a largely \"done\" project. It works for what it does, but it is not feature-complete enough.\n\nFor a much more feature-complete way to build Plotly charts with F#, use Plotly.NET: https://plotly.net/\n\n[![Nuget Badge](https://buildstats.info/nuget/XPlot.Plotly)](https://www.nuget.org/packages/XPlot.Plotly/) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg)](code-of-conduct.md) [![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/fslaborg/xplot)\n\n![XPlot logo](misc/XPlot.png)\n\nXPlot is splendid data visualization package for F# and .NET. Uses [Plotly](https://plot.ly/graphing-libraries/) and [Google Charts](https://developers.google.com/chart/) as \"backends\" to render fancy visualization.\n\n## Try XPlot in your browser\n\nClick this button to launch a Binder instance, where you can get plotting interactively!\n\nThe `fsharp/Docs/Plotting with Xplot` and `csharp/Docs/Plotting with Xplot` notebooks show many ways you can plot data.\n\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dotnet/interactive/main?urlpath=lab)\n\n## Contributing\n\nThis repository is governed by the [Contributor Covenant Code of Conduct](https://www.contributor-covenant.org/).\n\nWe pledge to be overt in our openness, welcoming all people to contribute, and pledging in return to value them as whole human beings and to foster an atmosphere of kindness, cooperation, and understanding.\n\n**No contribution is too small. We appreciate everything from spelling fixes to brand-new features.**\n\n### Gitpod quickstart\n\nIf you'd like to use contribute without leaving your browser, just click this button to create a new online environment:\n\n[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/fslaborg/xplot)\n\nThis will provision an environment with all necessary dependencies so you can just write some code.\n\n### Local development\n\nTo develop locally, first [download the latest .NET Core SDK](https://dotnet.microsoft.com/download).\n\nThen, if you're on Unix, just run this from the command line:\n\n    .\\build.sh\n\nIf you're on Windows, run this from the command line:\n\n    .\\build.cmd\n\nYou can then open the project in the editing enviroment you prefer most. We recommend Visual Studio Code.\n\n## Documentation\n\nhttp://fslaborg.github.io/XPlot/\n\n## NuGet\n\n* [Plotly](http://www.nuget.org/packages/XPlot.Plotly/)\n* [Google Charts](http://www.nuget.org/packages/XPlot.GoogleCharts/)\n* [Deedle Helpers for Google Charts](http://www.nuget.org/packages/XPlot.GoogleCharts.Deedle/)\n\n## Release\n\n    set APIKEY=...\n    dotnet fsi build.fsx -- -p Release\n\n## Contact\n\n* Maintainers are [@zyzhu](http://github.com/zyzhu), [@cartermp](http://github.com/cartermp) and backup maintainer [@dsyme](http://github.com/dsyme)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffslaborg%2FXPlot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffslaborg%2FXPlot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffslaborg%2FXPlot/lists"}