I have a bar plot with high resolution. Is it possible to have only the border/frame/top line of the plot like in the following ROOT plot without, i.e. without internal lines?
If I plot with facecolor='none' or 'white', the plot is slashed by both vertical and horizontal lines:
The only way I can get rid of them is to make edgecolor and facecolor the same, but that's not the look I need...


