Skip to content

Commit 621f2bc

Browse files
show how to change colormap
1 parent 8913c4d commit 621f2bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/vector_fields/quiver/quiver_6.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ int main() {
1414

1515
quiver(x, y, u, v, m, 0.2)->normalize(true).line_width(1.5);
1616

17+
colormap(palette::jet());
1718
show();
1819
return 0;
1920
}

0 commit comments

Comments
 (0)