{"id":16126063,"url":"https://github.com/rreusser/plotly-basis-transform","last_synced_at":"2025-04-06T13:14:40.313Z","repository":{"id":145193328,"uuid":"63825618","full_name":"rreusser/plotly-basis-transform","owner":"rreusser","description":"[WIP] Generate a linear- or log-space basis using plotly.js transforms","archived":false,"fork":false,"pushed_at":"2019-02-24T06:24:18.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T19:04:03.351Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/rreusser.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-21T01:09:55.000Z","updated_at":"2019-02-24T06:24:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"e11ee46d-b98d-4377-8e94-d4a743df1a71","html_url":"https://github.com/rreusser/plotly-basis-transform","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rreusser%2Fplotly-basis-transform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rreusser%2Fplotly-basis-transform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rreusser%2Fplotly-basis-transform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rreusser%2Fplotly-basis-transform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rreusser","download_url":"https://codeload.github.com/rreusser/plotly-basis-transform/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247485286,"owners_count":20946398,"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-09T21:35:06.190Z","updated_at":"2025-04-06T13:14:40.290Z","avatar_url":"https://github.com/rreusser.png","language":"JavaScript","readme":"# plotly-basis-transform\n\n\u003e Generate a linear- or log-space basis using plotly.js transforms\n\n[![experimental](http://badges.github.io/stability-badges/dist/experimental.svg)](http://github.com/badges/stability-badges)\n\n## Introduction\n\nHighly experimental plotly.js transform to generate a linspace (or, eventually, logspace). See related [ploty-expression-transform](https://rreusser.github.io/plotly-expression-transform) example.\n\n## Example\n\nTo overwrite a variable with a new array:\n\n```javascript\nvar Plotly = require('plotly.js');\n\nPlotly.register([require('plotly-basis-transform')]);\n\nPlotly.plot('graph', [{\n    x: [...],\n    y: [...],\n    transforms: {\n        type: 'basis',\n        variable: 'x',\n        range: [0, 5],\n        npoints: 101\n    }\n}]);\n```\n\n## To Do\n\nBetter conflict resolution when the trace size doesn't match the requested number of points.\n\n## License\n\n\u0026copy; 2016 Ricky Reusser. MIT License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frreusser%2Fplotly-basis-transform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frreusser%2Fplotly-basis-transform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frreusser%2Fplotly-basis-transform/lists"}