Skip to content

Commit

Permalink
consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg authored Jan 10, 2023
1 parent 20ab74c commit a1f759c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/UnicodePlots.jl
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ if get(ENV, "UP_PRECOMPILE", "true") == "true"
lineplot([sin, cos], -I, I),
lineplot([sin, cos], (-I):I),
lineplot(I:2, T[0:1 2:3]),
lineplot(I:2, I:2, xscale = :ln, yscale = :log10),
lineplot(I:2, I:2; xscale = :ln, yscale = :log10),
lineplot([Date(2020), Date(2021)], I:2),
scatterplot(I:2),
scatterplot(I:2, I:2),
Expand All @@ -162,7 +162,7 @@ if get(ENV, "UP_PRECOMPILE", "true") == "true"
histogram(T[1, 2, 3]; vertical = true),
polarplot(0:/ 4):π, I:5),
densityplot(T[1, 2], T[3, 4]; dscale = x -> log(1 + x)),
heatmap(repeat(collect(T, 0:4)', outer = (5, 1))),
heatmap(repeat(collect(T, 0:4)'; outer = (5, 1))),
spy(T[1 -1 0; -1 2 1; 0 -1 1]),
contourplot(surf.(meshgrid((-I):I, (-2I):(2I))...)),
contourplot((-I):I, (-2I):(2I), surf),
Expand Down

0 comments on commit a1f759c

Please sign in to comment.