[llvm-dev] [LNT] Plotly graphs

Jonathan Deakin via llvm-dev llvm-dev at lists.llvm.org
Thu Sep 2 02:23:01 PDT 2021


I support this suggestion. In my personal experience, I have found Plotly to be the best JavaScript plotting library I have tried, in terms of features, interface and performance.

Thanks,
Jonathan

________________________________
From: llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of Chris Matthews via llvm-dev <llvm-dev at lists.llvm.org>
Sent: 16 August 2021 18:42
To: Vasiliev Dmitry <vasiliev.dmitry at huawei.com>
Cc: llvm-dev at lists.llvm.org <llvm-dev at lists.llvm.org>
Subject: Re: [llvm-dev] [LNT] Plotly graphs

I have no experience with Plotly, but jQuery.flot is pretty limited compared to modern plotting implementations.

If there are no license issues, that seems like a great idea!




On Aug 14, 2021, at 7:42 AM, Vasiliev Dmitry via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote:

Hello all,

Currently LNT uses jQuery.flot libraries for drawing graphs.
We would like to suggest a patch to use Plotly library instead.
Plotly allows multiple axis, advanced zoom, saving to PNG files and many other useful features.
The related python and JavaScript code is much more compact and clear.
We will keep the current design and behavior as much as possible.
Plotly.js is released under the MIT license.
Please express your objections if any.

Thanks,
Dmitry Vasiliev

_______________________________________________
LLVM Developers mailing list
llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210902/0b6b22ba/attachment.html>


More information about the llvm-dev mailing list