79506189

Date: 2025-03-13 10:47:06
Score: 0.5
Natty:
Report link

In your semilog plot, the x-axis is on a log scale, but the y-axis is linear. A linear axis doesn’t have smaller divisions if that are log numbers, so you won’t see minor ticks on it like you did in a full log-log plot. If you want both axes to follow a log scale, use loglog(x, y). Otherwise, if you want minor ticks in a semilog plot, you have to add them manually using LogLocator.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Coco Q.