stan-dev / projpred

Projection predictive variable selection
https://mc-stan.org/projpred/
Other
110 stars 26 forks source link

Add arguments for point and bar sizes in `plot.vsel()` #443

Closed fweber144 closed 1 year ago

fweber144 commented 1 year ago

This adds the arguments point_size and bar_thickness to plot.vsel(), controlling the size of the points and the thickness of the uncertainty bars, respectively. By default, the points are slightly larger now and the uncertainty bars slightly thicker than before. The appearance from v2.6.0 (and before) can be achieved by setting point_size = 1.5 and bar_thickness = 0.5.