Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
width
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisot committed Oct 15, 2021
1 parent 5e8a55a commit b3b0f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/examples/multivariate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ xaxis!(tri1, "Longitude")
yaxis!(tri1, "Latitude")
tri2 = trivariatelegend(layer1, layer2, layer3; red="Heterogeneity", green="Roughness", blue="Urban")

plot(tri1, tri2; layout=@layout [a{0.75w} b])
plot(tri1, tri2; layout=@layout [a{0.5w} b])

2 comments on commit b3b0f32

@tpoisot
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/46824

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.8.2 -m "<description of version>" b3b0f32732e1269719770f38a0a8cbbc27e7c5e5
git push origin v0.8.2

Please sign in to comment.