Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Graph Dot: Alignment of Axis Labels

    Using graph dot, the labels on the y (categorical) axis are all slightly off in terms of alignment. I've tried all sorts but running out of ideas, so any help much appreciated. Thanks!


    sysuse auto, clear
    graph dot price if foreign, over(make)
    Click image for larger version

Name:	Screenshot 2024-05-30 at 12.26.43.png
Views:	2
Size:	132.1 KB
ID:	1754945

  • #2
    I don't know the answer to this. But I do notice that the problem is better or worse for different font faces. You might want to try a different font using

    Code:
    graph set window fontface "<font name>"
    For instance, the problem is less severe when you use the Arial or Merriweather fonts.
    Last edited by Hemanshu Kumar; 30 May 2024, 12:56.

    Comment

    Working...
    X