Skip to content

Commit 4fdacc6

Browse files
Clean up
1 parent 9aeb9bf commit 4fdacc6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/fplot_plot_data_box_whisker.f90

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function pdbw_get_cmd(this) result(rst)
106106
end if
107107

108108
! Style
109-
call str%append("using ($0+1):2:3:4:5:xtic(1) with candlesticks")
109+
call str%append(" using ($0+1):2:3:4:5:xtic(1) with candlesticks")
110110

111111
! Whisker bars
112112

@@ -115,6 +115,9 @@ function pdbw_get_cmd(this) result(rst)
115115
call str%append(' lc rgb "#')
116116
call str%append(clr%to_hex_string())
117117
call str%append('"')
118+
119+
! End
120+
rst = char(str%to_string())
118121
end function
119122

120123
! ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)