Please I would like to draw a central composite design using PSTricks, or possibly tikz. This is the cube with the axes showed below. I have tried pst-3d but this is not easy. If you had an example of a similar figure this would be ideal.

EDIT (later): Ok I am back to home and I have found some time to do the figure with pst3d-plot. This is not the final figure but now it is easy to modify with the help of the pst3d-plot documentation (except that the options are not all documented e.g. for pstThreeDBox - do you know another doc?)
\documentclass[12pt]{article}
\usepackage{pst-all}
\usepackage{pst-3dplot}
\begin{document}
\begin{pspicture}(-6,-6.5)(6 ,6)
\psset{Alpha=30,Beta=20}
\pstThreeDBox[fillstyle=gradient,RotSequence=xyz](-4,-4,-4)(0,8,0)(8,0,0)(0,0,8)
\pstThreeDDot(6.7,0,0)
\pstThreeDDot(0,6.7,0)
\pstThreeDDot(0,0,6.7)
\pstThreeDCoor[linecolor=black, IIIDticks, IIIDlabels,
IIIDOffset={(0,0,0)},
xMin=-7.95, yMin=-7.95, zMin=-7.95,
xMax=8, yMax=8, zMax=8,
IIIDxTicksPlane=xz, IIIDxticksep = 0.4, , Dx=1, deltax=4,
IIIDyTicksPlane=xz, IIIDyticksep = -0.4, , Dy=1, deltay=4,
IIIDzTicksPlane=xz, IIIDzticksep = -0.4, , Dz=1, deltaz=4]
\end{pspicture}
\end{document}



PSTricksexperiment regardless of how basic it is? It would save others to set up an example from scratch. – percusse Oct 2 '12 at 13:26