Improving Lines in High Res Multi-Lined Coloured Plot

  • Thread starter Thread starter jemma
  • Start date Start date
  • Tags Tags
    Lines Plot
Click For Summary
SUMMARY

The discussion focuses on creating high-resolution multi-lined colored plots in MATLAB, specifically addressing issues with dashed line styles appearing pale in TIFF files when viewed in MS Word. The user employed the 'linestyle' property with values ':' for dashed lines and '--' for dashed-dotted lines but encountered visibility issues at high resolutions (600 dpi). The solution involves ensuring proper line styling and resolution settings for optimal visibility in publication-quality graphics.

PREREQUISITES
  • Familiarity with MATLAB plotting functions
  • Understanding of line styles in MATLAB ('linestyle' property)
  • Knowledge of high-resolution image formats (TIFF)
  • Experience with exporting graphics for publication
NEXT STEPS
  • Research MATLAB's 'print' function for exporting high-resolution graphics
  • Explore MATLAB documentation on customizing plot aesthetics
  • Learn about image resolution and its impact on visibility in publications
  • Investigate alternative line styles and their rendering in different formats
USEFUL FOR

This discussion is beneficial for data visualization specialists, researchers preparing graphics for publication, and MATLAB users seeking to enhance the clarity of their plots in high-resolution formats.

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
 

Similar threads

Replies
7
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 30 ·
2
Replies
30
Views
6K
Replies
10
Views
5K
  • · Replies 2 ·
Replies
2
Views
551
  • · Replies 13 ·
Replies
13
Views
4K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 7 ·
Replies
7
Views
4K