Skip to content

[Bug]: Exponential numbers on axis look like 10Σ² instead of 10⁻² with backend_gtk3cairo #32084

Description

@FilipDominec

Bug summary

I recently installed matplotlib 3.11.0 and logarithmic axes now look like this.

Code for reproduction

#...  basically any values from 0 to 1 will do
ax.plot(x, y)
ax.set_yscale('log')
#...

Actual outcome

Image

Expected outcome

Axes used to print normal exponential numbers.

Additional information

No response

Operating system

Ubuntu

Matplotlib Version

3.11.0

Matplotlib Backend

No response

Python version

gtk3agg

Jupyter version

No response

Installation

pip

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions