Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

mathtext mishandling of certain exponents #5864

Copy link
Copy link
Closed
@anntzer

Description

@anntzer
Issue body actions

From the second example for twin axes in AxesGrid1, where the intent was probably to have a "seconds of angle" symbol:

$ python
Python 3.5.1 (default, Dec  7 2015, 12:58:09) 
[GCC 5.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import matplotlib.pyplot as plt; plt.gca().set_xlabel("$^{''}$/yr"); plt.show()
<matplotlib.text.Text object at 0x7f6451604f98>

(same result from within ipython with %matplotlib active)
screenshot_20160116_211600

EDIT: This part is invalid and should be ignored
Weirdly enough, running the same command from with python -c a different result:

$ python -c 'import matplotlib.pyplot as plt; plt.gca().set_xlabel("$^{''}$/yr"); plt.show()'

screenshot_20160116_211836

(checked without any matplotlibrc).

Preempting @tacaswell to @zblz this time :-)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.