Back to the main page.
Bug 2496 - change order of isolines and surface plotting in ft_plot_topo
Status | CLOSED FIXED |
Reported | 2014-03-12 09:14:00 +0100 |
Modified | 2014-05-14 20:08:49 +0200 |
Product: | FieldTrip |
Component: | plotting |
Version: | unspecified |
Hardware: | All |
Operating System: | Mac OS |
Importance: | P5 enhancement |
Assigned to: | Robert Oostenveld |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Philipp Ruhnau - 2014-03-12 09:14:59 +0100
Dear ft developers, may I suggest a change in ft_plot_topo around lines 230 - 260 specifically to plot the surface first and then the isolines. the reason is the following: when I export topographies to a vector graphic (.eps) it seems that matlab is exporting the figure in an ordered manner (i don't know why), such that the isolines are drawn underneath the surface. First I thought they were not drawn at all, but one can get them back in any vector graphic program by moving them to the front... Anyway, if the isolines are drawn after the surface, they are on top when exported. I changed that in my code, but it would be nice if i wouldn't have to do that with every new version... thanks philipp
Robert Oostenveld - 2014-03-12 09:58:12 +0100
Sure, that makes sense. Thanks for the suggestion. mac001> svn commit Sending ft_plot_topo.m Transmitting file data . Committed revision 9286.