Hey, Similar question; how do I remove only the upper and right border? My personal preference is to only show the left and bottom border. In Winston, I'd do this
p = Winston.plot([1,2,3],[3,4,5]) Winston.setattr(p.frame, "draw_axis", false) Thanks! On Wednesday, June 29, 2016 at 2:15:47 AM UTC+8, Henri Girard wrote: > > I just found in the same time ... Thank you :) > > Le mardi 28 juin 2016 17:48:34 UTC+2, Henri Girard a écrit : >> >> I don't see any command to get rid of axis in Plots or hide them >> I tried axis=false axes =false idem with none but nothing works... >> >>
