Skip to content

Commit 02441ff

Browse files
committed
foo
1 parent c32ea03 commit 02441ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/src/tutorial-basic-example-f.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ starting from the condition $x(0) = (-1, 0)$ and with the goal to reach the targ
3131
```@setup main
3232
using Plots
3333
using Plots.PlotMeasures
34-
plot(args...; kwargs...) = Plots.plot(args...; kwargs..., leftmargin=0px)
34+
plot(args...; kwargs...) = Plots.plot(args...; kwargs..., leftmargin=20px)
3535
```
3636

3737
First, we need to import the `OptimalControl.jl` package:

docs/src/tutorial-basic-example.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ starting from the condition $x(0) = (-1, 0)$ and with the goal to reach the targ
3131
```@setup main
3232
using Plots
3333
using Plots.PlotMeasures
34-
plot(args...; kwargs...) = Plots.plot(args...; kwargs..., leftmargin=0px)
34+
plot(args...; kwargs...) = Plots.plot(args...; kwargs..., leftmargin=20px)
3535
```
3636

3737
First, we need to import the `OptimalControl.jl` package:

docs/src/tutorial-goddard.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $v(t) \leq v_{\max}$. The initial state is fixed while only the final mass is pr
3838
```@setup main
3939
using Plots
4040
using Plots.PlotMeasures
41-
plot(args...; kwargs...) = Plots.plot(args...; kwargs..., leftmargin=0px)
41+
plot(args...; kwargs...) = Plots.plot(args...; kwargs..., leftmargin=20px)
4242
using Suppressor # to suppress warnings
4343
```
4444

0 commit comments

Comments
 (0)