Skip to content

Commit 170f884

Browse files
committed
Release v0.1.1
1 parent 40e43ff commit 170f884

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "AstroPlot"
22
uuid = "00b67d96-df8a-4e04-ab4d-0170e12eeaec"
33
authors = ["islent <leoislent@gmail.com>"]
4-
version = "0.1.0"
4+
version = "0.1.1"
55

66
[deps]
77
AstroIO = "c85a633c-0c3f-44a2-bffe-7f9d0681b3e7"

src/analyse/momentum.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ end
88

99
# If having `range step cannot be zero` error from Makie, try Plots.jl instead
1010
# Ref:
11-
# - https://github.com/JuliaPlots/Makie.jl/issues/1579
12-
# - https://github.com/JuliaPlots/Makie.jl/issues/1040
1311
# - https://github.com/JuliaPlots/Makie.jl/issues/931
12+
# - https://github.com/JuliaPlots/Makie.jl/issues/1196
13+
# - https://github.com/JuliaPlots/Makie.jl/issues/1373
1414
function plot_momentum!(ax, df::DataFrame; axis = [:x, :y, :z], colors = nothing, kw...)
1515
if isnothing(colors)
1616
scenes = [plot_momentum!(ax, df, axis[i]; color = RGB(rand(3)...), kw...) for i in 1:length(axis)]

0 commit comments

Comments
 (0)