Skip to content
Merged
6 changes: 0 additions & 6 deletions docs/benchmarks/hires/plot.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import jax.numpy as jnp
import matplotlib.pyplot as plt
import jax

from probdiffeq.util.doc_util import notebook

jax.config.update("jax_platform_name", "cpu")
```
Expand Down Expand Up @@ -91,11 +90,6 @@ def plot_solution(axis, ts, ys, yscale="linear"):
return axis
```

```python
plt.rcParams.update(notebook.plot_style())
plt.rcParams.update(notebook.plot_sizes())
```

```python
layout = [
["benchmark", "benchmark", "solution"],
Expand Down
7 changes: 0 additions & 7 deletions docs/benchmarks/lotkavolterra/plot.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ import jax.numpy as jnp
import matplotlib.pyplot as plt
import jax

from probdiffeq.util.doc_util import notebook

jax.config.update("jax_platform_name", "cpu")
```

Expand Down Expand Up @@ -95,11 +93,6 @@ def plot_solution(axis, ts, ys, yscale="linear"):
return axis
```

```python
plt.rcParams.update(notebook.plot_style())
plt.rcParams.update(notebook.plot_sizes())
```

```python
layout = [
["benchmark", "benchmark", "solution"],
Expand Down
6 changes: 0 additions & 6 deletions docs/benchmarks/pleiades/plot.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ import jax.numpy as jnp
import matplotlib.pyplot as plt
import jax

from probdiffeq.util.doc_util import notebook

jax.config.update("jax_platform_name", "cpu")
```

Expand Down Expand Up @@ -101,10 +99,6 @@ def plot_solution(axis, ys, yscale="linear"):
return axis
```

```python
plt.rcParams.update(notebook.plot_style())
plt.rcParams.update(notebook.plot_sizes())
```

```python
layout = [
Expand Down
7 changes: 0 additions & 7 deletions docs/benchmarks/taylor_fitzhughnagumo/plot.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ import jax.numpy as jnp
import matplotlib.pyplot as plt
import jax

from probdiffeq.util.doc_util import notebook

jax.config.update("jax_platform_name", "cpu")
```

Expand Down Expand Up @@ -88,11 +86,6 @@ def _adaptive_repeat(xs, ys):
return jnp.asarray(zs)
```

```python
plt.rcParams.update(notebook.plot_style())
plt.rcParams.update(notebook.plot_sizes())
```

```python
fig, (axis_perform, axis_compile) = plt.subplots(
ncols=2, figsize=(8, 3), dpi=150, sharex=True
Expand Down
6 changes: 0 additions & 6 deletions docs/benchmarks/taylor_node/plot.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ import jax.numpy as jnp
import matplotlib.pyplot as plt
import jax

from probdiffeq.util.doc_util import notebook

jax.config.update("jax_platform_name", "cpu")
```

Expand Down Expand Up @@ -85,10 +83,6 @@ def _adaptive_repeat(xs, ys):
return jnp.asarray(zs)
```

```python
plt.rcParams.update(notebook.plot_style())
plt.rcParams.update(notebook.plot_sizes())
```

```python
fig, (axis_perform, axis_compile) = plt.subplots(
Expand Down
6 changes: 0 additions & 6 deletions docs/benchmarks/taylor_pleiades/plot.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import jax.numpy as jnp
import matplotlib.pyplot as plt
import jax

from probdiffeq.util.doc_util import notebook

jax.config.update("jax_platform_name", "cpu")
```
Expand Down Expand Up @@ -66,11 +65,6 @@ def plot_results(axis_compile, axis_perform, results):
return axis_compile, axis_perform
```

```python
plt.rcParams.update(notebook.plot_style())
plt.rcParams.update(notebook.plot_sizes())
```

```python
fig, (axis_perform, axis_compile) = plt.subplots(
ncols=2, dpi=150, sharex=True, figsize=(8, 3)
Expand Down
6 changes: 0 additions & 6 deletions docs/benchmarks/vanderpol/plot.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ import jax.numpy as jnp
import matplotlib.pyplot as plt
import jax

from probdiffeq.util.doc_util import notebook

jax.config.update("jax_platform_name", "cpu")
```

Expand Down Expand Up @@ -114,10 +112,6 @@ def plot_solution(axis, ts, ys, yscale="linear"):
return axis
```

```python
plt.rcParams.update(notebook.plot_style())
plt.rcParams.update(notebook.plot_sizes())
```

```python
layout = [
Expand Down
File renamed without changes.
Loading