Skip to content

Commit a2ecd3d

Browse files
committed
increase scaling to keep the same plot
1 parent 0e2013d commit a2ecd3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/vector_fields/quiver3/quiver3_1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ int main() {
1616
auto V = get_v();
1717
auto W = get_w();
1818

19-
quiver3(Z, U, V, W);
19+
quiver3(Z, U, V, W, 5);
2020
view(-35, 45);
2121

2222
show();

0 commit comments

Comments
 (0)