Skip to content

ENH: Improve tick density near zero for symlog scale#31402

Open
gy03811-blip wants to merge 1 commit intomatplotlib:mainfrom
gy03811-blip:enh-symlog-tick-density
Open

ENH: Improve tick density near zero for symlog scale#31402
gy03811-blip wants to merge 1 commit intomatplotlib:mainfrom
gy03811-blip:enh-symlog-tick-density

Conversation

@gy03811-blip
Copy link

Summary

Improves tick density near zero for symlog scale by adding additional linear ticks within the linear threshold region.

Problem

Current symlog tick generation can produce sparse ticks near zero, reducing readability.

Solution

Adds extra ticks using numpy.linspace within [-linthresh, linthresh] and merges them with existing ticks.

Impact

Improves visualization clarity for symlog plots near zero without affecting behavior outside the linear region.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant