g4tools  5.4.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
viewplot_fonts_google.style
Go to the documentation of this file.
1 <styles>
2 
3  <!-- //////////////////////////////////////////////// -->
4  <!-- /// scene : //////////////////////////////////// -->
5  <!-- //////////////////////////////////////////////// -->
6  <style name="scene">
7  <screen_color>white</screen_color>
8  </style>
9 
10  <!-- //////////////////////////////////////////////// -->
11  <!-- /// plotter : ////////////////////////////////// -->
12  <!-- //////////////////////////////////////////////// -->
13  <plotter_style name="inlib_default">
14  <!-- Placeholder for default customization. -->
15  <style name="background_style"/>
16  <style name="title_style"/>
17  <style name="infos_style"/>
18  <style name="title_box_style"/>
19  <style name="inner_frame_style"/>
20  <style name="grid_style"/>
21 
22  <style name="x_axis.line_style"/>
23  <style name="x_axis.ticks_style"/>
24  <style name="x_axis.labels_style"/>
25  <style name="x_axis.mag_style"/>
26  <style name="x_axis.title_style"/>
27 
28  <style name="y_axis.line_style"/>
29  <style name="y_axis.ticks_style"/>
30  <style name="y_axis.labels_style"/>
31  <style name="y_axis.mag_style"/>
32  <style name="y_axis.title_style"/>
33 
34  <style name="z_axis.line_style"/>
35  <style name="z_axis.ticks_style"/>
36  <style name="z_axis.labels_style"/>
37  <style name="z_axis.mag_style"/>
38  <style name="z_axis.title_style"/>
39 
40  <style name="colormap_axis">
41  <label_to_axis>0.01</label_to_axis>
42  </style>
43  <style name="colormap_axis.line_style"/>
44  <style name="colormap_axis.ticks_style"/>
45  <style name="colormap_axis.labels_style"/>
46  <style name="colormap_axis.mag_style"/>
47  <style name="colormap_axis.title_style"/>
48 
49  <style name="bins_style.0"/>
50  <style name="errors_style.0"/>
51  <style name="points_style.0"/>
52  <style name="func_style.0"/>
53  </plotter_style>
54 
55  <plotter_style name="ROOT_default">
56  <value_top_margin>0.05</value_top_margin>
57  <bottom_margin>0.1</bottom_margin>
58  <top_margin>0.1</top_margin>
59  <left_margin>0.1</left_margin>
60  <right_margin>0.1</right_margin>
61 
62  <style name="background_style">
63  <visible>true</visible>
64 <!-- <back_color>ROOT/grey19</back_color> -->
65  <!-- border : -->
66  <color>black</color>
67  <line_width>0.003</line_width> <!-- 0 = no border. In % of width -->
68  </style>
69 
70 <!-- <style name="wall_style"><visible>false</visible></style> -->
71  <style name="grid_style">
72  <visible>false</visible>
73 <!-- <color>white</color> ???? -->
74  </style>
75 
76  <!-- plot title done with the title_box (and not plotter title). -->
77  <style name="title_style">
78  <visible>false</visible>
79  </style>
80  <style name="title_box_style">
81  <visible>true</visible>
82  <back_color>ROOT/grey19</back_color>
83  <back_shadow>0.015</back_shadow> <!-- % of width -->
84  <color>black</color>
85  <!-- <font>arialbd.ttf</font> -->
86  <font>roboto_bold.ttf</font>
87  <front_face>cw</front_face>
88  <smoothing>true</smoothing>
89  </style>
90 
91  <infos_width>0.35</infos_width>
92  <infos_x_margin>0.01</infos_x_margin> <!-- from right border. -->
93  <infos_y_margin>0.005</infos_y_margin> <!-- from top border. -->
94  <style name="infos_style">
95  <visible>true</visible>
96  <back_color>ROOT/grey19</back_color>
97  <back_shadow>0.015</back_shadow> <!-- % of width -->
98  <color>black</color>
99  <!-- <font>arialbd.ttf</font> -->
100  <font>roboto_bold.ttf</font>
101  <front_face>cw</front_face>
102  <smoothing>true</smoothing>
103  <modeling>ROOT</modeling> <!-- to have histo name as info title. -->
104  </style>
105 
106  <style name="inner_frame_style">
107  <visible>true</visible>
108  <color>black</color>
109  <line_width>1</line_width>
110  <!-- <line_pattern>solid</line_pattern> -->
111  </style>
112 
113  <style name="x_axis">
114  <modeling>hplot</modeling>
115  <divisions>510</divisions>
116  <title_hjust>right</title_hjust>
117  <label_to_axis>0.005</label_to_axis>
118  <label_height>0.04</label_height>
119  <tick_length>0.03</tick_length>
120  <title_to_axis>0.05</title_to_axis> <!-- YLAB = 0.05 -->
121  <title_height>0.04</title_height>
122  <is_log>false</is_log>
123  </style>
124  <style name="x_axis.line_style">
125  <color>black</color>
126  <line_width>1</line_width>
127  </style>
128  <style name="x_axis.ticks_style">
129  <color>black</color>
130  <line_width>1</line_width>
131  </style>
132  <style name="x_axis.labels_style">
133  <color>black</color>
134  <scale>0.6</scale> <!-- To have a good matching with ROOT text size -->
135  <!-- <font>arialbd.ttf</font> --> <!-- ROOT_62 -->
136  <font>roboto_bold.ttf</font>
137  <front_face>cw</front_face>
138  <smoothing>true</smoothing>
139  </style>
140  <style name="x_axis.title_style">
141  <visible>true</visible>
142  <color>black</color>
143  <scale>0.6</scale>
144  <!-- <font>arialbd.ttf</font> --> <!-- ROOT_62 -->
145  <font>roboto_bold.ttf</font>
146  <front_face>cw</front_face>
147  <smoothing>true</smoothing>
148  </style>
149  <style name="x_axis.mag_style">
150  <color>black</color>
151  <scale>0.6</scale>
152  <!-- <font>arialbd.ttf</font> --> <!-- ROOT_62 -->
153  <font>roboto_bold.ttf</font>
154  <front_face>cw</front_face>
155  <smoothing>true</smoothing>
156  </style>
157 
158  <style name="y_axis">
159  <modeling>hplot</modeling>
160  <divisions>510</divisions>
161  <title_hjust>right</title_hjust>
162  <label_to_axis>0.005</label_to_axis>
163  <label_height>0.04</label_height>
164  <tick_length>0.03</tick_length>
165  <title_to_axis>0.07</title_to_axis> <!-- XLAB = 0.07 -->
166  <title_height>0.04</title_height>
167  <is_log>false</is_log>
168  </style>
169  <style name="y_axis.line_style">
170  <color>black</color>
171  <line_width>1</line_width>
172  </style>
173  <style name="y_axis.ticks_style">
174  <color>black</color>
175  <line_width>1</line_width>
176  </style>
177  <style name="y_axis.labels_style">
178  <color>black</color>
179  <scale>0.6</scale>
180  <!-- <font>arialbd.ttf</font> --> <!-- ROOT_62 -->
181  <font>roboto_bold.ttf</font>
182  <front_face>cw</front_face>
183  <smoothing>true</smoothing>
184  </style>
185  <style name="y_axis.title_style">
186  <visible>true</visible>
187  <color>black</color>
188  <scale>0.6</scale>
189  <!-- <font>arialbd.ttf</font> --> <!-- ROOT_62 -->
190  <font>roboto_bold.ttf</font>
191  <front_face>cw</front_face>
192  <smoothing>true</smoothing>
193  </style>
194  <style name="y_axis.mag_style">
195  <color>black</color>
196  <scale>0.6</scale>
197  <!-- <font>arialbd.ttf</font> --> <!-- ROOT_62 -->
198  <font>roboto_bold.ttf</font>
199  <front_face>cw</front_face>
200  <smoothing>true</smoothing>
201  </style>
202 
203  <style name="z_axis">
204  <modeling>hplot</modeling>
205  <is_log>false</is_log>
206  </style>
207  <style name="z_axis.line_style">
208  <color>black</color>
209  <line_width>1</line_width>
210  </style>
211  <style name="z_axis.ticks_style">
212  <color>black</color>
213  <line_width>1</line_width>
214  </style>
215  <style name="z_axis.labels_style">
216  <color>black</color>
217  <scale>0.6</scale>
218  </style>
219  <style name="z_axis.title_style">
220  <color>black</color>
221  <scale>0.6</scale>
222  </style>
223  <style name="z_axis.mag_style">
224  <color>black</color>
225  <scale>0.6</scale>
226  </style>
227 
228  <style name="colormap_axis">
229  <modeling>hplot</modeling>
230  <divisions>510</divisions>
231  <title_hjust>right</title_hjust>
232  <label_to_axis>0.005</label_to_axis>
233  <label_height>0.04</label_height>
234  <tick_length>0.03</tick_length>
235  <title_to_axis>0.07</title_to_axis> <!-- XLAB = 0.07 -->
236  <title_height>0.04</title_height>
237  <is_log>false</is_log>
238  </style>
239  <style name="colormap_axis.line_style">
240  <color>black</color>
241  <line_width>1</line_width>
242  </style>
243  <style name="colormap_axis.ticks_style">
244  <color>black</color>
245  <line_width>1</line_width>
246  </style>
247  <style name="colormap_axis.labels_style">
248  <color>black</color>
249  <scale>0.6</scale>
250  <!-- <font>arialbd.ttf</font> --> <!-- ROOT_62 -->
251  <font>roboto_bold.ttf</font>
252  <front_face>cw</front_face>
253  <smoothing>true</smoothing>
254  </style>
255  <style name="colormap_axis.title_style">
256  <visible>true</visible>
257  <color>black</color>
258  <scale>0.6</scale>
259  <!-- <font>arialbd.ttf</font> --> <!-- ROOT_62 -->
260  <font>roboto_bold.ttf</font>
261  <front_face>cw</front_face>
262  <smoothing>true</smoothing>
263  </style>
264  <style name="colormap_axis.mag_style">
265  <color>black</color>
266  <scale>0.6</scale>
267  <!-- <font>arialbd.ttf</font> --> <!-- ROOT_62 -->
268  <font>roboto_bold.ttf</font>
269  <front_face>cw</front_face>
270  <smoothing>true</smoothing>
271  </style>
272 
273 
274  <style name="bins_style.0">
275  <modeling>top_lines</modeling>
276  <color>black</color>
277  <line_width>1</line_width>
278  <!-- <line_pattern>solid</line_pattern> -->
279  </style>
280 
281  <style name="func_style.0">
282  <modeling>top_lines</modeling>
283  <color>black</color>
284  <line_width>3</line_width>
285  <!-- <line_pattern>solid</line_pattern> -->
286  </style>
287  </plotter_style>
288 
289  <plotter_style name="hippodraw">
290  <value_top_margin>0.05</value_top_margin>
291  <bottom_margin>0.12</bottom_margin>
292  <top_margin>0.16</top_margin>
293  <left_margin>0.16</left_margin>
294  <right_margin>0.16</right_margin>
295  <title_to_axis>0.1</title_to_axis>
296  <title_height>0.03</title_height>
297 
298 <!-- <style name="wall_style"><visible>false</visible></style> -->
299  <style name="grid_style">
300  <visible>false</visible>
301  </style>
302 
303  <style name="inner_frame_style">
304  <visible>true</visible>
305  </style>
306 
307  <style name="infos_style">
308  <visible>false</visible>
309  </style>
310 
311  <style name="x_axis">
312  <title_hjust>center</title_hjust>
313  <title_to_axis>0.07</title_to_axis>
314  <title_height>0.035</title_height>
315  <label_to_axis>0.015</label_to_axis>
316  <label_height>0.02625</label_height> <!-- 0.0175F * 1.5F -->
317  </style>
318  <style name="y_axis">
319  <title_hjust>center</title_hjust>
320  <title_to_axis>0.2</title_to_axis>
321  <title_height>0.035</title_height>
322  <label_height>0.02625</label_height> <!-- 0.0175F * 1.5F -->
323  </style>
324 
325  <style name="title_style">
326  <visible>true</visible>
327  <!-- <font>helvetica.ttf</font> -->
328  <font>lato_regular.ttf</font>
329  <front_face>cw</front_face>
330  <smoothing>true</smoothing>
331  </style>
332 
333  <style name="x_axis.title_style">
334  <visible>true</visible>
335  <!-- <font>helvetica.ttf</font> -->
336  <font>lato_regular.ttf</font>
337  <front_face>cw</front_face>
338  <smoothing>true</smoothing>
339  </style>
340  <style name="x_axis.labels_style">
341  <color>black</color>
342  <!-- <font>helvetica.ttf</font> -->
343  <font>lato_regular.ttf</font>
344  <front_face>cw</front_face>
345  <smoothing>true</smoothing>
346  </style>
347 
348  <style name="y_axis.title_style">
349  <visible>true</visible>
350  <!-- <font>helvetica.ttf</font> -->
351  <font>lato_regular.ttf</font>
352  <front_face>cw</front_face>
353  <smoothing>true</smoothing>
354  </style>
355  <style name="y_axis.labels_style">
356  <color>black</color>
357  <!-- <font>helvetica.ttf</font> -->
358  <font>lato_regular.ttf</font>
359  <front_face>cw</front_face>
360  <smoothing>true</smoothing>
361  </style>
362 
363  <style name="z_axis.title_style">
364  <visible>true</visible>
365  <!-- <font>helvetica.ttf</font> -->
366  <font>lato_regular.ttf</font>
367  <front_face>cw</front_face>
368  <smoothing>true</smoothing>
369  </style>
370  <style name="z_axis.labels_style">
371  <color>black</color>
372  <!-- <font>helvetica.ttf</font> -->
373  <font>lato_regular.ttf</font>
374  <front_face>cw</front_face>
375  <smoothing>true</smoothing>
376  </style>
377 
378  <style name="errors_style.0">
379  <visible>false</visible>
380  </style>
381 
382  <style name="bins_style.0">
383  <modeling>top_lines</modeling>
384  <color>black</color>
385  <line_width>1</line_width>
386  <!-- <line_pattern>solid</line_pattern> -->
387  </style>
388 
389  <style name="func_style.0">
390  <modeling>top_lines</modeling>
391  <color>black</color>
392  <line_width>1</line_width>
393  <!-- <line_pattern>solid</line_pattern> -->
394  </style>
395  </plotter_style>
396 
397 </styles>