I noticed that when using pgfplots to make plots without specifying style, it automatically assigns the same color and line style to the first input and fifth input, which means the two curves would have the same style...
Any way to avoid that?
|
|
|
While the first and fifth plot have the same line colour, the marks are different. However, this might not be enough distinction for your application, e.g. if you don't use markers. In that case, you can choose from one of the other For example, if you set the option
You can also define your own cycle lists, using
Here's an example of a plot style based on the color scheme "Blues" from the Colorbrewer website. For the fifth plot, the color is overridden using the optional argument to
|
||||
|