sharkdp / numbat

A statically typed programming language for scientific computations with first class support for physical dimensions and units
https://numbat.dev
Apache License 2.0
1.26k stars 53 forks source link

Use egui_plot instead of plotly.rs #522

Closed sharkdp closed 2 months ago

sharkdp commented 3 months ago

A continuation of the work by @irevoire, now with Bar charts as well

Compared to plotly.js, this adds an even bigger dependency tree to Numbat. It also increases the numbat binary size considerably. And this probably harder to use on the web (?).

I also didn't manage to label the entries in the bar chart according to the x_labels. Setting the name of the Bar is not enough, apparently.

sharkdp commented 2 months ago

Closing this in favor of #464 for now.