Back to the main page.
Bug 870 - fix text display bug in ft_multiplotER with multiple datasets
Status | CLOSED FIXED |
Reported | 2011-08-16 18:59:00 +0200 |
Modified | 2011-08-18 09:58:11 +0200 |
Product: | FieldTrip |
Component: | plotting |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P1 minor |
Assigned to: | Eelke Spaak |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Eliezer Kanal - 2011-08-16 18:59:27 +0200
Created attachment 115 bug in ft_multiplotER figure When plotting multiple datasets, if the variables being plotted have underscores in them ("_"), the underscore is interpreted as the latex "subscript" command (see attached figure "incorrect.pdf", "correct.pdf"). This can be fixed by adding an interpreter option to the `plotting/ft_plot_text.m` file and the correct option to `ft_multiplotER.m` (see attached diff).
Eliezer Kanal - 2011-08-16 19:00:19 +0200
Created attachment 116 diff for ft_multiplotER and ft_plot_text fix for `ft_plot_text.m` and `ft_multiplotER.m`
Eliezer Kanal - 2011-08-16 19:00:52 +0200
Created attachment 117 correct layout using proposed patch ft_multiplotER figure after bugfix
Eliezer Kanal - 2011-08-16 19:04:04 +0200
Created attachment 118 diff for ft_multiplotER and ft_plot_text sorry, previous patch had extra changes not relevant to this bug