160 pid -> curves[rid][cid] -> window = NULL;
161 pid -> curves[rid][cid] ->
plot = NULL;
162 pid -> curves[rid][cid] -> wsize[0] = 800;
163 pid -> curves[rid][cid] -> wsize[1] = 600;
164 pid -> curves[rid][cid] ->
show_title = FALSE;
166 pid -> curves[rid][cid] -> title_font = g_strdup_printf (
"Sans Bold 12");
167 pid -> curves[rid][cid] -> title_pos[0] = 0.4;
168 pid -> curves[rid][cid] -> title_pos[1] = 0.05;
169 pid -> curves[rid][cid] -> title_color.red = 0.0;
170 pid -> curves[rid][cid] -> title_color.blue = 0.0;
171 pid -> curves[rid][cid] -> title_color.green = 0.0;
172 pid -> curves[rid][cid] -> title_color.alpha = 1.0;
173 pid -> curves[rid][cid] -> format = 0;
176 if (pid -> curves[rid][cid] -> data[k] != NULL)
178 g_free (pid -> curves[rid][cid] -> data[k]);
179 pid -> curves[rid][cid] -> data[k] = NULL;
181 pid -> curves[rid][cid] ->
autoscale[k] = TRUE;
182 pid -> curves[rid][cid] ->
show_grid[k] = FALSE;
183 pid -> curves[rid][cid] ->
show_axis[k] = TRUE;
184 pid -> curves[rid][cid] -> labels_digit[k] = 1;
185 pid -> curves[rid][cid] -> ticks_io[k] = 0;
186 pid -> curves[rid][cid] -> labels_angle[k] = 0.0;
187 pid -> curves[rid][cid] -> labels_font[k] = g_strdup_printf (
"Sans 12");
188 pid -> curves[rid][cid] -> mint_size[k] = 5;
189 pid -> curves[rid][cid] -> majt_size[k] = 10;
190 pid -> curves[rid][cid] -> axis_defaut_title[k] = TRUE;
191 pid -> curves[rid][cid] ->
axis_title_font[k] = g_strdup_printf (
"Sans 12");
193 if (pid -> curves[rid][cid] -> err != NULL)
195 g_free (pid -> curves[rid][cid] -> err);
196 pid -> curves[rid][cid] -> err = NULL;
198 pid -> curves[rid][cid] -> labels_shift_x[0] = 10;
199 pid -> curves[rid][cid] -> labels_shift_y[0] = 20;
200 pid -> curves[rid][cid] -> labels_shift_x[1] = 50;
201 pid -> curves[rid][cid] -> labels_shift_y[1] = 10;
202 pid -> curves[rid][cid] -> axis_title_x[0] = -20;
203 pid -> curves[rid][cid] -> axis_title_y[0] = 45;
204 pid -> curves[rid][cid] -> axis_title_x[1] =
MARGX - 10;
205 pid -> curves[rid][cid] -> axis_title_y[1] = -50;
206 pid -> curves[rid][cid] -> frame_type = 2;
207 pid -> curves[rid][cid] -> frame_dash = 1;
208 pid -> curves[rid][cid] -> frame_thickness = 1.0;
209 pid -> curves[rid][cid] -> frame_color.red = 0.0;
210 pid -> curves[rid][cid] -> frame_color.green = 0.0;
211 pid -> curves[rid][cid] -> frame_color.blue = 0.0;
212 pid -> curves[rid][cid] -> frame_color.alpha = 1.0;
213 pid -> curves[rid][cid] -> frame_pos[0][0] = 100.0/840.0;
214 pid -> curves[rid][cid] -> frame_pos[0][1] = 1.0;
215 pid -> curves[rid][cid] -> frame_pos[1][0] = 530.0/600.0;
216 pid -> curves[rid][cid] -> frame_pos[1][1] = 0.0;
217 pid -> curves[rid][cid] -> legend_font = g_strdup_printf (
"Sans 10");
220 pid -> curves[rid][cid] -> legend_color.red = 0.0;
221 pid -> curves[rid][cid] -> legend_color.blue = 0.0;
222 pid -> curves[rid][cid] -> legend_color.green = 0.0;
223 pid -> curves[rid][cid] -> legend_color.alpha = 1.0;
224 pid -> curves[rid][cid] -> legend_pos[0] =
LEGX;
225 pid -> curves[rid][cid] -> legend_pos[1] =
LEGY;
226 pid -> curves[rid][cid] -> show_legend_box = FALSE;
227 pid -> curves[rid][cid] -> legend_box_dash = 1;
228 pid -> curves[rid][cid] -> legend_box_color.red = 0.0;
229 pid -> curves[rid][cid] -> legend_box_color.green = 0.0;
230 pid -> curves[rid][cid] -> legend_box_color.blue = 0.0;
231 pid -> curves[rid][cid] -> legend_box_color.alpha = 1.0;
232 pid -> curves[rid][cid] -> legend_box_thickness = 1.0;
233 pid -> curves[rid][cid] -> backcolor.red = 1.0;
234 pid -> curves[rid][cid] -> backcolor.green = 1.0;
235 pid -> curves[rid][cid] -> backcolor.blue = 1.0;
236 pid -> curves[rid][cid] -> backcolor.alpha = 1.0;
238 pid -> curves[rid][cid] -> extrac = NULL;
239 pid -> curves[rid][cid] -> extrac = g_malloc0 (
sizeof*pid -> curves[rid][cid] -> extrac);
240 pid -> curves[rid][cid] -> extrac -> extras = 0;
241 if (pid -> curves[rid][cid] -> cfile != NULL)
243 g_free (pid -> curves[rid][cid] -> cfile);