*** Move both output load probes to the Input Source graph
*** Here, we escape the space with \s.
*** Actual Graph Name is DVM SRC.
I1.GRAPH_NAME_V	DVM\sSRC
I1.GRAPH_NAME_I	DVM\sSRC

*** Move the Input Source Current to a new Grid
V1.AXIS_TYPE_I	grid

*** Give the new grid a name to make it unique
V1.AXIS_NAME_I	a

*** Move the Load Voltage to a new Grid
I1.AXIS_TYPE_V	grid

*** Give the new grid a name to make it unique
I1.AXIS_NAME_V	c

*** Move the Load Current to a new Grid
I1.AXIS_TYPE_I	grid

*** Give the new grid a name to make it unique
I1.AXIS_NAME_I	b

*** Finally, order everything up.
*** 1st: Output Load Voltage
*** 2nd: Output Load Current
*** 3rd: Input Source Current
*** 4th: Input Source Voltage (default axis AXIS_TYPE_V=empty string)
I1.VERT_ORDER_V	1
I1.VERT_ORDER_I	2
V1.VERT_ORDER_I	3