From 46395de064055d877bcab98b6619c100044d5371 Mon Sep 17 00:00:00 2001 From: Chan-Ho Suh Date: Tue, 11 Jul 2023 17:21:56 -0400 Subject: [PATCH] Remove trailing whitespace --- curvesim/plot/altair/make_chart.py | 4 ++-- curvesim/plot/altair/results/make_page.py | 10 +++++----- curvesim/plot/altair/results/result_selectors.py | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/curvesim/plot/altair/make_chart.py b/curvesim/plot/altair/make_chart.py index c18695b95..cb1053126 100644 --- a/curvesim/plot/altair/make_chart.py +++ b/curvesim/plot/altair/make_chart.py @@ -2,7 +2,7 @@ This module provides functionality for creating Altair charts with custom styles. It contains utility functions for creating charts and default chart properties. It -uses styles defined in the .styles module and allows custom configuration of chart +uses styles defined in the .styles module and allows custom configuration of chart properties. The key functions in this module are: @@ -10,7 +10,7 @@ - make_chart: Create an interactive chart with custom properties and styles. - make_defaults: Create default properties for a chart. -The data_transformers.disable_max_rows() call at the top of the module disables the +The data_transformers.disable_max_rows() call at the top of the module disables the maximum row limit for Altair charts. """ from altair import Chart, Scale, data_transformers diff --git a/curvesim/plot/altair/results/make_page.py b/curvesim/plot/altair/results/make_page.py index d8000a4fb..723375c11 100644 --- a/curvesim/plot/altair/results/make_page.py +++ b/curvesim/plot/altair/results/make_page.py @@ -1,14 +1,14 @@ """ -This module provides functionality for creating interactive Altair charts from +This module provides functionality for creating interactive Altair charts from simulation results. -It contains utility functions for creating data dictionaries, pages, subplots, -and layered or single charts. It uses selectors to control chart properties and +It contains utility functions for creating data dictionaries, pages, subplots, +and layered or single charts. It uses selectors to control chart properties and apply tooltips. The key functions in this module are: -- make_page_from_results: Creates an interactive Altair chart from simulation +- make_page_from_results: Creates an interactive Altair chart from simulation results. - make_data_dict: Prepares the data from the results for chart creation. - make_page: Creates an interactive Altair chart page with multiple subplots. @@ -17,7 +17,7 @@ - make_single_chart: Creates a single chart for a specific metric. - make_layered_chart: Creates a layered chart for multiple submetrics of a metric. -The data_transformers.disable_max_rows() call at the top of the module disables the +The data_transformers.disable_max_rows() call at the top of the module disables the maximum row limit for Altair charts. """ from altair import concat, data_transformers, layer, value, vconcat diff --git a/curvesim/plot/altair/results/result_selectors.py b/curvesim/plot/altair/results/result_selectors.py index abb8988b6..af92fe62e 100644 --- a/curvesim/plot/altair/results/result_selectors.py +++ b/curvesim/plot/altair/results/result_selectors.py @@ -1,8 +1,8 @@ """ -This module provides functionality for creating result selectors for an Altair +This module provides functionality for creating result selectors for an Altair chart. -It contains utility functions for creating axis selectors, parameter filters, +It contains utility functions for creating axis selectors, parameter filters, selector charts and result selectors. The key functions in this module are: