Skip to content

Commit 8daaa97

Browse files
committed
Fix formatting
1 parent 5daf7cb commit 8daaa97

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,9 @@ p = plotx(T, Y1, Y2; ylabels=["Y1", "Y2"], fig="dual")
162162

163163
Full function signature:
164164
```julia
165-
plotx(X, Y...; xlabel="time [s]", ylabels=nothing, labels=nothing, xlims=nothing, ylims=nothing, ann=nothing,
166-
scatter=false, fig="", title="", ysize=14, yzoom=1.0, bottom=nothing, disp=false)
165+
plotx(X, Y...; xlabel="time [s]", ylabels=nothing, labels=nothing, xlims=nothing,
166+
ylims=nothing, ann=nothing, scatter=false, fig="", title="", ysize=14,
167+
yzoom=1.0, bottom=nothing, disp=false)
167168
```
168169
The optional parameter `ysize` can be used to change the size of the y-axis labels. The default value is 14 points.
169170
The optional parameter `bottom` can be used to control the bottom margin of the plot when using `plt.tight_layout(rect=[0, bottom, 1, 1])`. When `nothing`, the default tight layout is used.

0 commit comments

Comments
 (0)