Created
July 26, 2023 10:01
-
-
Save jkrumbiegel/cf20eb726a702b0f5f3f973f62b9d9db to your computer and use it in GitHub Desktop.
makie alpha
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f, _ = lines(0..8, sin, color = :blue, linewidth = 10) | |
lines!(0..8, cos, color = :red, alpha = 0.5, linewidth = 10) | |
f |
Author
jkrumbiegel
commented
Jul 26, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment