Gitpedia
plotly

plotly/plotly.rs

Plotly for Rust

16 Releases
Latest: 3mo ago
0.14.1Latest
github-actions[bot]github-actions[bot]·3mo ago·February 15, 2026
GitHub
0.14.0
github-actions[bot]github-actions[bot]·4mo ago·January 10, 2026
GitHub
0.13.5
github-actions[bot]github-actions[bot]·10mo ago·August 1, 2025
GitHub

📋 What's Changed

  • Re-export ImageFormat from plotly_static into plotly package by @andrei-ng in https://github.com/plotly/plotly.rs/pull/345
  • Remove usage of `getrandom` for `rand` dependency and for this crate by @andrei-ng in https://github.com/plotly/plotly.rs/pull/346
  • Full Changelog: https://github.com/plotly/plotly.rs/compare/0.13.4...0.13.5
0.13.4
andrei-ngandrei-ng·10mo ago·July 16, 2025
GitHub

📋 What's Changed

  • Replace default Windows app with `explorer` by @fsktom in https://github.com/plotly/plotly.rs/pull/339
  • fix main README by @andrei-ng in https://github.com/plotly/plotly.rs/pull/341
  • Full Changelog: https://github.com/plotly/plotly.rs/compare/0.13.3...0.13.4
0.13.3
andrei-ngandrei-ng·10mo ago·July 12, 2025
GitHub

📋 What's Changed

  • Add animation support by @andrei-ng in https://github.com/plotly/plotly.rs/pull/335
  • Fix `plotly_static` readme link by @andrei-ng in https://github.com/plotly/plotly.rs/pull/338
  • Full Changelog: https://github.com/plotly/plotly.rs/compare/0.13.2...0.13.3
0.13.2
andrei-ngandrei-ng·10mo ago·July 12, 2025
GitHub

📋 What's Changed

  • fix typo in book example link by @andrei-ng in https://github.com/plotly/plotly.rs/pull/327
  • Update fantoccini requirement from 0.21 to 0.22 by @dependabot[bot] in https://github.com/plotly/plotly.rs/pull/328
  • Update reqwest requirement from 0.11 to 0.12 by @dependabot[bot] in https://github.com/plotly/plotly.rs/pull/329
  • Update env_logger requirement from 0.10 to 0.11 by @dependabot[bot] in https://github.com/plotly/plotly.rs/pull/330
  • Update dirs requirement from 5.0 to 6.0 by @dependabot[bot] in https://github.com/plotly/plotly.rs/pull/331
  • Cleanup Readme by @andrei-ng in https://github.com/plotly/plotly.rs/pull/332
  • Update darling requirement from 0.20 to 0.21 by @dependabot[bot] in https://github.com/plotly/plotly.rs/pull/334
  • Fix plotly_static docs.rs build by @andrei-ng in https://github.com/plotly/plotly.rs/pull/336
  • + 1 more
0.13.1
andrei-ngandrei-ng·10mo ago·July 7, 2025
GitHub

📋 What's Changed

  • fix badges after workflow rename by @andrei-ng in https://github.com/plotly/plotly.rs/pull/325
  • patch release for book badges fix by @andrei-ng in https://github.com/plotly/plotly.rs/pull/326
  • Full Changelog: https://github.com/plotly/plotly.rs/compare/0.13.0...0.13.1
0.13.0
andrei-ngandrei-ng·10mo ago·July 7, 2025
GitHub

📋 What's Changed

  • make scatter trace specific types public by @andrei-ng in https://github.com/plotly/plotly.rs/pull/273
  • Update directories requirement from >=4, <6 to >=4, <7 by @dependabot in https://github.com/plotly/plotly.rs/pull/272
  • Rework wasm feature and make it work with getrandom 0.3 by @andrei-ng in https://github.com/plotly/plotly.rs/pull/277
  • update readme to remove mention of wasm feature flag by @andrei-ng in https://github.com/plotly/plotly.rs/pull/278
  • chore: use last version of use_effect_with in README.md by @Hyagoro in https://github.com/plotly/plotly.rs/pull/279
  • Update to askama 0.13.0 by @Kijewski in https://github.com/plotly/plotly.rs/pull/281
  • simplify path to str conversion by @HerrMuellerluedenscheid in https://github.com/plotly/plotly.rs/pull/283
  • allow plotly to be compiled for android by @andrei-ng in https://github.com/plotly/plotly.rs/pull/284
  • + 26 more

