Skip to content

Commit

Permalink
Per #1528, added line_width to config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Oct 30, 2020
1 parent 3dd4ecd commit bbfab0d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions met/data/config/PlotPointObsConfig_default
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ obs_thresh = NA;
// May be set separately in each "plot_point_obs" entry

dotsize(x) = 10; // Function of the obs value
outline_color = NA;
line_color = red;
line_width = 1;
fill_color = red;
fill_color_table = { // Takes precedence over fill_color
fill_color_table = { // Takes precedence over fill_color
flag = FALSE;
color_table = "MET_BASE/colortables/met_default.ctable";
plot_min = 0.0;
Expand Down

0 comments on commit bbfab0d

Please sign in to comment.