File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ my @demo = (
148
148
plcol0( 1 );
149
149
plstransform( undef, undef );
150
150
plflush();
151
+ plFree2dGrid($cgrid2);
151
152
] ],
152
153
153
154
[act => q[
@@ -195,6 +196,7 @@ my @demo = (
195
196
plcol0 (1);
196
197
plline ($px , $py); # Plot the cylinder
197
198
plflush();
199
+ plFree2dGrid($cgrid2);
198
200
] ],
199
201
200
202
[actnw => q|
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ sub polar {
91
91
plcol0 (1);
92
92
pllab (" " , " " , " Polar Contour Plot" );
93
93
94
- # plFree2dGrid ($cgrid2);
94
+ plFree2dGrid($cgrid2 );
95
95
}
96
96
97
97
# Shielded potential contour plot example
@@ -211,7 +211,7 @@ sub potential {
211
211
plcol0 ($ncollab );
212
212
pllab (" " , " " , " Shielded potential of charges in a conducting sphere" );
213
213
214
- # plFree2dGrid ($cgrid2);
214
+ plFree2dGrid($cgrid2 );
215
215
}
216
216
217
217
# main
You can’t perform that action at this time.
0 commit comments