manually merged with ARM version

This commit is contained in:
2025-11-13 17:43:55 +03:00
parent 77005d7863
commit b7ba42765b
463 changed files with 119514 additions and 45 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/pypy3
#!/usr/bin/python3
import plotly.graph_objs as go
from decimal import *
from sys import argv
@ -105,5 +105,6 @@ if __name__ == "__main__":
#chart.add_trace(go.Scattergl(x=data[key+"_N"], y=data[key], name=key, mode="markers+lines", text=data[key+"_hex"]))
# chart.add_trace(go.Scattergl(x=data[key+"_N"], y=data[key], name=key, mode="lines+markers", text=data[key+"_hex"]))
chart.show()
# chart.show()
chart.write_html(argv[1] + ".html")