about summary refs log tree commit diff
path: root/sourcecodes/bnt-master/KPMtools/myplot.m
diff options
context:
space:
mode:
Diffstat (limited to 'sourcecodes/bnt-master/KPMtools/myplot.m')
-rw-r--r--sourcecodes/bnt-master/KPMtools/myplot.m7
1 files changed, 7 insertions, 0 deletions
diff --git a/sourcecodes/bnt-master/KPMtools/myplot.m b/sourcecodes/bnt-master/KPMtools/myplot.m
new file mode 100644
index 00000000..0698e485
--- /dev/null
+++ b/sourcecodes/bnt-master/KPMtools/myplot.m
@@ -0,0 +1,7 @@
+colors =  ['r' 'b' 'k' 'g' 'c' 'y' 'm' ...
+	   'r' 'b' 'k' 'g' 'c' 'y' 'm'];
+symbols = ['o' 'x' 's' '>' '<' '^' 'v' ...
+	   '*' 'p' 'h' '+' 'd' 'o' 'x'];
+for i=1:length(colors)
+  styles{i} = sprintf('-%s%s', colors(i), symbols(i));
+end