manually merged with ARM version
This commit is contained in:
@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user