Announcement

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

  • Bar Graph

    Hi,

    I have the following bar Graph and want to exclude the bars in 2016,2018 and 2021 which are zero and therefore no bar is shown. How do I do that?

    Code:
    graph bar Total_exposure Total_domestic_exposure, over(Country_Code, sort(1) descending) over(ST_Year)

    Click image for larger version

Name:	Screenshot 2023-01-25 110500.png
Views:	1
Size:	22.8 KB
ID:	1698689


  • #2
    See the -nofill- option in

    Code:
    help gr bar

    Comment


    • #3
      Thank you!!

      Comment

      Working...
      X