-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logo #6
Comments
Hi Aurelien,
Nice idea for a logo. Yet, I assume that the swap between T1 and T2 is accidental (in "lines!(ax,T,ST2,color=cmap_T1,linewidth=20)"). Anyway, the curve going from -1 to +1 should have the Lipari (i.e. T1) color map.
Furthermore, I would consider removing all annotations, axes etc. And I would consider a black background rather than a while one.
I.e., like this
#################################################################
using CairoMakie
using qMRIColors
cmap_T1 = relaxationColorMap("T1")
cmap_T2 = relaxationColorMap("T2")
T = collect(LinRange(0,100,256))
T2 = 10
ST2 = exp.(-T./T2)
lines(T,ST2,color=cmap_T2)
T1 = 30
ST1 = 1 .- 2*exp.(-T./T1)
begin
f=Figure()
ax = Axis(f[1,1], backgroundcolor=:black)
lines!(ax,T,ST2,color=cmap_T2,linewidth=20)
lines!(ax,T,ST1,color=cmap_T1,linewidth=20)
hidedecorations!(ax)
hidespines!(ax)
f
end
#################################################################
Best regards,
Miha
…________________________________
From: aTrotier ***@***.***>
Sent: Tuesday, December 10, 2024 15:28
To: MagneticResonanceImaging/QMRIColors.jl ***@***.***>
Cc: Fuderer, M. (Miha) ***@***.***>; Mention ***@***.***>
Subject: [MagneticResonanceImaging/QMRIColors.jl] Logo (Issue #6)
using CairoMakie
using QMRIColors
cmap_T1 = relaxationColorMap("T1")
cmap_T2 = relaxationColorMap("T2")
T = collect(LinRange(0,100,256))
T2 = 10
ST2 = exp.(-T./T2)
lines(T,ST2,color=cmap_T1)
T1 = 30
ST1 = 1 .- 2*exp.(-T./T1)
begin
f=Figure()
ax = Axis(f[1,1])
lines!(ax,T,ST2,color=cmap_T1,linewidth=20)
lines!(ax,T,ST1,color=cmap_T2,linewidth=20)
hidexdecorations!(ax)
f
end
@mfuderer<https://github.com/mfuderer> I'm searching an idea for a logo. Any thoughts ?
image.png (view on web)<https://github.com/user-attachments/assets/9f097659-d750-473f-b3b9-7b80778f0b1b>
—
Reply to this email directly, view it on GitHub<#6>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BB2W4ZCRRE6RUPD2T2BY2WL2E33ABAVCNFSM6AAAAABTLJM7FSVHI2DSMVQWIX3LMV43ASLTON2WKOZSG4ZTAMRYGA2DANI>.
You are receiving this because you were mentioned.
------------------------------------------------------------------------------
De informatie opgenomen in dit bericht kan vertrouwelijk zijn en is
uitsluitend bestemd voor de geadresseerde. Indien u dit bericht onterecht
ontvangt, wordt u verzocht de inhoud niet te gebruiken en de afzender direct
te informeren door het bericht te retourneren. Het Universitair Medisch
Centrum Utrecht is een publiekrechtelijke rechtspersoon in de zin van de W.H.W.
(Wet Hoger Onderwijs en Wetenschappelijk Onderzoek) en staat geregistreerd bij
de Kamer van Koophandel voor Midden-Nederland onder nr. 30244197.
Denk s.v.p aan het milieu voor u deze e-mail afdrukt.
------------------------------------------------------------------------------
This message may contain confidential information and is intended exclusively
for the addressee. If you receive this message unintentionally, please do not
use the contents but notify the sender immediately by return e-mail. University
Medical Center Utrecht is a legal person by public law and is registered at
the Chamber of Commerce for Midden-Nederland under no. 30244197.
Please consider the environment before printing this e-mail.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@mfuderer I'm searching an idea for a logo. Any thoughts ?
The text was updated successfully, but these errors were encountered: