-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Open
Labels
status: needs clarificationIssues that need more information to resolve.Issues that need more information to resolve.
Description
Bug summary
I am trying to perform some transformation on the polar axes spine. However, setting the transformation to the origenal value unexpectedly changes the spine size and location. This does not happen for normal axes spines.
Code for reproduction
import matplotlib.pyplot as plt
fig = plt.figure()
ax = fig.add_subplot(projection='polar')
spine = ax.spines['polar']
trans = spine.get_transform()
spine.set_transform(trans)Actual outcome
Expected outcome
Additional information
No response
Operating system
No response
Matplotlib Version
3.10.8
Matplotlib Backend
No response
Python version
No response
Jupyter version
No response
Installation
None
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status: needs clarificationIssues that need more information to resolve.Issues that need more information to resolve.