Maybe it wasn't clear enough, but you cannot change linetypes of the series when using "seaborn". You could manually iterate through the generated artists and change those after the fact, but this largely removes any benefit of using their style interface.
Comments
Maybe it wasn't clear enough, but you cannot change linetypes of the series when using "seaborn". You could manually iterate through the generated artists and change those after the fact, but this largely removes any benefit of using their style interface.