You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**urban_rural_name:** list of only one string input, which is variable used to
367
-
determine wheter urban or rural site. (e.g., ['msa_name'])
367
+
determine whether urban or rural site. (e.g., ['msa_name'])
368
368
369
369
**urban_rural_differentiate_value:** string of value used to determine whether
370
370
variable is rural or urban. (e.g., '').
@@ -381,7 +381,57 @@ for csi plot, list of model names (only) user choose to set as labels.
381
381
382
382
**score_name:** csi plot only. list of scores user can choose to plot. examples are "Critical Success Index' 'False Alarm Rate' 'Hit Rate'.
383
383
384
-
**threshold_tick_style:** csi plot only. (optional) control for spacing of threshold (x-axis) ticks. example: use ``nonlinear`` when nonlinear xticks including all thresholds are desired. Any other selection (default = None) will choose xticks that are equally spaced between min(threshold_list):max(threshold_list) and likely won't include all thresholds.
384
+
**threshold_tick_style:** csi plot only. (optional) control for spacing of threshold (x-axis) ticks. example: use ``nonlinear`` when nonlinear xticks including all thresholds are desired. Any other selection (default = None) will choose xticks that are equally spaced between min(threshold_list):max(threshold_list) and likely won't include all thresholds.
385
+
386
+
**altitude_variable:** For "vert_profile" plot only. Name of altitude variable in observational
387
+
dataset (e.g., altitude)
388
+
389
+
**vertprofile_bins:** For "vert_profile" plot only. List of vertical bins, on which to analyze the data.
390
+
Units should be identical to the units of the altitude_variable specified above (e.g.,
391
+
[0, 500, 1000, 1500, 2000, 2500, 3000, 3500, 4000] if altitude is in meters)
392
+
393
+
**color_map:** For 'scatter_density' plot only. Specify a default colormap in Matplotlib (e.g., 'RdBu_r').
394
+
To use a custom colormap, leave color_map blank and provide the following options:
395
+
396
+
* **colors:** Specify a list of colors (e.g., ['royalblue', 'cyan', 'yellow', 'orange']).
397
+
* **over:** Specify the color for data greater than the color bar (e.g., 'red')
398
+
* **under:** Specify the color for data less than the color bar (e.g., 'blue')
399
+
400
+
**fill:** For 'scatter_density' plot only. Set to True if you want to to create a KDE plot
401
+
(i.e., fill the area under the density curve) and set to False to create a scatter plot.
402
+
403
+
**shade_lowest:** For 'scatter_density' plot and if fill is set to True above (i.e., for KDE
404
+
plots only.) Set to True if you want to shade the lowest contour.
405
+
406
+
**vcenter:** For 'scatter_density' plot only. Optionally, provide the central value for TwoSlopeNorm.
407
+
408
+
**color_map_custom:** For 'curtain' plot only. Set to True, to use a custom Matplotlib colormap and
409
+
specify “colors” and "color_levels". To use a standard Matplotlib colormap, set to False and specify
410
+
a “color_map”.
411
+
412
+
**colors:** For 'curtain' plot only. Used only if "color_map_custom" is set to True. Provide
413
+
a list of colors (e.g., ["#ff8cff", "#dd6ff2", "#bb52e5", "#9935d8", "#7718cb", "#0000bb", "#002ccc",
0 commit comments