I would like to plot some time series of some data (x axis as time, y axis as some arbitrary data) in Python 2.7.
I need some part of the plot in another color\thicker line\vertical border to emphasize that this is the part of the plot that I want people to pay attention to.
I used matplotlib for the plot and I will be happy to keep working with it, but other ideas good too.
I tried this draw with matplotlib but this only tells me how to plot in general i tried this colors in matplotlib but this allowed to give different colors to different graph lines and i need to emphasize a part of the same line (a part of the dataset)