diff --git a/Graphics/drawContext.cpp b/Graphics/drawContext.cpp
index e545ce86f851434ba956d9a26b37d482fab0c66b..b7ab50a120e4a813f2328489dc45b3301105b382 100644
--- a/Graphics/drawContext.cpp
+++ b/Graphics/drawContext.cpp
@@ -295,11 +295,12 @@ void drawContext::draw3d()
   initRenderModel();
 
   if(!CTX::instance()->camera) initPosition();
+  drawAxes();
   drawGeom();
   drawBackgroundImage(true);
   drawMesh();
   drawPost();
-  drawAxes();
+  //drawAxes();
   drawGraph2d(true);
 }