Skip to content
Snippets Groups Projects
Commit d40e5ec7 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

pp

parent 1c63429f
No related branches found
No related tags found
No related merge requests found
...@@ -142,7 +142,8 @@ static int assemblePostAxis(const int num, const int intType, std::string &ret) ...@@ -142,7 +142,8 @@ static int assemblePostAxis(const int num, const int intType, std::string &ret)
ret.append("\tcolorbar,\n\tcolormap name=gmshcolormap,\n"); ret.append("\tcolorbar,\n\tcolormap name=gmshcolormap,\n");
if (horizontal) { if (horizontal) {
ret.append("\tcolorbar horizontal,\n"); ret.append("\tcolorbar horizontal,\n");
} else { }
else {
ret.append("\tcolorbar right, %% or left...\n"); ret.append("\tcolorbar right, %% or left...\n");
} }
if (intType == 3){ // sampled if (intType == 3){ // sampled
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment