question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

bug with subscripts and superscripts in 3D

See original GitHub issue

As 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: screen shot 2016-11-18 at 11 37 17 am

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: screen shot 2016-11-18 at 11 38 47 am

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
archmojcommented, Nov 4, 2018

Now in the PR #3207 the superscripts and subscripts could be used in webgl; and they are not limited to lower cases.

1reaction
etpinardcommented, Jul 17, 2017
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found