Announcement

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

  • Something wrong with my stata graphics.

    The original drawing should be as shown in Figure 1,
    Click image for larger version

Name:	1.png
Views:	1
Size:	3.2 KB
ID:	1725340


    ,Figure 1

    but now I draw the graph (in various commands, not only in scatter command), such as Figure 2,
    Click image for larger version

Name:	2.png
Views:	1
Size:	24.4 KB
ID:	1725341


    ,Figure 2

    which all have misaligned x and y axis coordinate scales, and the title and legend below will also be offset to the left. If there are many legends, they will be misaligned and crossed together. Like this:
    Click image for larger version

Name:	4.png
Views:	1
Size:	45.5 KB
ID:	1725342


    I have not changed any settings, and I want to know how to reset the drawing to the original automatic settings. Restore the image to normal.
    Thanks.
    Last edited by Lei Zhou; 29 Aug 2023, 03:53.

  • #2
    I found a solution, which is because the font-family, so change with this command can solve this problem: graph set window fontface "Times New Roman".

    Comment

    Working...
    X