<FRAGMENT parents="section subsection figure">
	<image xml:id="sageplot">
		<sageplot variant="3d" aspect="1.0">
			var('x y z')
			T = RDF(golden_ratio)
			p = 2 - (cos(x + T*y) + cos(x - T*y) + cos(y + T*z) + cos(y - T*z) + cos(z - T*x) + cos(z + T*x))
			r = 4.77
			implicit_plot3d(p, (x, -r, r), (y, -r, r), (z, -r, r), plot_points=50, frame=False)
		</sageplot>
	</image>
</FRAGMENT>
