Plotting issues with dash-dot and dotted lines: How to modify default linestyles for better use with vector renderer 'painters'?
问题 Matlab offers the following default linestyles: '-' Solid line (default) '--' Dashed line ':' Dotted line '-.' Dash-dot line The first two are alright, the third : is absolutely not my taste and rendered badly and the last one -. is just usable with pixel renderers ( openGL , zbuffer ), otherwise it looks the same as -- . But I'd like to render my graphs with painters for countless reasons. This way the dash-dot line becomes useless: The dash-dot lines (blue, bright red) practically look the