Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
chanhosuh committed Jul 11, 2023
1 parent b323f62 commit 46395de
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions curvesim/plot/altair/make_chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
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:
- 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
Expand Down
10 changes: 5 additions & 5 deletions curvesim/plot/altair/results/make_page.py
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions curvesim/plot/altair/results/result_selectors.py
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 46395de

Please sign in to comment.