Added features that automatically apply scientific notation to diagram axes labels. Include boolean functions to determine if scientific notation is to be used for value. Addresses the problem of too many trailing zeroes due to computer precision. Replaced OVERLAY_TAYLOR_DIAGRAM_CIRCLES with OVERLAY_TAYLOR_DIAGRAM_LINES.
Here is a list of new functions that have been added:
get_axis_tick_label: Get the label for the number on the axis without trailing zeros.
save_figures: Save figures to individual numbered graphics files
use_sci_notation: Boolean function to determine if scientific notation is to be used for value
These features apply to both the Taylor and target diagrams.
Added features that automatically apply scientific notation to diagram axes labels. Include boolean functions to determine if scientific notation is to be used for value. Addresses the problem of too many trailing zeroes due to computer precision. Replaced OVERLAY_TAYLOR_DIAGRAM_CIRCLES with OVERLAY_TAYLOR_DIAGRAM_LINES.
Here is a list of new functions that have been added:
get_axis_tick_label
: Get the label for the number on the axis without trailing zeros.save_figures
: Save figures to individual numbered graphics filesuse_sci_notation
: Boolean function to determine if scientific notation is to be used for valueThese features apply to both the Taylor and target diagrams.