Embedding plotly plots in LaTeXHow to create interactive 3D graph using latexfigures and tables in...
Is this nominative case or accusative case?
Why do we call complex numbers “numbers” but we don’t consider 2 vectors numbers?
Can inspiration allow the Rogue to make a Sneak Attack?
How do we objectively assess if a dialogue sounds unnatural or cringy?
What is the oldest European royal house?
Does the US political system, in principle, allow for a no-party system?
Naming Characters after Friends/Family
How to make sure I'm assertive enough in contact with subordinates?
Is divide-by-zero a security vulnerability?
Quitting employee has privileged access to critical information
ESPP--any reason not to go all in?
Professor forcing me to attend a conference
Why are special aircraft used for the carriers in the United States Navy?
When to use the term transposed instead of modulation?
Can a Mimic (container form) actually hold loot?
Linear Combination of Atomic Orbitals
Are there other characters in the Star Wars universe who had damaged bodies and needed to wear an outfit like Darth Vader?
What is the purpose of a disclaimer like "this is not legal advice"?
Split a number into equal parts given the number of parts
Learning to quickly identify valid fingering for piano?
How to write a chaotic neutral protagonist and prevent my readers from thinking they are evil?
Are Wave equations equivalent to Maxwell equations in free space?
What does it mean when I add a new variable to my linear model and the R^2 stays the same?
Do natural melee weapons (from racial traits) trigger Improved Divine Smite?
Embedding plotly plots in LaTeX
How to create interactive 3D graph using latexfigures and tables in appendixHigh-quality LaTeX output format for website display with flexibilitypdflatex, dvips: cannot determine size of graphic in … (no Bound ingBox)Embedding PDF while rewriting fonts in LatexHow to save a figure with multiple sub floats to a single pdf filePDF-format causes figure to be moved to end of chapterReduce pdf file size for large image produced by pgfplotsList of figures: figure numbers appear in incorrect orderExternalize pdf_tex like externalize tikzLatex: Get rid of white space below image label
Is it possible to embed a plotly figure in a LaTeX pdf? Plotly produces very nice interactive figures but when I save them as a png they become less informative. Does anyone know if there is a way to embed from either a saved html file or from an online embed link? The following link shows some example maps like what I would like to embed.
https://plot.ly/python/choropleth-maps/
floats pdf
add a comment |
Is it possible to embed a plotly figure in a LaTeX pdf? Plotly produces very nice interactive figures but when I save them as a png they become less informative. Does anyone know if there is a way to embed from either a saved html file or from an online embed link? The following link shows some example maps like what I would like to embed.
https://plot.ly/python/choropleth-maps/
floats pdf
Maybe tex.stackexchange.com/questions/451745/… is related?
– marmot
1 hour ago
add a comment |
Is it possible to embed a plotly figure in a LaTeX pdf? Plotly produces very nice interactive figures but when I save them as a png they become less informative. Does anyone know if there is a way to embed from either a saved html file or from an online embed link? The following link shows some example maps like what I would like to embed.
https://plot.ly/python/choropleth-maps/
floats pdf
Is it possible to embed a plotly figure in a LaTeX pdf? Plotly produces very nice interactive figures but when I save them as a png they become less informative. Does anyone know if there is a way to embed from either a saved html file or from an online embed link? The following link shows some example maps like what I would like to embed.
https://plot.ly/python/choropleth-maps/
floats pdf
floats pdf
edited 2 hours ago
Bernard
172k776204
172k776204
asked 2 hours ago
RobinRobin
152
152
Maybe tex.stackexchange.com/questions/451745/… is related?
– marmot
1 hour ago
add a comment |
Maybe tex.stackexchange.com/questions/451745/… is related?
– marmot
1 hour ago
Maybe tex.stackexchange.com/questions/451745/… is related?
– marmot
1 hour ago
Maybe tex.stackexchange.com/questions/451745/… is related?
– marmot
1 hour ago
add a comment |
1 Answer
1
active
oldest
votes
PDF is essentialy a static format, like a book. I'm not sure it support interactive content. You should try something like LaTeX->html+js, but with an approach like this you'd better write html directly...
New contributor
Benci is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Hmmmh, how about tex.stackexchange.com/questions/451745/… ? Note that I am not saying that this implies that the plots asked in the question can be embedded, but this shows that there are some interactive plots that can.
– marmot
1 hour ago
pdf support a javascript subset (see [pdfill.com/document_javascript.html], as example). But what the original question ask it's a little bit more than a subset... And get it through LaTeX export sounds like a big mess (for what i know)
– Benci
1 hour ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f478319%2fembedding-plotly-plots-in-latex%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
PDF is essentialy a static format, like a book. I'm not sure it support interactive content. You should try something like LaTeX->html+js, but with an approach like this you'd better write html directly...
New contributor
Benci is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Hmmmh, how about tex.stackexchange.com/questions/451745/… ? Note that I am not saying that this implies that the plots asked in the question can be embedded, but this shows that there are some interactive plots that can.
– marmot
1 hour ago
pdf support a javascript subset (see [pdfill.com/document_javascript.html], as example). But what the original question ask it's a little bit more than a subset... And get it through LaTeX export sounds like a big mess (for what i know)
– Benci
1 hour ago
add a comment |
PDF is essentialy a static format, like a book. I'm not sure it support interactive content. You should try something like LaTeX->html+js, but with an approach like this you'd better write html directly...
New contributor
Benci is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Hmmmh, how about tex.stackexchange.com/questions/451745/… ? Note that I am not saying that this implies that the plots asked in the question can be embedded, but this shows that there are some interactive plots that can.
– marmot
1 hour ago
pdf support a javascript subset (see [pdfill.com/document_javascript.html], as example). But what the original question ask it's a little bit more than a subset... And get it through LaTeX export sounds like a big mess (for what i know)
– Benci
1 hour ago
add a comment |
PDF is essentialy a static format, like a book. I'm not sure it support interactive content. You should try something like LaTeX->html+js, but with an approach like this you'd better write html directly...
New contributor
Benci is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
PDF is essentialy a static format, like a book. I'm not sure it support interactive content. You should try something like LaTeX->html+js, but with an approach like this you'd better write html directly...
New contributor
Benci is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Benci is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 2 hours ago
BenciBenci
62
62
New contributor
Benci is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Benci is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Benci is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Hmmmh, how about tex.stackexchange.com/questions/451745/… ? Note that I am not saying that this implies that the plots asked in the question can be embedded, but this shows that there are some interactive plots that can.
– marmot
1 hour ago
pdf support a javascript subset (see [pdfill.com/document_javascript.html], as example). But what the original question ask it's a little bit more than a subset... And get it through LaTeX export sounds like a big mess (for what i know)
– Benci
1 hour ago
add a comment |
Hmmmh, how about tex.stackexchange.com/questions/451745/… ? Note that I am not saying that this implies that the plots asked in the question can be embedded, but this shows that there are some interactive plots that can.
– marmot
1 hour ago
pdf support a javascript subset (see [pdfill.com/document_javascript.html], as example). But what the original question ask it's a little bit more than a subset... And get it through LaTeX export sounds like a big mess (for what i know)
– Benci
1 hour ago
Hmmmh, how about tex.stackexchange.com/questions/451745/… ? Note that I am not saying that this implies that the plots asked in the question can be embedded, but this shows that there are some interactive plots that can.
– marmot
1 hour ago
Hmmmh, how about tex.stackexchange.com/questions/451745/… ? Note that I am not saying that this implies that the plots asked in the question can be embedded, but this shows that there are some interactive plots that can.
– marmot
1 hour ago
pdf support a javascript subset (see [pdfill.com/document_javascript.html], as example). But what the original question ask it's a little bit more than a subset... And get it through LaTeX export sounds like a big mess (for what i know)
– Benci
1 hour ago
pdf support a javascript subset (see [pdfill.com/document_javascript.html], as example). But what the original question ask it's a little bit more than a subset... And get it through LaTeX export sounds like a big mess (for what i know)
– Benci
1 hour ago
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f478319%2fembedding-plotly-plots-in-latex%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Maybe tex.stackexchange.com/questions/451745/… is related?
– marmot
1 hour ago