If you've ever used the polyvariate platform, you might have noticed the only way to control it is with your mouse, which is imprecise.
if you would like full hands-on control of the PV platform, save your FJ workspace as XML (file/save as xml) and look for these snippets:
<VectorTransformation VectorPivot="0.25" XMin="0" XMax ="1" YMin="-1" YMax="0">
<VectorDefinition Parameter="FSC-A" Pivot="0" XFactor="1" YFactor="0" />
<VectorDefinition Parameter="SSC-A" Pivot="1" XFactor="0" YFactor="1" />
<VectorDefinition Parameter="<FITC-A>" Pivot="0.25" XFactor="0" YFactor="-1" />
<VectorDefinition Parameter="APC-W" Pivot="0.25" XFactor="-1" YFactor="0" />
</VectorTransformation>
the top level element variables are the radius of the circle (out of 1 max), and positions of the X and Y axis sliders.
all of the subsequent elements show three variables: the pivot point, and the magnitude of the radial vector expressed in X and Y components: (1,0) is 3 o'clock, (0,0) is the origin, (-1, -1) is a median between 6 and 9 o'clock
You can change the values for each attribute, save your .xml, rename it to .xml.jo and re-open in FJ.