Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. b = bar(cell2mat(data_plot'))
  2. set(gca, 'YScale', 'log');
  3. ylabel('Some Label');
  4. xlabel('Some Label')
  5. colormap (bar, copper)
  6.  
  7. colormap copper
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement