All Projects → igiagkiozis → Plotly

igiagkiozis / Plotly

Licence: other
Plotly for Rust

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Plotly

Aachartkit Swift
📈📊📱💻🖥️An elegant modern declarative data visualization chart framework for iOS, iPadOS and macOS. Extremely powerful, supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, arearange, areasplinerange, columnrange, bubble, box plot, error bars, funnel, waterfall and polar chart types. 极其精美而又强大的跨平台数据可视化图表框架,支持柱状图、条形图、…
Stars: ✭ 1,962 (+353.12%)
Mutual labels:  data-visualization, chart, plot
Covid19 Dashboard
🦠 Django + Plotly Coronavirus dashboard. Powerful data driven Python web-app, with an awesome UI. Contributions welcomed! Featured on 🕶Awesome-list
Stars: ✭ 100 (-76.91%)
Mutual labels:  data-visualization, plot, plotly
Uplot
📈 A small, fast chart for time series, lines, areas, ohlc & bars
Stars: ✭ 6,808 (+1472.29%)
Mutual labels:  data-visualization, chart, plot
Tablesaw
Java dataframe and visualization library
Stars: ✭ 2,785 (+543.19%)
Mutual labels:  data-visualization, chart, plotly
Cryptocurrency Analysis Python
Open-Source Tutorial For Analyzing and Visualizing Cryptocurrency Data
Stars: ✭ 278 (-35.8%)
Mutual labels:  data-visualization, plotly
Flutter echarts
A Flutter widget to use Apache ECharts (incubating) in a reactive way.
Stars: ✭ 420 (-3%)
Mutual labels:  data-visualization, chart
Anychart
AnyChart is a lightweight and robust JavaScript charting solution with great API and documentation. The chart types and unique features are numerous, the library works easily with any development stack.
Stars: ✭ 288 (-33.49%)
Mutual labels:  data-visualization, chart
React Jsx Highcharts
Highcharts built with proper React components
Stars: ✭ 336 (-22.4%)
Mutual labels:  data-visualization, chart
hello-3d-world
Plot 3d points, lines, and polygon on an svg. A demonstration of what you can do with the BareMinimum3d package
Stars: ✭ 53 (-87.76%)
Mutual labels:  plotly, plot
Metatron Discovery
Powerful & Easy way for big data discovery
Stars: ✭ 297 (-31.41%)
Mutual labels:  data-visualization, chart
Chartpy
Easy to use Python API wrapper to plot charts with matplotlib, plotly, bokeh and more
Stars: ✭ 426 (-1.62%)
Mutual labels:  chart, plotly
Datagear
数据可视化分析平台,使用Java语言开发,采用浏览器/服务器架构,支持SQL、CSV、Excel、HTTP接口、JSON等多种数据源
Stars: ✭ 266 (-38.57%)
Mutual labels:  data-visualization, chart
Awesome Dataviz
📈 A curated list of awesome data visualization libraries and resources.
Stars: ✭ 2,905 (+570.9%)
Mutual labels:  data-visualization, chart
Chart Race React
📊 Seamless bar chart race component for React.
Stars: ✭ 406 (-6.24%)
Mutual labels:  data-visualization, chart
nodeplotlib
NodeJS plotting library for JavaScript and TypeScript. On top of plotly.js. Inspired by matplotlib.
Stars: ✭ 115 (-73.44%)
Mutual labels:  plotly, plot
Plotlib
Data plotting library for Rust
Stars: ✭ 308 (-28.87%)
Mutual labels:  chart, plot
Dash Docs
📖 The Official Dash Userguide & Documentation
Stars: ✭ 338 (-21.94%)
Mutual labels:  data-visualization, plotly
Aachartcore Kotlin
📈📊⛰⛰⛰An elegant modern declarative data visualization chart framework for Android . Extremely powerful, supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, arearange, areasplinerange, columnrange, bubble, box plot, error bars, funnel, waterfall and polar chart types.极其精美而又强大的 Android 数据可视化图表框架,支持柱状图、条形图、折线图、曲线图、折线填充图、曲线填充图、气泡图、扇形图、环形图、散点图、雷达图、混合图等各种类型的多达几十种的信息图图表,完全满足工作所需.
Stars: ✭ 332 (-23.33%)
Mutual labels:  chart, plot
React Vis Force
d3-force graphs as React Components.
Stars: ✭ 372 (-14.09%)
Mutual labels:  data-visualization, chart
Dash Table
A First-Class Interactive DataTable for Dash
Stars: ✭ 382 (-11.78%)
Mutual labels:  data-visualization, plotly

Plotly.rs

Plotly for Rust
build status | Crates.io | Documentation | Minimum Version

A plotting library for Rust powered by Plotly.js.

Usage

Add this to your Cargo.toml:

[dependencies]
plotly = "0.6.0"

For changes since the last version please consult the change log.

Crate Feature Flags

The following feature flags are available:

  • kaleido
    • Optional, compatible with Rust stable.
    • Adds plot save functionality to the following formats: png, jpeg, webp, svg, pdf and eps.
    • Requires some additional configuration, see plotly_kaleido.
  • plotly_ndarray
    • Optional, compatible with Rust stable.
    • Adds support for creating plots directly using ndarray types.

Saving to png, jpeg, webp, svg, pdf and eps formats can be made available by enabling the kaleido feature:

[dependencies]
plotly = { version = "0.6.0", features = ["kaleido"] }

For further details please see plotly_kaleido.

Contributing

Please consult the contributing guide.

License

Plotly.rs is distributed under the terms of the MIT license.

See LICENSE-MIT, and COPYRIGHT for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].