We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 060c3ae commit c595850Copy full SHA for c595850
src/tests/test.f90
@@ -92,7 +92,7 @@ program test
92
ylabel='y angle (rad)',figsize=[10,10],&
93
title='Contour plot test', real_fmt='*',&
94
axisbelow=.false.)
95
- call plt%add_contour(x, y, z, label='contour', linestyle='-', &
+ call plt%add_contour(x, y, z, linestyle='-', &
96
filled=.true., cmap='bone', colorbar=.true.,&
97
istat=istat)
98
call plt%savefig('contour.png',pyfile='contour.py',istat=istat)
0 commit comments