Skip to content

Commit bf37066

Browse files
committed
fixed typo
1 parent 450c4da commit bf37066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyplot_module.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ subroutine add_bar(me,left,height,label,width,bottom,color)
336336
'height='//trim(yname)//','
337337
if (present(width)) plt_str=plt_str//'width='//trim(wname)//','
338338
if (present(bottom)) plt_str=plt_str//'bottom='//trim(bstr)//','
339-
if (present(color)) plt_str=plt_str//'color='//trim(color)//','
339+
if (present(color)) plt_str=plt_str//'color="'//trim(color)//'",'
340340
plt_str=plt_str//'label="'//trim(label)//'")'
341341

342342
!write the plot statement:

0 commit comments

Comments
 (0)