Single plots with multiple x-axes

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.

1 Like