> For the complete documentation index, see [llms.txt](https://docs.sov.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sov.ai/api-reference/plots-1/ratios-plots.md).

# Ratios Plots

**Module:** `sovai.plots.ratios.ratios_plots`

## Functions

### `neutralize_and_differentiate()`

```python
def neutralize_and_differentiate(
    df_latest,
    lagged_zero = '0_week',
    lagged_one = '1_quarter',
    characteristic = 'sector',
)
```

***

### `neutralize_by_benchmark()`

```python
def neutralize_by_benchmark(
    df_latest,
    lagged_zero = '0_week',
    lagged_one = '1_quarter',
    n_clusters = 170,
)
```

***

### `plot_ratios_triple()`

```python
def plot_ratios_triple(ticker = 'TSLA')
```

***
