bug with subscripts and superscripts in 3D
See original GitHub issueAs reported by @ellecj - the problem has a couple of layers…
If I try to make this plot:
Plotly.newPlot(gd, [
{
"type": "mesh3d",
"y": [0, 1, 2],
"x": [1, 2, 0],
"z": [2, 0, 1],
"i": [0],
"j": [1],
"k": [2]
}
],
{
"title": "Triangle mesh",
"scene": {
"zaxis": {
"title": "Z<sup>SUPER</sup><sub>SUB</sub>"
}
}
})
I don’t see any super or subscripts:
And then if I do a relayout
:
Plotly.relayout(gd, {'scene.zaxis.title':'ZZZ<sup>2</sup><sub>a</sub>'})
I see a superscript but not a subscript:
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Bug: Superscripts and subscripts are a mess when graphs are ...
Bug : Superscripts and subscripts are a mess when graphs are pasted to PowerPoint or other programs. This occurs with Prism 6.00 and...
Read more >Stacked Fractions, Subscripts, and Superscripts in Label Styles
If we want a subscript we simply place the desired symbol (typically a carat if we don't want the line above) prior to...
Read more >84454 – FORMATTING: subscripts and superscripts on figures
Problem description: If I good remember, some time ago the subscripts and superscripts were available on figure text fields (legend, axis captions).
Read more >nWave | Bugs 3D | Trailer - YouTube
A big look at a microscopic world… Come face-to-face with some of our world's smallest inhabitants. “ Bugs !” is a breakthrough live-action ......
Read more >Fun Text - Google Workspace Marketplace
... the More... tab -Bug fixes This will probably be the last Fun Text update. ... the left to right order of the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Now in the PR #3207 the superscripts and subscripts could be used in webgl; and they are not limited to lower cases.
cc @dfcreative