We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aeb9bf commit 4fdacc6Copy full SHA for 4fdacc6
1 file changed
src/fplot_plot_data_box_whisker.f90
@@ -106,7 +106,7 @@ function pdbw_get_cmd(this) result(rst)
106
end if
107
108
! Style
109
- call str%append("using ($0+1):2:3:4:5:xtic(1) with candlesticks")
+ call str%append(" using ($0+1):2:3:4:5:xtic(1) with candlesticks")
110
111
! Whisker bars
112
@@ -115,6 +115,9 @@ function pdbw_get_cmd(this) result(rst)
115
call str%append(' lc rgb "#')
116
call str%append(clr%to_hex_string())
117
call str%append('"')
118
+
119
+ ! End
120
+ rst = char(str%to_string())
121
end function
122
123
! ------------------------------------------------------------------------------
0 commit comments