Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Oct 13, 2024
1 parent c2c2bb7 commit b410504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/UnitfulExt/unitfulext_plots.jl
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ plot(

# ## Marker types

markers = intersect(PlotsBase._shape_keys, PlotsBase.supported_markers())
markers = intersect(PlotsBase.Commons._shape_keys, PlotsBase.supported_markers())
markers = reshape(markers, 1, length(markers))
n = length(markers)
x = (range(0, stop=10, length=n + 2))[2:end - 1] * u"km"
Expand Down

0 comments on commit b410504

Please sign in to comment.