Announcement

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

  • Possible to change some line widths in an roccomp graph?

    I want to make one of my lines smaller in a roccomp graph. I have trined lwidth-option, but it is not allowed. Below is my code for the graph:


    Code:
    roccomp truth group1 group2 group3, graph summary legend(size(small))

    I hope one of you can help

  • #2
    E.g., plot 2


    Code:
    plot2opts(lwidth(2))

    Comment

    Working...
    X