-
Notifications
You must be signed in to change notification settings - Fork 4
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
Is it possible to insert an image in a plot? #8
Comments
I don't think this is currently possible. I don't see that in the original docs. |
Thank you very much John,
I was thinking that the function info_image was capable of doing that.
Manuel
El dom, 5 jun 2022 a las 7:25, John Coene ***@***.***>)
escribió:
… I don't think this is currently possible. I don't see that in the original
docs.
—
Reply to this email directly, view it on GitHub
<#8 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFI3FB7LRTLMOB2WTQNLS7DVNSTEZANCNFSM5X33FY7A>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
*Manuel Spínola, Ph.D.*
Instituto Internacional en Conservación y Manejo de Vida Silvestre
Universidad Nacional
Apartado 1350-3000
Heredia
COSTA RICA
***@***.*** ***@***.***>
***@***.***
Teléfono: (506) 8706 - 4662
Institutional website: ICOMVIS
<http://www.icomvis.una.ac.cr/index.php/manuel>
Blog sobre Ciencia de Datos: https://mspinola-ciencia-de-datos.netlify.app
|
Apologies, it is indeed possible but it's very awkward. g2(cars, asp(speed, dist)) %>%
fig_point() %>%
info_image(
start = c(10, 60),
end = c(20, 80),
style = list(
width = 50,
height = 50
),
src = "https://gw.alipayobjects.com/mdn/rms_2274c3/afts/img/A*ELYbTIVCgPoAAAAAAAAAAABkARQnAQ"
) |
Thank you very much John.
Is it possible to include a local png file?
Manuel
El dom, 5 jun 2022 a las 16:21, John Coene ***@***.***>)
escribió:
… Apologies, it is indeed possible but it's very awkward.
g2(cars, asp(speed, dist)) %>%
fig_point() %>%
info_image(
start = c(10, 60),
end = c(20, 80),
style = list(
width = 50,
height = 50
),
src = "https://gw.alipayobjects.com/mdn/rms_2274c3/afts/img/A*ELYbTIVCgPoAAAAAAAAAAABkARQnAQ"
)
—
Reply to this email directly, view it on GitHub
<#8 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFI3FBZYDXCP7MBIFOM3P43VNUSAHANCNFSM5X33FY7A>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
*Manuel Spínola, Ph.D.*
Instituto Internacional en Conservación y Manejo de Vida Silvestre
Universidad Nacional
Apartado 1350-3000
Heredia
COSTA RICA
***@***.*** ***@***.***>
***@***.***
Teléfono: (506) 8706 - 4662
Institutional website: ICOMVIS
<http://www.icomvis.una.ac.cr/index.php/manuel>
Blog sobre Ciencia de Datos: https://mspinola-ciencia-de-datos.netlify.app
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How can I insett an image in a plot?
The text was updated successfully, but these errors were encountered: