I have the following MWE graph:
\documentclass{memoir}
\usepackage{pgfplots}
\pgfplotsset{compat=1.10}
\begin{document}
\begin{tikzpicture}
\begin{axis}
\addplot coordinates {
(1000,1)
(1100,1.3589)
(1200,2.5248)
(1300,4.0476)
(1400,7.9426)
(1500,13.032)
(1600,18.165)
(1700,20.775)
};
\end{axis}
\end{tikzpicture}
\end{document}
I want to make the line turn into a dashed line after the 1400 point. This is similar to this question but I want to supply my own data. How can I change style in the middle of an addplot?

[dashed]option to the second set? – Thruston Apr 11 '14 at 17:37cycle list name=black white– bombcar Apr 11 '14 at 17:47\addplots. We could add map with just only two colors (colormap), we could usescatterplot type, but that wouldn't solve your question. – Malipivo Apr 11 '14 at 19:55