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

transAxes isn't working properly with scale='log' #1249

Copy link
Copy link
Closed
@pelson

Description

@pelson
Issue body actions

Easy to reproduce:

import matplotlib.pyplot as plt
import matplotlib.transforms as mtrans

ax = plt.subplot(122, xscale='log')
t = mtrans.BlendedGenericTransform(ax.transData, ax.transAxes)
plt.plot(50, 0.5, 'ob', transform=t)
plt.show()

Manually resize the window, the point should stay in the middle of the axes, but stays static, as if the values given were in device coordinates.

Likely to be down to a caching issue. Related to #1247. Almost certainly caused by me.

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.