MAxes

MAxes[ ]
graphic representation of the absolute Cartesian frame (O).
MAxes[ norm ]
graphic representation of the absolute reference frame centered at its origin with vectors of norm norm.
MAxes[ ori , norm ]
graphic representation of the absolute reference frame centered at point ori with vectors of length norm.
MAxes[ ori , {vec1 , vec2 , vec3}, norm ]
graphic representation of any frame centered at point ori with vectors unitary vectors {vec1 , vec2 , vec3} of norm norm.
  • norm is a scalar value.
  • ori is a point of cartesian space.
  • veci are vectors of cartesian space.
  • The following options can be given:
"AxesColor"{Red, Green, Blue}colors of each axe
"AxesLabel"{"x", "y", "z"}label of each axe
In[1]:=
Click for copyable input
Default axes representation:
In[2]:=
Click for copyable input
Out[2]=
Axes representation at 2 different scales:
In[3]:=
Click for copyable input
Out[3]=
Axes representation at two different scales and two different origins:
In[4]:=
Click for copyable input
Out[4]=
Axes representation at two different scales and two different origins for two different sets of unitary vectors:
In[5]:=
Click for copyable input
Out[5]=