AIMPED
March 11, 2025, 10:07am
3
Hey @richardbriggs not sure if that is related, but we have an other using mentioning a difference in the returned values depending on the plotly version:
No problem, please run this dash example below and press “Print Data”.
Output with plotly 5.24.1 installed:
X values: [1, 2, 3, 4, 5]
Y values: [2, 1.5, 3.5, 2, 5]
Output with plotly 6.0.0 installed:
X values: {‘dtype’: ‘f8’, ‘bdata’: ‘AAAAAAAA8D8AAAAAAAAAQAAAAAAAAAhAAAAAAAAAEEAAAAAAAAAUQA==’, ‘_inputArray’: {‘0’: 1, ‘1’: 2, ‘2’: 3, ‘3’: 4, ‘4’: 5, ‘bdata’: ‘AAAAAAAA8D8AAAAAAAAAQAAAAAAAAAhAAAAAAAAAEEAAAAAAAAAUQA==’, ‘dtype’: ‘f8’, ‘shape’: ‘5’}}
Y values: {‘dtype’: ‘f8’, ‘bdata’: ‘AAAAAAA…