New Contributors

  • @Hyagoro made their first contribution in https://github.com/plotly/plotly.rs/pull/279
  • @Kijewski made their first contribution in https://github.com/plotly/plotly.rs/pull/281
  • @HerrMuellerluedenscheid made their first contribution in https://github.com/plotly/plotly.rs/pull/283
  • @joaquinbejar made their first contribution in https://github.com/plotly/plotly.rs/pull/289
  • @h4ck4l1 made their first contribution in https://github.com/plotly/plotly.rs/pull/287
  • @iynehz made their first contribution in https://github.com/plotly/plotly.rs/pull/298
  • @alexespencer made their first contribution in https://github.com/plotly/plotly.rs/pull/320
  • Full Changelog: https://github.com/plotly/plotly.rs/compare/0.12.1...0.13.0
0.12.1
andrei-ngandrei-ng·1y ago·January 2, 2025
GitHub

📋 Changes

  • fix publishing to crates.io issues
0.12.0
andrei-ngandrei-ng·1y ago·January 2, 2025
GitHub

📋 What's Changed

  • add examples on building responsive plots and custom HTML pages by @andrei-ng in https://github.com/plotly/plotly.rs/pull/257
  • Make i, j, k optional by @tylerhawkes in https://github.com/plotly/plotly.rs/pull/260
  • Add code of conduct by @gvwilson in https://github.com/plotly/plotly.rs/pull/261
  • fix hyperlinks by @andrei-ng in https://github.com/plotly/plotly.rs/pull/263
  • Allow users to set Kaleido path via environment variable by @andrei-ng in https://github.com/plotly/plotly.rs/pull/262
  • Add Pie Chart trace by @andrei-ng in https://github.com/plotly/plotly.rs/pull/265
  • Update itertools requirement from >=0.10, <0.14 to >=0.10, <0.15 by @dependabot in https://github.com/plotly/plotly.rs/pull/268

New Contributors

  • @tylerhawkes made their first contribution in https://github.com/plotly/plotly.rs/pull/260
  • Full Changelog: https://github.com/plotly/plotly.rs/compare/0.11.0...0.12.0
0.11.0
github-actions[bot]github-actions[bot]·1y ago·December 6, 2024
GitHub

📋 What's Changed

  • Add Categorical Axis Ordering and Axis Category Array by @alex-bohm-nimbelink in https://github.com/plotly/plotly.rs/pull/239
  • Make standalone plots work in offline (non-cdn) or online mode by @andrei-ng in https://github.com/plotly/plotly.rs/pull/243
  • Examples: fix swapped x and y by @rmburg in https://github.com/plotly/plotly.rs/pull/244
  • Change Contours size to be `f64` instead of `usize` by @rmburg in https://github.com/plotly/plotly.rs/pull/245
  • Expose pattern fill api for histograms and bar charts by @Nick-Pearson in https://github.com/plotly/plotly.rs/pull/246
  • Fix book chart rendering for basic charts by @Nick-Pearson in https://github.com/plotly/plotly.rs/pull/250 and in https://github.com/plotly/plotly.rs/pull/254
  • Fix broken links and incorrect graphs in book by @Nick-Pearson in https://github.com/plotly/plotly.rs/pull/255
  • Expose image data as String with `to_b64` and `to_svg` using Kaleido by @mchant in https://github.com/plotly/plotly.rs/pull/251
  • + 1 more

New Contributors

  • @alex-bohm-nimbelink made their first contribution in https://github.com/plotly/plotly.rs/pull/239
  • @rmburg made their first contribution in https://github.com/plotly/plotly.rs/pull/244
  • @Nick-Pearson made their first contribution in https://github.com/plotly/plotly.rs/pull/246
  • @mchant made their first contribution in https://github.com/plotly/plotly.rs/pull/251
  • Full Changelog: https://github.com/plotly/plotly.rs/compare/0.10.0...0.11.0
