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 cdb7d7d commit da34d27Copy full SHA for da34d27
test/test.f90
@@ -201,5 +201,11 @@ program test
201
dpi='200', &
202
transparent=.true.,istat=istat, python='python')
203
204
+ ! also test one with spaces and () in the filename
205
+ call plt%savefig(testdir//'error bar (1).png', &
206
+ pyfile=testdir//'error bar (1).py', &
207
+ dpi='200', &
208
+ transparent=.true.,istat=istat, python='python')
209
+
210
end program test
211
!*****************************************************************************************
0 commit comments