Announcement

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

  • Suppress category grid lines in dot plot

    I'm creating a dot plot where I suppress the dots and insert the value being plotted instead. I want to suppress category grid lines (the dotted line that comes across from the categories), but haven't been able to find a way to do that (other than going into the graph editor and deleting the dotted lines out one at a time).

    Is there a way to suppress the category grid lines in a dot plot?

  • #2
    Add the option

    Code:
    dots(mcolor(bg))
    as if the dots have background colour, then they are still there, but you don't notice them.

    Comment

    Working...
    X