Improving Lines in High Res Multi-Lined Coloured Plot

  • Thread starter Thread starter jemma
  • Start date Start date
  • Tags Tags
    Lines Plot
AI Thread Summary
The discussion centers on creating high-resolution plots with specific line styles, particularly dashed lines, for publication purposes. The user experiences issues where dashed lines appear pale instead of distinct when viewed in high-resolution TIFF format in MS Word. Attempts to use different line styles, such as dashed and dotted, resulted in similar problems, with lines appearing faded or solid rather than clearly defined. The user seeks suggestions to resolve this issue, emphasizing the need for both visual clarity and high DPI settings for print quality. A link to MATLAB documentation is provided for reference on creating plots.
jemma
Messages
35
Reaction score
0
I have a multi-lined coloured plot in which I need some lines represented by dashed lines ('linestyle', ':') and I also need my plot to be quite a high resolution (dpi) for publication reasons (print -r600 -dtiff myfile.tif). So this works fine but when I open the tiff file with high resolution the lines just appear pale instead of dashed when inserted into MS Word (unless you zoom right into the lines). I tried using 'linestyle', '--', too but this looks even more just like a faded but solid line.
Any suggestions?
Thanks.
 
Physics news on Phys.org
If you have your plots, you may want to try: http://www.mathworks.com/help/techdoc/creating_plots/f3-84337.html#f3-99772
 
Back
Top