Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JuliaPlots/PlotlyJS.jl
Julia library for plotting with plotly.js
https://github.com/JuliaPlots/PlotlyJS.jl
graphics javascript julia plotlyjs plotting
Last synced: 3 months ago
JSON representation
Julia library for plotting with plotly.js
- Host: GitHub
- URL: https://github.com/JuliaPlots/PlotlyJS.jl
- Owner: JuliaPlots
- License: other
- Created: 2015-11-21T06:06:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T14:08:32.000Z (9 months ago)
- Last Synced: 2024-07-09T19:08:34.200Z (4 months ago)
- Topics: graphics, javascript, julia, plotlyjs, plotting
- Language: Julia
- Homepage:
- Size: 32.1 MB
- Stars: 413
- Watchers: 15
- Forks: 78
- Open Issues: 100
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/funding.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome-julia - Julia library for plotting with plotly.js
README
# PlotlyJS
[_plotlyjs]: https://plot.ly/javascript
[docs-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-url]: http://juliaplots.org/PlotlyJS.jl/stable[![][docs-img]][docs-url]
[![Build Status](https://github.com/JuliaPlots/PlotlyJS.jl/actions/workflows/ci-master-workflow.yml/badge.svg)](https://github.com/JuliaPlots/PlotlyJS.jl/actions/workflows/ci-master-workflow.yml)
[![project chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://julialang.zulipchat.com/#narrow/stream/227176-plotting)Julia interface to [plotly.js][_plotlyjs] visualization library.
This package constructs plotly graphics using all local resources. To interact or save graphics to the Plotly cloud, use the [`Plotly`](https://github.com/plotly/Plotly.jl) package.
## Installation
If you have issues building this package because of installation of the MbedTLS package please see [this issue](https://github.com/sglyon/PlotlyJS.jl/issues/83).
### Jupyterlab
If you will be using this package from within Jupyterlab, please also install the plotly jupyterlab extension by running:
```sh
jupyter labextension install jupyterlab-plotly
```See the [jupyterlab extension documentation](https://jupyterlab.readthedocs.io/en/stable/user/extensions.html) for more details.