Skip to content
Snippets Groups Projects
Commit 09974a54 authored by Guillaume Demesy's avatar Guillaume Demesy
Browse files

tweak remove axes

parent 0ff4296d
No related branches found
No related tags found
No related merge requests found
Pipeline #10242 passed
......@@ -463,7 +463,7 @@ PostOperation {
EndFor
Echo[ Str["Combine ElementsByViewName;",
"Geometry.Color.Lines = {0,0,0};",
"l=PostProcessing.NbViews-1; View[l].ColorTable={Black}; ",
"l=PostProcessing.NbViews-1; View[l].ColorTable={Black}; View[l].Axes = 0; View[l-1].Axes = 0;",
"View[l-1].Visible=1; View[l].Visible=1; View[l-1].ShowScale=0;",
"View[l].ShowScale=0; View[l].LineWidth=1.5; View[l].LineType=1;Geometry.LineWidth=0;"],
File StrCat[myDir,"tmp3.geo" ]] ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment