I have an odd, but quite similar requirement -- I would like most of my plot to be a solid line (or whatever else the user configures), but I want the last part of my plot to be dashes.
Is there an easy way to do that?
I could plot two lines and for each bar use PlotColors to set the one I do not want to show to Transparent. The problem with that is it will put a confusing duplicate entry in Data Box. The only way to keep it out of Data Box is to set its base pen to Transparent -- but if I do that, it will not plot at all, regardless of what I do in PlotColors.
Help!
EV

Comment