0.10.0
github-actions[bot]github-actions[bot]·1y ago·September 16, 2024
GitHub

📋 What's Changed

  • Make Bar.width to be Option<f64> by @Ionizing in https://github.com/plotly/plotly.rs/pull/230
  • Add 'plotly_embed_js' cargo feature by @sharkdp in https://github.com/plotly/plotly.rs/pull/231

New Contributors

  • @Ionizing made their first contribution in https://github.com/plotly/plotly.rs/pull/230
  • @sharkdp made their first contribution in https://github.com/plotly/plotly.rs/pull/231
  • Full Changelog: https://github.com/plotly/plotly.rs/compare/0.9.1...0.10.0
0.9.1
github-actions[bot]github-actions[bot]·1y ago·September 6, 2024
GitHub

📋 What's Changed

  • add show_html(filename) method by @andrei-ng in https://github.com/plotly/plotly.rs/pull/217
  • Bump ndarray from 0.15.4 to 0.16.0 by @Dirreke in https://github.com/plotly/plotly.rs/pull/220
  • Switch from askama to rinja by @GuillaumeGomez in https://github.com/plotly/plotly.rs/pull/227
  • Generalize OS detection. by @trombonehero in https://github.com/plotly/plotly.rs/pull/232
  • Fix book examples by @andrei-ng in https://github.com/plotly/plotly.rs/pull/233
  • Bump version number by @andrei-ng in https://github.com/plotly/plotly.rs/pull/234

New Contributors

  • @Dirreke made their first contribution in https://github.com/plotly/plotly.rs/pull/220
  • @GuillaumeGomez made their first contribution in https://github.com/plotly/plotly.rs/pull/227
  • @trombonehero made their first contribution in https://github.com/plotly/plotly.rs/pull/232
  • Full Changelog: https://github.com/plotly/plotly.rs/compare/0.9.0...0.9.1
0.9.0
github-actions[bot]github-actions[bot]·1y ago·June 29, 2024
GitHub

📋 What's Changed

  • Add colorbar orientation field by @mjpauly in https://github.com/plotly/plotly.rs/pull/152
  • Add `LayoutScene` by @tectin0 in https://github.com/plotly/plotly.rs/pull/153
  • Enable Dependabot by @sjackman in https://github.com/plotly/plotly.rs/pull/168
  • Automatically install kaleido binaries also on Linux aarch64 by @adrianreber in https://github.com/plotly/plotly.rs/pull/191
  • fix CI issues by @andrei-ng in https://github.com/plotly/plotly.rs/pull/190
  • Update directories requirement from 4.0.1 to 5.0.1 by @dependabot in https://github.com/plotly/plotly.rs/pull/185
  • Update itertools requirement from 0.10.3 to 0.12.1 by @dependabot in https://github.com/plotly/plotly.rs/pull/186
  • Update zip requirement from 0.5.13 to 1.1.3 by @dependabot in https://github.com/plotly/plotly.rs/pull/196
  • + 28 more

New Contributors

  • @mjpauly made their first contribution in https://github.com/plotly/plotly.rs/pull/152
  • @tectin0 made their first contribution in https://github.com/plotly/plotly.rs/pull/153
  • @sjackman made their first contribution in https://github.com/plotly/plotly.rs/pull/168
  • @adrianreber made their first contribution in https://github.com/plotly/plotly.rs/pull/191
  • @andrei-ng made their first contribution in https://github.com/plotly/plotly.rs/pull/190
  • @dependabot made their first contribution in https://github.com/plotly/plotly.rs/pull/185
  • @gwbres made their first contribution in https://github.com/plotly/plotly.rs/pull/163
  • @dureuill made their first contribution in https://github.com/plotly/plotly.rs/pull/181
  • + 11 more
0.8.4
github-actions[bot]github-actions[bot]·2y ago·July 9, 2023
GitHub
0.8.3
github-actions[bot]github-actions[bot]·3y ago·November 6, 2022
GitHub