Skip to content

Instantly share code, notes, and snippets.

@jkrumbiegel
Created July 26, 2023 10:01
Show Gist options
  • Save jkrumbiegel/cf20eb726a702b0f5f3f973f62b9d9db to your computer and use it in GitHub Desktop.
Save jkrumbiegel/cf20eb726a702b0f5f3f973f62b9d9db to your computer and use it in GitHub Desktop.
makie alpha
f, _ = lines(0..8, sin, color = :blue, linewidth = 10)
lines!(0..8, cos, color = :red, alpha = 0.5, linewidth = 10)
f
@jkrumbiegel
Copy link
Author

alpha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment