This has been solved by @dberenbaum, what I needed to do was to refer to x without the data file path:
plots:
- data:
y:
data1.json: [y, z]
data2.json: [y, z]
x:
x
Thank you.
This has been solved by @dberenbaum, what I needed to do was to refer to x without the data file path:
plots:
- data:
y:
data1.json: [y, z]
data2.json: [y, z]
x:
x
Thank you.