plotting data with same heading from two different data table without combining them.
Hello,I am very new to JMP and I am looking for a way to make a X-Y plot from multiple data tables without combing them. For example, I have a data table “Men” with two variables “age” and “weight”, and I have another data table “Women” with the same variable names “age” and “weight”. I would like to make a simple X-Y plot: age vs weight, using the values from these two data tables, I don’t want t...