I'm testing trying to plot the readings from a device, I only need one figure per person Is there, and there are 3 graphs per picture.
I am giving the first graph a legend with the 'bestowed' flag. Unfortunately, when I plot the other two graphs, they do not line up with the first graph, and partially hide the story.
How can I ensure that the other two plots have the same dimension as before, such that the legend remains on the shore, and all the lines of plots are well?
Here is the corresponding code with which I am working, I am not the original author.
scatterplot = figure (1): (name, shape title, 'condition', ... [monitor pOS (1,3) / 2 monitor pOS (1,3) / 2 Monitorpoint (1,4)] for axis = 1: 3 subplot (3,1, axis) grip for interval = 1: number of interval interval start = (interval -1) * interval lamp + 1; Interval end = minutes (interval start + interval length, plot lane); Intervalhand (Interval IND) = Scatter (... X (Interval Start: Graphing_RTIO: Interwired), ... y (IntervalStart: Graphing_RATIO: Interwolend, Axis), ... MARKER_SIZE, Interval color (Interval IND, :), 'fill '); End if axis == 1% add legend and full title to only the highest graph. Legend (interlinkle, legend, 'location', 'best odded') Title: = {title title; Continuous .AXES_LABEL {axis}}; And the title STtr = Constants.AXES_LABEL (axis); End title (title STR); Xlabel (constants.OBFUSCATED_NAME); Yalebel ('Larm Ipsum'); Minvalue = Min (y (:, axis)); Ylim ([minValue minValue + ySpan]);
Termination
Comments
Post a Comment