updated predefined styles to updated styling system

This commit is contained in:
jkriege2 2020-09-27 17:16:45 +02:00
parent 534745229d
commit a371dc86a5
23 changed files with 295 additions and 1378 deletions

View File

@ -623,25 +623,25 @@ Here is a table with all available ready-made styles:
<th> Screenshot
<tr>
<td> <b> The Default Style </b>
<td> \image html style_default.png
<tr>
<td> <a href="https://github.com/jkriege2/JKQtPlotter/tree/master/lib/jkqtplotter/resources/styles/simple_gridandticks.ini"> \c :/JKQTPlotter/styles/simple_gridandticks.ini</a>
<td> \image html style_simple_axesoffset_plotbox.png
<tr>
<td> <a href="https://github.com/jkriege2/JKQtPlotter/tree/master/lib/jkqtplotter/resources/styles/simple_axesoffset.ini"> \c :/JKQTPlotter/styles/simple_axesoffset.ini</a>
<td> \image html style_simple_axesoffset.png
<tr>
<td> <a href="https://github.com/jkriege2/JKQtPlotter/tree/master/lib/jkqtplotter/resources/styles/simple_axesoffset_plotbox.ini"> \c :/JKQTPlotter/styles/simple_axesoffset_plotbox.ini</a>
<td> \image html style_simple_axesoffset_plotbox.png
<tr>
<td> <a href="https://github.com/jkriege2/JKQtPlotter/tree/master/lib/jkqtplotter/resources/styles/dark.ini"> \c :/JKQTPlotter/styles/dark.ini</a>
<td> \image html style_dark.png
<tr>
<td> <a href="https://github.com/jkriege2/JKQtPlotter/tree/master/lib/jkqtplotter/resources/styles/blueprint.ini"> \c :/JKQTPlotter/styles/blueprint.ini</a>
<td> \image html style_blueprint.png
<td> \image html default.png
<tr>
<td> <a href="https://github.com/jkriege2/JKQtPlotter/tree/master/lib/jkqtplotter/resources/styles/blackandwhite.ini"> \c :/JKQTPlotter/styles/blackandwhite.ini</a>
<td> \image html style_blackandwhite.png
<td> \image html blackandwhite.ini.png
<tr>
<td> <a href="https://github.com/jkriege2/JKQtPlotter/tree/master/lib/jkqtplotter/resources/styles/blueprint.ini"> \c :/JKQTPlotter/styles/blueprint.ini</a>
<td> \image html blueprint.ini.png
<tr>
<td> <a href="https://github.com/jkriege2/JKQtPlotter/tree/master/lib/jkqtplotter/resources/styles/dark.ini"> \c :/JKQTPlotter/styles/dark.ini</a>
<td> \image html dark.ini.png
<tr>
<td> <a href="https://github.com/jkriege2/JKQtPlotter/tree/master/lib/jkqtplotter/resources/styles/simple_gridandticks.ini"> \c :/JKQTPlotter/styles/simple_gridandticks.ini</a>
<td> \image html simple_gridandticks.ini.png
<tr>
<td> <a href="https://github.com/jkriege2/JKQtPlotter/tree/master/lib/jkqtplotter/resources/styles/simple_axesoffset.ini"> \c :/JKQTPlotter/styles/simple_axesoffset.ini</a>
<td> \image html simple_axesoffset.ini.png
<tr>
<td> <a href="https://github.com/jkriege2/JKQtPlotter/tree/master/lib/jkqtplotter/resources/styles/simple_axesoffset_plotbox.ini"> \c :/JKQTPlotter/styles/simple_axesoffset_plotbox.ini</a>
<td> \image html simple_axesoffset_plotbox.ini.png
</table>
\see For a detailed example, see \ref JKQTPlotterStyling

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

View File

@ -80,13 +80,13 @@ The following gallery shows a set of example styles:
| Style-file | Screenshot |
|:-------------:| ------------- |
| <b> The Default Style </b> | ![](https://raw.githubusercontent.com/jkriege2/JKQtPlotter/master/screenshots/style_default.png) |
| [`lib/jkqtplotter/resources/style/simple_gridandticks.ini`](https://github.com/jkriege2/JKQtPlotter/tree/master/lib/jkqtplotter/resources/styles/simple_gridandticks.ini) | ![](https://raw.githubusercontent.com/jkriege2/JKQtPlotter/master/screenshots/style_simple_axesoffset_plotbox.png) |
| [`lib/jkqtplotter/resources/style/simple_axesoffset.ini`](https://github.com/jkriege2/JKQtPlotter/tree/master/lib/jkqtplotter/resources/styles/simple_axesoffset.ini) | ![](https://raw.githubusercontent.com/jkriege2/JKQtPlotter/master/screenshots/style_simple_axesoffset.png) |
| [`lib/jkqtplotter/resources/style/simple_axesoffset_plotbox.ini`](https://github.com/jkriege2/JKQtPlotter/tree/master/lib/jkqtplotter/resources/styles/simple_axesoffset_plotbox.ini) | ![](https://raw.githubusercontent.com/jkriege2/JKQtPlotter/master/screenshots/style_simple_axesoffset_plotbox.png) |
| [`lib/jkqtplotter/resources/style/dark.ini`](https://github.com/jkriege2/JKQtPlotter/tree/master/lib/jkqtplotter/resources/styles/dark.ini) | ![](https://raw.githubusercontent.com/jkriege2/JKQtPlotter/master/screenshots/style_dark.png) |
| [`lib/jkqtplotter/resources/style/blueprint.ini`](https://github.com/jkriege2/JKQtPlotter/tree/master/lib/jkqtplotter/resources/styles/blueprint.ini) | ![](https://raw.githubusercontent.com/jkriege2/JKQtPlotter/master/screenshots/style_blueprint.png) |
| [`lib/jkqtplotter/resources/style/blackandwhite.ini`](https://github.com/jkriege2/JKQtPlotter/tree/master/lib/jkqtplotter/resources/styles/blackandwhite.ini) | ![](https://raw.githubusercontent.com/jkriege2/JKQtPlotter/master/screenshots/style_blackandwhite.png) |
| <b> The Default Style </b> | ![](https://raw.githubusercontent.com/jkriege2/JKQtPlotter/master/doc/images/styles/default.ini.png) |
| [`lib/jkqtplotter/resources/style/simple_gridandticks.ini`](https://github.com/jkriege2/JKQtPlotter/tree/master/lib/jkqtplotter/resources/styles/simple_gridandticks.ini) | ![](https://raw.githubusercontent.com/jkriege2/JKQtPlotter/master/doc/images/styles/simple_gridandticks.ini.png) |
| [`lib/jkqtplotter/resources/style/simple_axesoffset.ini`](https://github.com/jkriege2/JKQtPlotter/tree/master/lib/jkqtplotter/resources/styles/simple_axesoffset.ini) | ![](https://raw.githubusercontent.com/jkriege2/JKQtPlotter/master/doc/images/styles/simple_axesoffset.ini.png) |
| [`lib/jkqtplotter/resources/style/simple_axesoffset_plotbox.ini`](https://github.com/jkriege2/JKQtPlotter/tree/master/lib/jkqtplotter/resources/styles/simple_axesoffset_plotbox.ini) | ![](https://raw.githubusercontent.com/jkriege2/JKQtPlotter/master/doc/images/styles/simple_axesoffset_plotbox.ini.png) |
| [`lib/jkqtplotter/resources/style/dark.ini`](https://github.com/jkriege2/JKQtPlotter/tree/master/lib/jkqtplotter/resources/styles/dark.ini) | ![](https://raw.githubusercontent.com/jkriege2/JKQtPlotter/master/doc/images/styles/dark.ini.png) |
| [`lib/jkqtplotter/resources/style/blueprint.ini`](https://github.com/jkriege2/JKQtPlotter/tree/master/lib/jkqtplotter/resources/styles/blueprint.ini) | ![](https://raw.githubusercontent.com/jkriege2/JKQtPlotter/master/doc/images/styles/blueprint.ini.png) |
| [`lib/jkqtplotter/resources/style/blackandwhite.ini`](https://github.com/jkriege2/JKQtPlotter/tree/master/lib/jkqtplotter/resources/styles/blackandwhite.ini) | ![](https://raw.githubusercontent.com/jkriege2/JKQtPlotter/master/doc/images/styles/blackandwhite.ini.png) |
<b>Note:</b> The styles listed above are also linked into the executable as Qt ressource ... you can use them e.g. as follows:

View File

@ -1,254 +1,73 @@
[plot]
useraction_color=red
toolbar_enabled=true
toolbar_always_visible=false
toolbar_icon_size=16
mouse_position_template="(%1; %2)"
display_mouse_position=true
use_palette_colors=true
actions\mouse_drag0\button=LEFT
actions\mouse_drag0\modifiers=CTRL
actions\mouse_drag0\action=PanOnMove
actions\mouse_drag1\button=LEFT
actions\mouse_drag1\modifiers=NONE
actions\mouse_drag1\action=ZoomRectangle
actions\mouse_doubleclick0\button=LEFT
actions\mouse_doubleclick0\modifiers=NONE
actions\mouse_doubleclick0\action=moveviewport
actions\mouse_wheel0\modifiers=NONE
actions\mouse_wheel0\action=zoom
csv_decimal_separator=.
csv_comment_initializer="# "
debug_show_region_boxes=false
debug_region_linewidth=3
antialiase_system=true
antialiase_graphs=true
antialiase_text=true
widget_background_color=white
widget_background_color_for_export=white
plot_background_color=white
plot_border_left=5
plot_border_right=5
plot_border_top=5
plot_border_bottom=5
graph_default_linewidth=1
graph_default_symbolsize=10
graph_default_symbol_linewidtht=1
graph_default_palette=InvGray
graph_default_fill_color_mode=lighter
graph_default_error_color_mode=same
graph_default_error_fill_color_mode=even_lighter
text_default_color=black
graphs\graphs_base\linewidth=1
graphs\palette=InvGray
graphs\graphs_base\error_color_mode=same
graphs\graphs_base\graph_color_mode=same
graphs\graphs_base\fill_color_mode=lighter
graphs\graphs_base\error_color_mode=lighter
graphs\graphs_base\error_fill_color_mode=even_lighter_and_transparent
graphs\graphs_base\symbol_fill_color_mode=grey75
graphs\graphs_annotation\fill_color_mode=transparent
graphs\graphs_barchart\linewidth=1
text_default_size=10
text_default_font_name=XITS
plot_label_font_name=XITS
plot_label_font_size=12
plot_frame_visible=false
plot_frame_color=black
plot_frame_width=2
plot_frame_rounded=0
key\xoffset=0.5
key\yoffset=0.5
key\xmargin=0.5
key\ymargin=0.5
key\xseparation=0.75
key\yseparation=0.75
key\frame_visible=true
key\frame_color=black
key\frame_width=1
key\frame_rounding=0
key\background_color=white
key\visible=true
key\position=inside_topright
key\layout=one_column
key\fontsize=8
key\text_color=black
key\item_width=20
key\item_height=2.2
key\line_width=3
key\autosize=true
axis_x\color=black
axis_x\draw_mode1=all
axis_x\draw_mode2=line+ticks
axis_x\line_width=1
axis_x\axis_lines_offset=0
axis_x\min_ticks=5
axis_x\grid\enabled=true
axis_x\grid\color=silver
axis_x\grid\width=0.5
axis_x\grid\style=dash
axis_x\axis_label\distance=5
axis_x\axis_label\font_size=10
axis_x\axis_label\position=center
axis_x\axis_label\type=exponent
axis_x\minor_grid\enabled=false
axis_x\minor_grid\color=silver
axis_x\minor_grid\style=dot
axis_x\minor_grid\width=0.25
axis_x\minor_tick\labels_enabled=false
axis_x\minor_tick\inside_length=2
axis_x\minor_tick\label_font_size=7
axis_x\minor_tick\label_full_number=true
axis_x\minor_tick\outside_length=0
axis_x\minor_tick\width=1
axis_x\minor_tick\count=1
axis_x\ticks\date_format=dd.MM.yyyy
axis_x\ticks\datetime_format=dd.MM.yyyy HH:mm
axis_x\ticks\inside_length=4
axis_x\ticks\label_distance=3
axis_x\ticks\label_font_size=8
axis_x\ticks\mode=lin_or_power
axis_x\ticks\outside_length=0
axis_x\ticks\time_format=HH:mm
axis_x\ticks\width=1
axis_x\zero_line\enabled=true
axis_x\zero_line\line_width=1
axis_x\zero_line\color=black
axis_x\zero_line\style=solid
axis_y\color=black
axis_y\draw_mode1=all
axis_y\draw_mode2=line+ticks
axis_y\line_width=1
axis_y\axis_lines_offset=0
axis_y\min_ticks=5
axis_y\grid\enabled=true
axis_y\grid\color=silver
axis_y\grid\width=0.5
axis_y\grid\style=dash
axis_y\axis_label\distance=5
axis_y\axis_label\font_size=10
axis_y\axis_label\position=center
axis_y\axis_label\type=exponent
axis_y\minor_grid\enabled=false
axis_y\minor_grid\color=silver
axis_y\minor_grid\style=dot
axis_y\minor_grid\width=0.25
axis_y\minor_tick\labels_enabled=false
axis_y\minor_tick\inside_length=2
axis_y\minor_tick\label_font_size=7
axis_y\minor_tick\label_full_number=true
axis_y\minor_tick\outside_length=0
axis_y\minor_tick\width=1
axis_y\minor_tick\count=1
axis_y\ticks\date_format=dd.MM.yyyy
axis_y\ticks\datetime_format=dd.MM.yyyy HH:mm
axis_y\ticks\inside_length=4
axis_y\ticks\label_distance=3
axis_y\ticks\label_font_size=8
axis_y\ticks\mode=lin_or_power
axis_y\ticks\outside_length=0
axis_y\ticks\time_format=HH:mm
axis_y\ticks\width=1
axis_y\zero_line\enabled=true
axis_y\zero_line\line_width=1
axis_y\zero_line\color=black
axis_y\zero_line\style=solid
axis_colorbar_right\color=black
axis_colorbar_right\draw_mode1=all
axis_colorbar_right\draw_mode2=line+ticks
axis_colorbar_right\line_width=1
axis_colorbar_right\axis_lines_offset=0
axis_colorbar_right\min_ticks=5
axis_colorbar_right\grid\enabled=true
axis_colorbar_right\grid\color=black
axis_colorbar_right\grid\width=0.5
axis_colorbar_right\grid\style=dash
axis_colorbar_right\axis_label\distance=5
axis_colorbar_right\axis_label\font_size=8
axis_colorbar_right\axis_label\position=center
axis_colorbar_right\axis_label\type=exponent
axis_colorbar_right\minor_grid\enabled=false
axis_colorbar_right\minor_grid\color=black
axis_colorbar_right\minor_grid\style=dot
axis_colorbar_right\minor_grid\width=0.25
axis_colorbar_right\minor_tick\labels_enabled=false
axis_colorbar_right\minor_tick\inside_length=2
axis_colorbar_right\minor_tick\label_font_size=7
axis_colorbar_right\minor_tick\label_full_number=true
axis_colorbar_right\minor_tick\outside_length=0
axis_colorbar_right\minor_tick\width=1
axis_colorbar_right\minor_tick\count=1
axis_colorbar_right\ticks\date_format=dd.MM.yyyy
axis_colorbar_right\ticks\datetime_format=dd.MM.yyyy HH:mm
axis_colorbar_right\ticks\inside_length=4
axis_colorbar_right\ticks\label_distance=3
axis_colorbar_right\ticks\label_font_size=8
axis_colorbar_right\ticks\mode=lin_or_power
axis_colorbar_right\ticks\outside_length=0
axis_colorbar_right\ticks\time_format=HH:mm
axis_colorbar_right\ticks\width=1
axis_colorbar_right\zero_line\enabled=true
axis_colorbar_right\zero_line\line_width=1
axis_colorbar_right\zero_line\color=black
axis_colorbar_right\zero_line\style=solid
axis_colorbar_top\color=black
axis_colorbar_top\draw_mode1=all
axis_colorbar_top\draw_mode2=line+ticks
axis_colorbar_top\line_width=1
axis_colorbar_top\axis_lines_offset=0
axis_colorbar_top\min_ticks=5
axis_colorbar_top\grid\enabled=true
axis_colorbar_top\grid\color=black
axis_colorbar_top\grid\width=0.5
axis_colorbar_top\grid\style=dash
axis_colorbar_top\axis_label\distance=5
axis_colorbar_top\axis_label\font_size=8
axis_colorbar_top\axis_label\position=center
axis_colorbar_top\axis_label\type=exponent
axis_colorbar_top\minor_grid\enabled=false
axis_colorbar_top\minor_grid\color=black
axis_colorbar_top\minor_grid\style=dot
axis_colorbar_top\minor_grid\width=0.25
axis_colorbar_top\minor_tick\labels_enabled=false
axis_colorbar_top\minor_tick\inside_length=2
axis_colorbar_top\minor_tick\label_font_size=7
axis_colorbar_top\minor_tick\label_full_number=true
axis_colorbar_top\minor_tick\outside_length=0
axis_colorbar_top\minor_tick\width=1
axis_colorbar_top\minor_tick\count=1
axis_colorbar_top\ticks\date_format=dd.MM.yyyy
axis_colorbar_top\ticks\datetime_format=dd.MM.yyyy HH:mm
axis_colorbar_top\ticks\inside_length=4
axis_colorbar_top\ticks\label_distance=3
axis_colorbar_top\ticks\label_font_size=8
axis_colorbar_top\ticks\mode=lin_or_power
axis_colorbar_top\ticks\outside_length=0
axis_colorbar_top\ticks\time_format=HH:mm
axis_colorbar_top\ticks\width=1
axis_colorbar_top\zero_line\enabled=true
axis_colorbar_top\zero_line\line_width=1
axis_colorbar_top\zero_line\color=black
axis_colorbar_top\zero_line\style=solid
default_graph_styles\color0=black
default_graph_styles\line_style0=solid
default_graph_styles\line_style1=dash
default_graph_styles\line_style2=dot
default_graph_styles\line_style3=dashdot
default_graph_styles\line_style4=dashdotdot
default_graph_styles\fill_style0=solid
default_graph_styles\fill_style1=bdiag
default_graph_styles\fill_style2=vdiag
default_graph_styles\fill_style3=ver
default_graph_styles\fill_style4=hor
default_graph_styles\fill_style5=cross
default_graph_styles\fill_style6=diagcross
default_graph_styles\symbol0=symbol_cross
default_graph_styles\symbol1=symbol_plus
default_graph_styles\symbol2=symbol_circle
default_graph_styles\symbol3=symbol_filled_circle
default_graph_styles\symbol4=symbol_rect
default_graph_styles\symbol5=symbol_filled_rect
default_graph_styles\symbol6=symbol_triangle
default_graph_styles\symbol7=symbol_filled_triangle
default_graph_styles\symbol8=symbol_down_triangle
default_graph_styles\symbol9=symbol_filled_down_triangle
default_graph_styles\symbol10=symbol_diamond
default_graph_styles\symbol11=symbol_filled_diamond
default_graph_styles\symbol12=symbol_star
default_graph_styles\symbol13=symbol_filled_star
default_graph_styles\symbol14=symbol_pentagon
default_graph_styles\symbol15=symbol_filled_pentagon
default_graph_styles\symbol16=symbol_asterisc
default_graph_styles\symbol17=symbol_target
default_graph_styles\symbol18=symbol_rect_cross
default_graph_styles\symbol19=symbol_rect_plus
graphs\auto_styles\color0=black
graphs\auto_styles\fill_style0=d6
graphs\auto_styles\fill_style1=bdiag
graphs\auto_styles\fill_style2=vdiag
graphs\auto_styles\fill_style3=ver
graphs\auto_styles\fill_style4=hor
graphs\auto_styles\fill_style5=cross
graphs\auto_styles\fill_style6=diagcross

View File

@ -1,249 +1,61 @@
[plot]
[plot]
useraction_color=red
toolbar_enabled=true
toolbar_always_visible=false
toolbar_icon_size=16
mouse_position_template="(%1; %2)"
display_mouse_position=true
use_palette_colors=true
actions\mouse_drag0\button=LEFT
actions\mouse_drag0\modifiers=NONE
actions\mouse_drag0\action=ZoomRectangle
actions\mouse_drag1\button=LEFT
actions\mouse_drag1\modifiers=CTRL
actions\mouse_drag1\action=PanOnMove
actions\mouse_doubleclick0\button=LEFT
actions\mouse_doubleclick0\modifiers=NONE
actions\mouse_doubleclick0\action=moveviewport
actions\mouse_wheel0\modifiers=NONE
actions\mouse_wheel0\action=zoom
csv_decimal_separator=.
csv_comment_initializer="# "
debug_show_region_boxes=false
debug_region_linewidth=3
antialiase_system=true
antialiase_graphs=true
antialiase_text=true
widget_background_color=#212571
widget_background_color_for_export=#212571
plot_background_color=transparent
plot_border_left=5
plot_border_right=5
plot_border_top=5
plot_border_bottom=5
graph_default_linewidth=1
graph_default_symbolsize=8
graph_default_symbol_linewidtht=0.75
graph_default_palette=Matlab
graph_default_fill_color_mode=darker
graph_default_error_color_mode=lighter
graph_default_error_fill_color_mode=even_lighter
graphs\graphs_base\linewidth=1
graphs\graphs_base\symbol_size=8
graphs\graphs_base\symbol_line_width=0.75
graphs\graphs_base\fill_color_mode=darker
graphs\graphs_base\error_color_mode=lighter
graphs\graphs_barchart\linewidth=0
graphs\graphs_barchart\fill_color_mode=same
graphs\graphs_filled\fill_color_mode=more_transparent
graphs\graphs_geometric\color=white
graphs\graphs_annotation\color=white
graphs\graphs_annotation\text_color=white
text_default_color=#FAFAFA
text_default_size=8
text_default_font_name=Arial+XITS
plot_label_font_name=Arial+XITS
plot_label_font_size=12
plot_frame_visible=false
plot_frame_color=#FAFAFA
plot_frame_width=2
plot_frame_rounded=0
key\xoffset=0.5
key\yoffset=0.5
key\xmargin=0.5
key\ymargin=0.5
key\xseparation=0.75
key\yseparation=0.75
key\frame_visible=true
key\frame_color=#FAFAFA
key\frame_width=1
key\frame_rounding=0
key\background_color=#181c67
key\visible=true
key\position=inside_topright
key\layout=one_column
key\fontsize=8
key\text_color=#FAFAFA
key\item_width=20
key\item_height=2.2
key\line_width=3
key\autosize=true
axis_x\color=#FAFAFA
axis_x\draw_mode1=all
axis_x\draw_mode2=line+ticks
axis_x\line_width=1
axis_x\axis_lines_offset=0
axis_x\min_ticks=5
axis_x\grid\enabled=true
axis_x\grid\style=dash
axis_x\grid\color=#616161
axis_x\grid\width=0.75
axis_x\axis_label\distance=5
axis_x\axis_label\font_size=8
axis_x\axis_label\position=center
axis_x\axis_label\type=exponent
axis_x\minor_grid\enabled=false
axis_x\minor_grid\style=dot
axis_x\minor_grid\color=#616161
axis_x\minor_grid\width=0.5
axis_x\minor_tick\labels_enabled=false
axis_x\minor_tick\inside_length=2
axis_x\minor_tick\label_font_size=6.4
axis_x\minor_tick\label_full_number=true
axis_x\minor_tick\outside_length=2
axis_x\minor_tick\width=1
axis_x\minor_tick\count=1
axis_x\ticks\date_format=dd.MM.yyyy
axis_x\ticks\datetime_format=dd.MM.yyyy HH:mm
axis_x\ticks\inside_length=3
axis_x\ticks\label_distance=3
axis_x\ticks\label_font_size=8
axis_x\ticks\mode=lin_or_power
axis_x\ticks\outside_length=3
axis_x\ticks\time_format=HH:mm
axis_x\ticks\width=1
axis_x\zero_line\enabled=true
axis_x\zero_line\line_width=1
axis_x\zero_line\color=#FAFAFA
axis_x\zero_line\style=solid
axis_y\color=#FAFAFA
axis_y\draw_mode1=all
axis_y\draw_mode2=line+ticks
axis_y\line_width=1
axis_y\axis_lines_offset=0
axis_y\min_ticks=5
axis_y\grid\enabled=true
axis_y\grid\color=#616161
axis_y\grid\style=dash
axis_y\grid\width=0.75
axis_y\axis_label\distance=5
axis_y\axis_label\font_size=8
axis_y\axis_label\position=center
axis_y\axis_label\type=exponent
axis_y\minor_grid\enabled=false
axis_y\minor_grid\color=#616161
axis_y\minor_grid\style=dot
axis_y\minor_grid\width=0.5
axis_y\minor_tick\labels_enabled=false
axis_y\minor_tick\inside_length=2
axis_y\minor_tick\label_font_size=6.4
axis_y\minor_tick\label_full_number=true
axis_y\minor_tick\outside_length=2
axis_y\minor_tick\width=1
axis_y\minor_tick\count=1
axis_y\ticks\date_format=dd.MM.yyyy
axis_y\ticks\datetime_format=dd.MM.yyyy HH:mm
axis_y\ticks\inside_length=3
axis_y\ticks\label_distance=3
axis_y\ticks\label_font_size=8
axis_y\ticks\mode=lin_or_power
axis_y\ticks\outside_length=3
axis_y\ticks\time_format=HH:mm
axis_y\ticks\width=1
axis_y\zero_line\enabled=true
axis_y\zero_line\line_width=1
axis_y\zero_line\color=#FAFAFA
axis_y\zero_line\style=solid
axis_colorbar_right\color=#FAFAFA
axis_colorbar_right\draw_mode1=all
axis_colorbar_right\draw_mode2=line+ticks+labels+axislabel
axis_colorbar_right\line_width=1
axis_colorbar_right\axis_lines_offset=0
axis_colorbar_right\min_ticks=5
axis_colorbar_right\grid\enabled=true
axis_colorbar_right\grid\color=#616161
axis_colorbar_right\grid\width=0.75
axis_colorbar_right\axis_label\distance=5
axis_colorbar_right\axis_label\font_size=8
axis_colorbar_right\axis_label\position=center
axis_colorbar_right\axis_label\type=exponent
axis_colorbar_right\minor_grid\enabled=false
axis_colorbar_right\minor_grid\style=dot
axis_colorbar_right\minor_grid\width=0.5
axis_colorbar_right\minor_tick\labels_enabled=false
axis_colorbar_right\minor_tick\inside_length=2
axis_colorbar_right\minor_tick\label_font_size=6.4
axis_colorbar_right\minor_tick\label_full_number=true
axis_colorbar_right\minor_tick\outside_length=2
axis_colorbar_right\minor_tick\width=1
axis_colorbar_right\minor_tick\count=1
axis_colorbar_right\ticks\date_format=dd.MM.yyyy
axis_colorbar_right\ticks\datetime_format=dd.MM.yyyy HH:mm
axis_colorbar_right\ticks\inside_length=3
axis_colorbar_right\ticks\label_distance=3
axis_colorbar_right\ticks\label_font_size=8
axis_colorbar_right\ticks\mode=lin_or_power
axis_colorbar_right\ticks\outside_length=3
axis_colorbar_right\ticks\time_format=HH:mm
axis_colorbar_right\ticks\width=1
axis_colorbar_right\zero_line\enabled=true
axis_colorbar_right\zero_line\line_width=1
axis_colorbar_right\zero_line\color=#FAFAFA
axis_colorbar_right\zero_line\style=solid
axis_colorbar_top\color=#FAFAFA
axis_colorbar_top\draw_mode1=all
axis_colorbar_top\draw_mode2=line+ticks
axis_colorbar_top\line_width=1
axis_colorbar_top\axis_lines_offset=0
axis_colorbar_top\min_ticks=5
axis_colorbar_top\grid\enabled=true
axis_colorbar_top\grid\color=#616161
axis_colorbar_top\grid\width=0.75
axis_colorbar_top\axis_label\distance=5
axis_colorbar_top\axis_label\font_size=8
axis_colorbar_top\axis_label\position=center
axis_colorbar_top\axis_label\type=exponent
axis_colorbar_top\minor_grid\enabled=false
axis_colorbar_top\minor_grid\style=dot
axis_colorbar_top\minor_grid\width=0.5
axis_colorbar_top\minor_tick\labels_enabled=false
axis_colorbar_top\minor_tick\inside_length=2
axis_colorbar_top\minor_tick\label_font_size=6.4
axis_colorbar_top\minor_tick\label_full_number=true
axis_colorbar_top\minor_tick\outside_length=2
axis_colorbar_top\minor_tick\width=1
axis_colorbar_top\minor_tick\count=1
axis_colorbar_top\ticks\date_format=dd.MM.yyyy
axis_colorbar_top\ticks\datetime_format=dd.MM.yyyy HH:mm
axis_colorbar_top\ticks\inside_length=3
axis_colorbar_top\ticks\label_distance=3
axis_colorbar_top\ticks\label_font_size=8
axis_colorbar_top\ticks\mode=lin_or_power
axis_colorbar_top\ticks\outside_length=3
axis_colorbar_top\ticks\time_format=HH:mm
axis_colorbar_top\ticks\width=1
axis_colorbar_top\zero_line\enabled=true
axis_colorbar_top\zero_line\line_width=1
axis_colorbar_top\zero_line\color=#FAFAFA
axis_colorbar_top\zero_line\style=solid
default_graph_styles\color0=#EF9A9A
default_graph_styles\color1=#4DB6AC
default_graph_styles\color2="#90CAF9"
default_graph_styles\color3="#E6EE9C"
default_graph_styles\color4="#FFB74D"
default_graph_styles\color5="#CE93D8"
default_graph_styles\line_style0=solid
default_graph_styles\line_style1=dash
default_graph_styles\line_style2=dot
default_graph_styles\line_style3=dashdot
default_graph_styles\line_style4=dashdotdot
default_graph_styles\symbol0=symbol_cross
default_graph_styles\symbol1=symbol_plus
default_graph_styles\symbol2=symbol_circle
default_graph_styles\symbol3=symbol_filled_circle
default_graph_styles\symbol4=symbol_rect
default_graph_styles\symbol5=symbol_filled_rect
default_graph_styles\symbol6=symbol_triangle
default_graph_styles\symbol7=symbol_filled_triangle
default_graph_styles\symbol8=symbol_down_triangle
default_graph_styles\symbol9=symbol_filled_down_triangle
default_graph_styles\symbol10=symbol_diamond
default_graph_styles\symbol11=symbol_filled_diamond
default_graph_styles\symbol12=symbol_star
default_graph_styles\symbol13=symbol_filled_star
default_graph_styles\symbol14=symbol_pentagon
default_graph_styles\symbol15=symbol_filled_pentagon
default_graph_styles\symbol16=symbol_asterisc
default_graph_styles\symbol17=symbol_target
default_graph_styles\symbol18=symbol_rect_cross
default_graph_styles\symbol19=symbol_rect_plus
graphs\auto_styles\color0=#EF9A9A
graphs\auto_styles\color1=#4DB6AC
graphs\auto_styles\color2="#90CAF9"
graphs\auto_styles\color3="#E6EE9C"
graphs\auto_styles\color4="#FFB74D"
graphs\auto_styles\color5="#CE93D8"

View File

@ -1,251 +1,66 @@
[plot]
[plot]
useraction_color=red
toolbar_enabled=true
toolbar_always_visible=false
toolbar_icon_size=16
mouse_position_template="(%1; %2)"
display_mouse_position=true
use_palette_colors=true
actions\mouse_drag0\button=LEFT
actions\mouse_drag0\modifiers=NONE
actions\mouse_drag0\action=ZoomRectangle
actions\mouse_drag1\button=LEFT
actions\mouse_drag1\modifiers=CTRL
actions\mouse_drag1\action=PanOnMove
actions\mouse_doubleclick0\button=LEFT
actions\mouse_doubleclick0\modifiers=NONE
actions\mouse_doubleclick0\action=moveviewport
actions\mouse_wheel0\modifiers=NONE
actions\mouse_wheel0\action=zoom
csv_decimal_separator=.
csv_comment_initializer="# "
debug_show_region_boxes=false
debug_region_linewidth=3
antialiase_system=true
antialiase_graphs=true
antialiase_text=true
widget_background_color=#212121
widget_background_color_for_export=#212121
plot_background_color=transparent
plot_border_left=5
plot_border_right=5
plot_border_top=5
plot_border_bottom=5
graph_default_linewidth=1
graph_default_symbolsize=8
graph_default_symbol_linewidtht=0.75
graph_default_palette=Matlab
graph_default_fill_color_mode=darker
graph_default_error_color_mode=lighter
graph_default_error_fill_color_mode=even_lighter
graphs\graphs_base\linewidth=1
graphs\graphs_base\symbol_size=8
graphs\graphs_base\symbol_line_width=0.75
graphs\graphs_base\symbol_fill_color_mode=darker
graphs\graphs_base\error_color_mode=lighter
graphs\graphs_barchart\linewidth=0
graphs\graphs_barchart\fill_color_mode=same
graphs\graphs_filled\fill_color_mode=more_transparent
graphs\graphs_geometric\color=white
graphs\graphs_annotation\color=white
graphs\graphs_annotation\text_color=white
text_default_color=#FAFAFA
text_default_size=8
text_default_font_name=Arial+XITS
plot_label_font_name=Arial+XITS
plot_label_font_size=12
plot_frame_visible=false
plot_frame_color=#FAFAFA
plot_frame_width=2
plot_frame_rounded=0
key\xoffset=0.5
key\yoffset=0.5
key\xmargin=0.5
key\ymargin=0.5
key\xseparation=0.75
key\yseparation=0.75
key\frame_visible=true
key\frame_color=#FAFAFA
key\frame_width=1
key\frame_rounding=0
key\background_color=#424242
key\visible=true
key\position=inside_topright
key\layout=one_column
key\fontsize=8
key\text_color=#FAFAFA
key\item_width=20
key\item_height=2.2
key\line_width=3
key\autosize=true
axis_x\color=#FAFAFA
axis_x\draw_mode1=all
axis_x\draw_mode2=line+ticks
axis_x\line_width=1
axis_x\axis_lines_offset=0
axis_x\min_ticks=5
axis_x\grid\enabled=true
axis_x\grid\style=dash
axis_x\grid\color=#616161
axis_x\grid\width=0.75
axis_x\axis_label\distance=5
axis_x\axis_label\font_size=8
axis_x\axis_label\position=center
axis_x\axis_label\type=exponent
axis_x\minor_grid\enabled=false
axis_x\minor_grid\style=dot
axis_x\minor_grid\color=#616161
axis_x\minor_grid\width=0.5
axis_x\minor_tick\labels_enabled=false
axis_x\minor_tick\inside_length=2
axis_x\minor_tick\label_font_size=6.4
axis_x\minor_tick\label_full_number=true
axis_x\minor_tick\outside_length=2
axis_x\minor_tick\width=1
axis_x\minor_tick\count=1
axis_x\ticks\date_format=dd.MM.yyyy
axis_x\ticks\datetime_format=dd.MM.yyyy HH:mm
axis_x\ticks\inside_length=3
axis_x\ticks\label_distance=3
axis_x\ticks\label_font_size=8
axis_x\ticks\mode=lin_or_power
axis_x\ticks\outside_length=3
axis_x\ticks\time_format=HH:mm
axis_x\ticks\width=1
axis_x\zero_line\enabled=true
axis_x\zero_line\line_width=1
axis_x\zero_line\color=#FAFAFA
axis_x\zero_line\style=solid
axis_y\color=#FAFAFA
axis_y\draw_mode1=all
axis_y\draw_mode2=line+ticks
axis_y\line_width=1
axis_y\axis_lines_offset=0
axis_y\min_ticks=5
axis_y\grid\enabled=true
axis_y\grid\color=#616161
axis_y\grid\style=dash
axis_y\grid\width=0.75
axis_y\axis_label\distance=5
axis_y\axis_label\font_size=8
axis_y\axis_label\position=center
axis_y\axis_label\type=exponent
axis_y\minor_grid\enabled=false
axis_y\minor_grid\color=#616161
axis_y\minor_grid\style=dot
axis_y\minor_grid\width=0.5
axis_y\minor_tick\labels_enabled=false
axis_y\minor_tick\inside_length=2
axis_y\minor_tick\label_font_size=6.4
axis_y\minor_tick\label_full_number=true
axis_y\minor_tick\outside_length=2
axis_y\minor_tick\width=1
axis_y\minor_tick\count=1
axis_y\ticks\date_format=dd.MM.yyyy
axis_y\ticks\datetime_format=dd.MM.yyyy HH:mm
axis_y\ticks\inside_length=3
axis_y\ticks\label_distance=3
axis_y\ticks\label_font_size=8
axis_y\ticks\mode=lin_or_power
axis_y\ticks\outside_length=3
axis_y\ticks\time_format=HH:mm
axis_y\ticks\width=1
axis_y\zero_line\enabled=true
axis_y\zero_line\line_width=1
axis_y\zero_line\color=#FAFAFA
axis_y\zero_line\style=solid
axis_colorbar_right\color=#FAFAFA
axis_colorbar_right\draw_mode1=all
axis_colorbar_right\draw_mode2=line+ticks+labels+axislabel
axis_colorbar_right\line_width=1
axis_colorbar_right\axis_lines_offset=0
axis_colorbar_right\min_ticks=5
axis_colorbar_right\grid\enabled=true
axis_colorbar_right\grid\color=#616161
axis_colorbar_right\grid\width=0.75
axis_colorbar_right\axis_label\distance=5
axis_colorbar_right\axis_label\font_size=8
axis_colorbar_right\axis_label\position=center
axis_colorbar_right\axis_label\type=exponent
axis_colorbar_right\minor_grid\enabled=false
axis_colorbar_right\minor_grid\style=dot
axis_colorbar_right\minor_grid\width=0.5
axis_colorbar_right\minor_tick\labels_enabled=false
axis_colorbar_right\minor_tick\inside_length=2
axis_colorbar_right\minor_tick\label_font_size=6.4
axis_colorbar_right\minor_tick\label_full_number=true
axis_colorbar_right\minor_tick\outside_length=2
axis_colorbar_right\minor_tick\width=1
axis_colorbar_right\minor_tick\count=1
axis_colorbar_right\ticks\date_format=dd.MM.yyyy
axis_colorbar_right\ticks\datetime_format=dd.MM.yyyy HH:mm
axis_colorbar_right\ticks\inside_length=3
axis_colorbar_right\ticks\label_distance=3
axis_colorbar_right\ticks\label_font_size=8
axis_colorbar_right\ticks\mode=lin_or_power
axis_colorbar_right\ticks\outside_length=3
axis_colorbar_right\ticks\time_format=HH:mm
axis_colorbar_right\ticks\width=1
axis_colorbar_right\zero_line\enabled=true
axis_colorbar_right\zero_line\line_width=1
axis_colorbar_right\zero_line\color=#FAFAFA
axis_colorbar_right\zero_line\style=solid
axis_colorbar_top\color=#FAFAFA
axis_colorbar_top\draw_mode1=all
axis_colorbar_top\draw_mode2=line+ticks
axis_colorbar_top\line_width=1
axis_colorbar_top\axis_lines_offset=0
axis_colorbar_top\min_ticks=5
axis_colorbar_top\grid\enabled=true
axis_colorbar_top\grid\color=#616161
axis_colorbar_top\grid\width=0.75
axis_colorbar_top\axis_label\distance=5
axis_colorbar_top\axis_label\font_size=8
axis_colorbar_top\axis_label\position=center
axis_colorbar_top\axis_label\type=exponent
axis_colorbar_top\minor_grid\enabled=false
axis_colorbar_top\minor_grid\style=dot
axis_colorbar_top\minor_grid\width=0.5
axis_colorbar_top\minor_tick\labels_enabled=false
axis_colorbar_top\minor_tick\inside_length=2
axis_colorbar_top\minor_tick\label_font_size=6.4
axis_colorbar_top\minor_tick\label_full_number=true
axis_colorbar_top\minor_tick\outside_length=2
axis_colorbar_top\minor_tick\width=1
axis_colorbar_top\minor_tick\count=1
axis_colorbar_top\ticks\date_format=dd.MM.yyyy
axis_colorbar_top\ticks\datetime_format=dd.MM.yyyy HH:mm
axis_colorbar_top\ticks\inside_length=3
axis_colorbar_top\ticks\label_distance=3
axis_colorbar_top\ticks\label_font_size=8
axis_colorbar_top\ticks\mode=lin_or_power
axis_colorbar_top\ticks\outside_length=3
axis_colorbar_top\ticks\time_format=HH:mm
axis_colorbar_top\ticks\width=1
axis_colorbar_top\zero_line\enabled=true
axis_colorbar_top\zero_line\line_width=1
axis_colorbar_top\zero_line\color=#FAFAFA
axis_colorbar_top\zero_line\style=solid
default_graph_styles\color0="#FF3D00,80%"
default_graph_styles\color1="#4CAF50,80%"
default_graph_styles\color2="#00BCD4,80%"
default_graph_styles\color3="#FFEB3B,80%"
default_graph_styles\color4="#FF9800,80%"
default_graph_styles\color5="#9C27B0,80%"
default_graph_styles\color6="#29B6F6,80%"
default_graph_styles\color7="blue,80%"
default_graph_styles\line_style0=solid
default_graph_styles\line_style1=dash
default_graph_styles\line_style2=dot
default_graph_styles\line_style3=dashdot
default_graph_styles\line_style4=dashdotdot
default_graph_styles\symbol0=symbol_cross
default_graph_styles\symbol1=symbol_plus
default_graph_styles\symbol2=symbol_circle
default_graph_styles\symbol3=symbol_filled_circle
default_graph_styles\symbol4=symbol_rect
default_graph_styles\symbol5=symbol_filled_rect
default_graph_styles\symbol6=symbol_triangle
default_graph_styles\symbol7=symbol_filled_triangle
default_graph_styles\symbol8=symbol_down_triangle
default_graph_styles\symbol9=symbol_filled_down_triangle
default_graph_styles\symbol10=symbol_diamond
default_graph_styles\symbol11=symbol_filled_diamond
default_graph_styles\symbol12=symbol_star
default_graph_styles\symbol13=symbol_filled_star
default_graph_styles\symbol14=symbol_pentagon
default_graph_styles\symbol15=symbol_filled_pentagon
default_graph_styles\symbol16=symbol_asterisc
default_graph_styles\symbol17=symbol_target
default_graph_styles\symbol18=symbol_rect_cross
default_graph_styles\symbol19=symbol_rect_plus
graphs\auto_styles\color0="#FF3D00,80%"
graphs\auto_styles\color1="#4CAF50,80%"
graphs\auto_styles\color2="#00BCD4,80%"
graphs\auto_styles\color3="#FFEB3B,80%"
graphs\auto_styles\color4="#FF9800,80%"
graphs\auto_styles\color5="#9C27B0,80%"
graphs\auto_styles\color6="#29B6F6,80%"
graphs\auto_styles\color7="blue,80%"

View File

@ -1,5 +1,25 @@
[plot]
useraction_color=red
max_tooltip_distance=16
useraction_catch_sensitivity=1
useraction_overlay_color=#000045
useraction_overlay_penstyle=dash
useraction_overlay_linewidth=1.5
useraction_overlay_brushcolor="steelblue,51"
useraction_overlay_brushstyle=solid
useraction_opaque_color=#000045
useraction_opaque_penstyle=dash
useraction_opaque_linewidth=1.5
useraction_opaque_brushcolor=aliceblue
useraction_opaque_brushstyle=solid
useraction_marker_color=#7f0000
useraction_marker_penstyle=dot
useraction_marker_linewidth=1
useraction_marker_brushcolor="red,51"
useraction_marker_brushstyle=solid
useraction_marker_diameter=12
useraction_marker_type=circle+crosshair
useraction_font_name=MS Shell Dlg 2+XITS
useraction_font_size=12
toolbar_enabled=true
toolbar_always_visible=false
toolbar_icon_size=16
@ -7,11 +27,11 @@ mouse_position_template="(%1; %2)"
display_mouse_position=true
use_palette_colors=true
actions\mouse_drag0\button=LEFT
actions\mouse_drag0\modifiers=CTRL
actions\mouse_drag0\action=PanOnMove
actions\mouse_drag0\modifiers=NONE
actions\mouse_drag0\action=ZoomRectangle
actions\mouse_drag1\button=LEFT
actions\mouse_drag1\modifiers=NONE
actions\mouse_drag1\action=ZoomRectangle
actions\mouse_drag1\modifiers=CTRL
actions\mouse_drag1\action=PanOnMove
actions\mouse_doubleclick0\button=LEFT
actions\mouse_doubleclick0\modifiers=NONE
actions\mouse_doubleclick0\action=moveviewport
@ -22,7 +42,6 @@ csv_comment_initializer="# "
debug_show_region_boxes=false
debug_region_linewidth=3
antialiase_system=true
antialiase_graphs=true
antialiase_text=true
widget_background_color=#f0f0f0
widget_background_color_for_export=white
@ -31,17 +50,10 @@ plot_border_left=5
plot_border_right=5
plot_border_top=5
plot_border_bottom=5
graph_default_linewidth=2
graph_default_symbolsize=10
graph_default_symbol_linewidtht=1
graph_default_palette=Matlab
graph_default_fill_color_mode=lighter
graph_default_error_color_mode=darker
graph_default_error_fill_color_mode=even_lighter
text_default_color=black
text_default_size=8
text_default_font_name=Arial+XITS
plot_label_font_name=Arial+XITS
text_default_font_name=MS Shell Dlg 2+XITS
plot_label_font_name=MS Shell Dlg 2+XITS
plot_label_font_size=12
plot_frame_visible=false
plot_frame_color=black
@ -219,44 +231,184 @@ axis_colorbar_top\zero_line\enabled=true
axis_colorbar_top\zero_line\line_width=1.5
axis_colorbar_top\zero_line\color=black
axis_colorbar_top\zero_line\style=solid
default_graph_styles\color0=red
default_graph_styles\color1=green
default_graph_styles\color2=blue
default_graph_styles\color3=fuchsia
default_graph_styles\color4=darkorange
default_graph_styles\color5=navy
default_graph_styles\color6=firebrick
default_graph_styles\color7=darkgreen
default_graph_styles\color8=darkmagenta
default_graph_styles\color9=darkgreen
default_graph_styles\color10=darkslateblue
default_graph_styles\color11=maroon
default_graph_styles\color12=indianred
default_graph_styles\color13=darkolivegreen
default_graph_styles\color14=mediumpurple
default_graph_styles\color15=darkcyan
default_graph_styles\line_style0=solid
default_graph_styles\line_style1=dash
default_graph_styles\line_style2=dot
default_graph_styles\line_style3=dashdot
default_graph_styles\line_style4=dashdotdot
default_graph_styles\symbol0=symbol_cross
default_graph_styles\symbol1=symbol_plus
default_graph_styles\symbol2=symbol_circle
default_graph_styles\symbol3=symbol_filled_circle
default_graph_styles\symbol4=symbol_rect
default_graph_styles\symbol5=symbol_filled_rect
default_graph_styles\symbol6=symbol_triangle
default_graph_styles\symbol7=symbol_filled_triangle
default_graph_styles\symbol8=symbol_down_triangle
default_graph_styles\symbol9=symbol_filled_down_triangle
default_graph_styles\symbol10=symbol_diamond
default_graph_styles\symbol11=symbol_filled_diamond
default_graph_styles\symbol12=symbol_star
default_graph_styles\symbol13=symbol_filled_star
default_graph_styles\symbol14=symbol_pentagon
default_graph_styles\symbol15=symbol_filled_pentagon
default_graph_styles\symbol16=symbol_asterisc
default_graph_styles\symbol17=symbol_target
default_graph_styles\symbol18=symbol_rect_cross
default_graph_styles\symbol19=symbol_rect_plus
graphs\antialiase=true
graphs\palette=Matlab
graphs\auto_styles\color0=red
graphs\auto_styles\color1=green
graphs\auto_styles\color2=blue
graphs\auto_styles\color3=fuchsia
graphs\auto_styles\color4=darkorange
graphs\auto_styles\color5=navy
graphs\auto_styles\color6=firebrick
graphs\auto_styles\color7=darkgreen
graphs\auto_styles\color8=darkmagenta
graphs\auto_styles\color9=darkgreen
graphs\auto_styles\color10=darkslateblue
graphs\auto_styles\color11=maroon
graphs\auto_styles\color12=indianred
graphs\auto_styles\color13=darkolivegreen
graphs\auto_styles\color14=mediumpurple
graphs\auto_styles\color15=darkcyan
graphs\auto_styles\line_style0=solid
graphs\auto_styles\line_style1=dash
graphs\auto_styles\line_style2=dot
graphs\auto_styles\line_style3=dashdot
graphs\auto_styles\line_style4=dashdotdot
graphs\auto_styles\symbol0=symbol_cross
graphs\auto_styles\symbol1=symbol_plus
graphs\auto_styles\symbol2=symbol_circle
graphs\auto_styles\symbol3=symbol_filled_circle
graphs\auto_styles\symbol4=symbol_rect
graphs\auto_styles\symbol5=symbol_filled_rect
graphs\auto_styles\symbol6=symbol_triangle
graphs\auto_styles\symbol7=symbol_filled_triangle
graphs\auto_styles\symbol8=symbol_diamond
graphs\auto_styles\symbol9=symbol_filled_diamond
graphs\auto_styles\symbol10=symbol_star
graphs\auto_styles\symbol11=symbol_filled_star
graphs\auto_styles\symbol12=symbol_pentagon
graphs\auto_styles\symbol13=symbol_filled_pentagon
graphs\auto_styles\symbol14=symbol_asterisc
graphs\auto_styles\symbol15=symbol_hourglass
graphs\auto_styles\symbol16=symbol_filled_hourglass
graphs\auto_styles\symbol17=symbol_curved_triangle
graphs\auto_styles\symbol18=symbol_filled_curved_triangle
graphs\auto_styles\symbol19=symbol_hexagon
graphs\auto_styles\symbol20=symbol_filled_hexagon
graphs\auto_styles\symbol21=symbol_rect_cross
graphs\auto_styles\symbol22=symbol_rect_plus
graphs\auto_styles\symbol23=symbol_rect_triangle
graphs\auto_styles\symbol24=symbol_rect_downtriangle
graphs\auto_styles\symbol25=symbol_rect_lefttriangle
graphs\auto_styles\symbol26=symbol_rect_righttriangle
graphs\auto_styles\symbol27=symbol_circle_cross
graphs\auto_styles\symbol28=symbol_circle_plus
graphs\auto_styles\symbol29=symbol_circle_peace
graphs\auto_styles\symbol30=symbol_diamond_plus
graphs\auto_styles\symbol31=symbol_diamond_cross
graphs\auto_styles\symbol32=symbol_tripod
graphs\auto_styles\symbol33=symbol_down_tripod
graphs\auto_styles\symbol34=symbol_left_tripod
graphs\auto_styles\symbol35=symbol_right_tripod
graphs\auto_styles\symbol36=symbol_asterisc6
graphs\auto_styles\symbol37=symbol_asterisc8
graphs\auto_styles\symbol38=symbol_peace
graphs\auto_styles\symbol39=symbol_target
graphs\auto_styles\symbol40=symbol_down_triangle
graphs\auto_styles\symbol41=symbol_filled_down_triangle
graphs\auto_styles\symbol42=symbol_left_triangle
graphs\auto_styles\symbol43=symbol_filled_left_triangle
graphs\auto_styles\symbol44=symbol_right_triangle
graphs\auto_styles\symbol45=symbol_filled_right_triangle
graphs\auto_styles\symbol46=symbol_down_curved_triangle
graphs\auto_styles\symbol47=symbol_filled_down_curved_triangle
graphs\auto_styles\symbol48=symbol_left_curved_triangle
graphs\auto_styles\symbol49=symbol_filled_left_curved_triangle
graphs\auto_styles\symbol50=symbol_right_curved_triangle
graphs\auto_styles\symbol51=symbol_filled_right_curved_triangle
graphs\auto_styles\symbol52=symbol_octagon
graphs\auto_styles\symbol53=symbol_filled_octagon
graphs\auto_styles\symbol54=symbol_updowntriangle
graphs\auto_styles\symbol55=symbol_filled_updowntriangle
graphs\auto_styles\symbol56=symbol_horizontal_hourglass
graphs\auto_styles\symbol57=symbol_filled_horizontal_hourglass
graphs\auto_styles\symbol58=symbol_santaclause
graphs\auto_styles\symbol59=symbol_filled_santaclause
graphs\auto_styles\symbol60=symbol_male
graphs\auto_styles\symbol61=symbol_female
graphs\auto_styles\fill_style0=solid
graphs\graphs_base\linewidth=2
graphs\graphs_base\symbol_size=10
graphs\graphs_base\symbol_line_width=1
graphs\graphs_base\error_indicator_width=1
graphs\graphs_base\head_decorator_size_factor=8
graphs\graphs_base\head_decorator_type=filled_arrow
graphs\graphs_base\error_fill_style=solid
graphs\graphs_base\graph_color_mode=same
graphs\graphs_base\fill_color_mode=lighter
graphs\graphs_base\error_color_mode=darker
graphs\graphs_base\error_fill_color_mode=lighter_and_transparent
graphs\graphs_base\symbol_fill_color_mode=lighter
graphs\graphs_barchart\linewidth=0
graphs\graphs_barchart\symbol_size=10
graphs\graphs_barchart\symbol_line_width=1
graphs\graphs_barchart\error_indicator_width=1
graphs\graphs_barchart\head_decorator_size_factor=8
graphs\graphs_barchart\head_decorator_type=filled_arrow
graphs\graphs_barchart\error_fill_style=solid
graphs\graphs_barchart\graph_color_mode=lighter
graphs\graphs_barchart\fill_color_mode=lighter
graphs\graphs_barchart\error_color_mode=darker
graphs\graphs_barchart\error_fill_color_mode=lighter_and_transparent
graphs\graphs_barchart\symbol_fill_color_mode=lighter
graphs\graphs_boxplot\linewidth=1
graphs\graphs_boxplot\symbol_size=10
graphs\graphs_boxplot\symbol_line_width=1
graphs\graphs_boxplot\error_indicator_width=1
graphs\graphs_boxplot\head_decorator_size_factor=8
graphs\graphs_boxplot\head_decorator_type=filled_arrow
graphs\graphs_boxplot\error_fill_style=solid
graphs\graphs_boxplot\graph_color_mode=same
graphs\graphs_boxplot\fill_color_mode=white
graphs\graphs_boxplot\error_color_mode=darker
graphs\graphs_boxplot\error_fill_color_mode=lighter_and_transparent
graphs\graphs_boxplot\symbol_fill_color_mode=lighter
graphs\graphs_filled\linewidth=2
graphs\graphs_filled\symbol_size=10
graphs\graphs_filled\symbol_line_width=1
graphs\graphs_filled\error_indicator_width=1
graphs\graphs_filled\head_decorator_size_factor=8
graphs\graphs_filled\head_decorator_type=filled_arrow
graphs\graphs_filled\error_fill_style=solid
graphs\graphs_filled\graph_color_mode=same
graphs\graphs_filled\fill_color_mode=lighter_and_transparent
graphs\graphs_filled\error_color_mode=darker
graphs\graphs_filled\error_fill_color_mode=lighter_and_transparent
graphs\graphs_filled\symbol_fill_color_mode=lighter
graphs\graphs_impulses\linewidth=3
graphs\graphs_impulses\symbol_size=10
graphs\graphs_impulses\symbol_line_width=1
graphs\graphs_impulses\error_indicator_width=1
graphs\graphs_impulses\head_decorator_size_factor=8
graphs\graphs_impulses\head_decorator_type=filled_arrow
graphs\graphs_impulses\error_fill_style=solid
graphs\graphs_impulses\graph_color_mode=same
graphs\graphs_impulses\fill_color_mode=lighter
graphs\graphs_impulses\error_color_mode=darker
graphs\graphs_impulses\error_fill_color_mode=lighter_and_transparent
graphs\graphs_impulses\symbol_fill_color_mode=lighter
graphs\graphs_geometric\linewidth=2
graphs\graphs_geometric\symbol_size=10
graphs\graphs_geometric\symbol_line_width=1
graphs\graphs_geometric\error_indicator_width=1
graphs\graphs_geometric\head_decorator_size_factor=8
graphs\graphs_geometric\head_decorator_type=filled_arrow
graphs\graphs_geometric\error_fill_style=solid
graphs\graphs_geometric\graph_color_mode=same
graphs\graphs_geometric\fill_color_mode=transparent
graphs\graphs_geometric\error_color_mode=darker
graphs\graphs_geometric\error_fill_color_mode=lighter_and_transparent
graphs\graphs_geometric\symbol_fill_color_mode=lighter
graphs\graphs_geometric\color=black
graphs\graphs_geometric\line_style=solid
graphs\graphs_geometric\symbol=symbol_cross
graphs\graphs_geometric\fill_style=solid
graphs\graphs_annotation\linewidth=2
graphs\graphs_annotation\symbol_size=16
graphs\graphs_annotation\symbol_line_width=1
graphs\graphs_annotation\error_indicator_width=1
graphs\graphs_annotation\head_decorator_size_factor=8
graphs\graphs_annotation\head_decorator_type=filled_arrow
graphs\graphs_annotation\error_fill_style=solid
graphs\graphs_annotation\graph_color_mode=same
graphs\graphs_annotation\fill_color_mode=lighter
graphs\graphs_annotation\error_color_mode=darker
graphs\graphs_annotation\error_fill_color_mode=lighter_and_transparent
graphs\graphs_annotation\symbol_fill_color_mode=lighter
graphs\graphs_annotation\color=black
graphs\graphs_annotation\line_style=solid
graphs\graphs_annotation\symbol=symbol_cross
graphs\graphs_annotation\fill_style=solid
graphs\graphs_annotation\text_color=black
graphs\graphs_annotation\font_size=12
graphs\graphs_annotation\font_name=MS Shell Dlg 2+XITS

View File

@ -1,250 +1,29 @@
[plot]
useraction_color=red
toolbar_enabled=true
toolbar_always_visible=false
toolbar_icon_size=16
mouse_position_template="(%1; %2)"
display_mouse_position=true
use_palette_colors=true
actions\mouse_drag0\button=LEFT
actions\mouse_drag0\modifiers=NONE
actions\mouse_drag0\action=ZoomRectangle
actions\mouse_drag1\button=LEFT
actions\mouse_drag1\modifiers=CTRL
actions\mouse_drag1\action=PanOnMove
actions\mouse_doubleclick0\button=LEFT
actions\mouse_doubleclick0\modifiers=NONE
actions\mouse_doubleclick0\action=moveviewport
actions\mouse_wheel0\modifiers=NONE
actions\mouse_wheel0\action=zoom
csv_decimal_separator=.
csv_comment_initializer="# "
debug_show_region_boxes=false
debug_region_linewidth=3
antialiase_system=true
antialiase_graphs=true
antialiase_text=true
widget_background_color=white
widget_background_color_for_export=white
plot_background_color=white
plot_border_left=5
plot_border_right=5
plot_border_top=5
plot_border_bottom=5
graph_default_linewidth=2
graph_default_symbolsize=10
graph_default_symbol_linewidtht=1
graph_default_palette=Matlab
text_default_color=black
text_default_size=8
text_default_font_name=Arial+XITS
plot_label_font_name=Arial+XITS
plot_label_font_size=12
plot_frame_visible=false
plot_frame_color=black
plot_frame_width=1
plot_frame_rounded=3
key\xoffset=1
key\yoffset=1
key\xmargin=1
key\ymargin=1
key\xseparation=0.75
key\yseparation=0.75
key\frame_visible=true
key\frame_color=black
key\frame_width=1
key\frame_rounding=2
key\background_color=white
key\visible=true
key\position=inside_topright
key\layout=one_column
key\fontsize=8
key\item_width=20
key\item_height=2.2
key\line_width=3
key\autosize=true
axis_x\color=black
axis_x\draw_mode1=all
axis_x\draw_mode2=none
axis_x\line_width=1
axis_x\axis_lines_offset=6
axis_x\min_ticks=5
axis_x\grid\enabled=true
axis_x\grid\color=gray
axis_x\grid\width=0.75
axis_x\axis_label\distance=5
axis_x\axis_label\font_size=8
axis_x\axis_label\position=center
axis_x\axis_label\type=exponent
axis_x\minor_grid\enabled=false
axis_x\minor_grid\style=dot
axis_x\minor_grid\width=0.5
axis_x\minor_tick\labels_enabled=false
axis_x\minor_tick\inside_length=1.5
axis_x\minor_tick\label_font_size=6.4
axis_x\minor_tick\label_full_number=true
axis_x\minor_tick\outside_length=2
axis_x\minor_tick\width=1
axis_x\minor_tick\count=1
axis_x\ticks\date_format=dd.MM.yyyy
axis_x\ticks\datetime_format=dd.MM.yyyy HH:mm
axis_x\ticks\inside_length=0
axis_x\ticks\label_distance=3
axis_x\ticks\label_font_size=8
axis_x\ticks\mode=lin_or_power
axis_x\ticks\outside_length=5
axis_x\ticks\time_format=HH:mm
axis_x\ticks\width=1
axis_x\zero_line\enabled=true
axis_x\zero_line\line_width=1
axis_x\zero_line\color=@Variant(\0\0\0\x43\x1\xff\xff\0\0\0\0\0\0\0\0)
axis_x\zero_line\style=solid
axis_y\color=black
axis_y\draw_mode1=all
axis_x\zero_line\color=black
axis_y\draw_mode2=none
axis_y\line_width=1
axis_y\axis_lines_offset=6
axis_y\min_ticks=5
axis_y\grid\enabled=true
axis_y\grid\color=gray
axis_y\grid\width=0.75
axis_y\axis_label\distance=5
axis_y\axis_label\font_size=8
axis_y\axis_label\position=center
axis_y\axis_label\type=exponent
axis_y\minor_grid\enabled=false
axis_y\minor_grid\style=dot
axis_y\minor_grid\width=0.5
axis_y\minor_tick\labels_enabled=false
axis_y\minor_tick\inside_length=1.5
axis_y\minor_tick\label_font_size=6.4
axis_y\minor_tick\label_full_number=true
axis_y\minor_tick\outside_length=2
axis_y\minor_tick\width=1
axis_y\minor_tick\count=1
axis_y\ticks\date_format=dd.MM.yyyy
axis_y\ticks\datetime_format=dd.MM.yyyy HH:mm
axis_y\ticks\inside_length=0
axis_y\ticks\label_distance=5
axis_y\ticks\label_font_size=8
axis_y\ticks\mode=lin_or_power
axis_y\ticks\outside_length=3
axis_y\ticks\time_format=HH:mm
axis_y\ticks\width=1
axis_y\zero_line\enabled=true
axis_y\zero_line\line_width=1
axis_y\zero_line\color=@Variant(\0\0\0\x43\x1\xff\xff\0\0\0\0\0\0\0\0)
axis_y\zero_line\style=solid
axis_colorbar_right\color=black
axis_colorbar_right\draw_mode1=all
axis_colorbar_right\draw_mode2=line+ticks
axis_colorbar_right\line_width=1.5
axis_colorbar_right\axis_lines_offset=0
axis_colorbar_right\min_ticks=5
axis_colorbar_right\grid\enabled=true
axis_colorbar_right\grid\color=gray
axis_colorbar_right\grid\width=0.75
axis_colorbar_right\axis_label\distance=5
axis_colorbar_right\axis_label\font_size=8
axis_colorbar_right\axis_label\position=center
axis_colorbar_right\axis_label\type=exponent
axis_colorbar_right\minor_grid\enabled=false
axis_colorbar_right\minor_grid\style=dot
axis_colorbar_right\minor_grid\width=0.5
axis_colorbar_right\minor_tick\labels_enabled=false
axis_colorbar_right\minor_tick\inside_length=1.5
axis_colorbar_right\minor_tick\label_font_size=6.4
axis_colorbar_right\minor_tick\label_full_number=true
axis_colorbar_right\minor_tick\outside_length=1.5
axis_colorbar_right\minor_tick\width=1
axis_colorbar_right\minor_tick\count=1
axis_colorbar_right\ticks\date_format=dd.MM.yyyy
axis_colorbar_right\ticks\datetime_format=dd.MM.yyyy HH:mm
axis_colorbar_right\ticks\inside_length=3
axis_colorbar_right\ticks\label_distance=3
axis_colorbar_right\ticks\label_font_size=8
axis_colorbar_right\ticks\mode=lin_or_power
axis_colorbar_right\ticks\outside_length=3
axis_colorbar_right\ticks\time_format=HH:mm
axis_colorbar_right\ticks\width=1.5
axis_colorbar_right\zero_line\enabled=true
axis_colorbar_right\zero_line\line_width=1.5
axis_colorbar_right\zero_line\color=@Variant(\0\0\0\x43\x1\xff\xff\0\0\0\0\0\0\0\0)
axis_colorbar_right\zero_line\style=solid
axis_colorbar_top\color=black
axis_colorbar_top\draw_mode1=all
axis_colorbar_top\draw_mode2=line+ticks
axis_colorbar_top\line_width=1.5
axis_colorbar_top\axis_lines_offset=0
axis_colorbar_top\min_ticks=5
axis_colorbar_top\grid\enabled=true
axis_colorbar_top\grid\color=gray
axis_colorbar_top\grid\width=0.75
axis_colorbar_top\axis_label\distance=5
axis_colorbar_top\axis_label\font_size=8
axis_colorbar_top\axis_label\position=center
axis_colorbar_top\axis_label\type=exponent
axis_colorbar_top\minor_grid\enabled=false
axis_colorbar_top\minor_grid\style=dot
axis_colorbar_top\minor_grid\width=0.5
axis_colorbar_top\minor_tick\labels_enabled=false
axis_colorbar_top\minor_tick\inside_length=1.5
axis_colorbar_top\minor_tick\label_font_size=6.4
axis_colorbar_top\minor_tick\label_full_number=true
axis_colorbar_top\minor_tick\outside_length=1.5
axis_colorbar_top\minor_tick\width=1
axis_colorbar_top\minor_tick\count=1
axis_colorbar_top\ticks\date_format=dd.MM.yyyy
axis_colorbar_top\ticks\datetime_format=dd.MM.yyyy HH:mm
axis_colorbar_top\ticks\inside_length=3
axis_colorbar_top\ticks\label_distance=3
axis_colorbar_top\ticks\label_font_size=8
axis_colorbar_top\ticks\mode=lin_or_power
axis_colorbar_top\ticks\outside_length=3
axis_colorbar_top\ticks\time_format=HH:mm
axis_colorbar_top\ticks\width=1.5
axis_colorbar_top\zero_line\enabled=true
axis_colorbar_top\zero_line\line_width=1.5
axis_colorbar_top\zero_line\color=@Variant(\0\0\0\x43\x1\xff\xff\0\0\0\0\0\0\0\0)
axis_colorbar_top\zero_line\style=solid
default_graph_styles\color0=red
default_graph_styles\color1=green
default_graph_styles\color2=blue
default_graph_styles\color3=fuchsia
default_graph_styles\color4=darkorange
default_graph_styles\color5=navy
default_graph_styles\color6=firebrick
default_graph_styles\color7=darkgreen
default_graph_styles\color8=darkmagenta
default_graph_styles\color9=darkgreen
default_graph_styles\color10=darkslateblue
default_graph_styles\color11=maroon
default_graph_styles\color12=indianred
default_graph_styles\color13=darkolivegreen
default_graph_styles\color14=mediumpurple
default_graph_styles\color15=darkcyan
default_graph_styles\line_style0=solid
default_graph_styles\line_style1=dash
default_graph_styles\line_style2=dot
default_graph_styles\line_style3=dashdot
default_graph_styles\line_style4=dashdotdot
default_graph_styles\symbol0=symbol_cross
default_graph_styles\symbol1=symbol_plus
default_graph_styles\symbol2=symbol_circle
default_graph_styles\symbol3=symbol_filled_circle
default_graph_styles\symbol4=symbol_rect
default_graph_styles\symbol5=symbol_filled_rect
default_graph_styles\symbol6=symbol_triangle
default_graph_styles\symbol7=symbol_filled_triangle
default_graph_styles\symbol8=symbol_down_triangle
default_graph_styles\symbol9=symbol_filled_down_triangle
default_graph_styles\symbol10=symbol_diamond
default_graph_styles\symbol11=symbol_filled_diamond
default_graph_styles\symbol12=symbol_star
default_graph_styles\symbol13=symbol_filled_star
default_graph_styles\symbol14=symbol_pentagon
default_graph_styles\symbol15=symbol_filled_pentagon
default_graph_styles\symbol16=symbol_asterisc
default_graph_styles\symbol17=symbol_target
default_graph_styles\symbol18=symbol_rect_cross
default_graph_styles\symbol19=symbol_rect_plus
axis_y\zero_line\color=black
axis_colorbar_right\zero_line\color=black
axis_colorbar_top\zero_line\color=black

View File

@ -1,251 +1,30 @@
[plot]
useraction_color=red
toolbar_enabled=true
toolbar_always_visible=false
toolbar_icon_size=16
mouse_position_template="(%1; %2)"
display_mouse_position=true
use_palette_colors=true
actions\mouse_drag0\button=LEFT
actions\mouse_drag0\modifiers=NONE
actions\mouse_drag0\action=ZoomRectangle
actions\mouse_drag1\button=LEFT
actions\mouse_drag1\modifiers=CTRL
actions\mouse_drag1\action=PanOnMove
actions\mouse_doubleclick0\button=LEFT
actions\mouse_doubleclick0\modifiers=NONE
actions\mouse_doubleclick0\action=moveviewport
actions\mouse_wheel0\modifiers=NONE
actions\mouse_wheel0\action=zoom
csv_decimal_separator=.
csv_comment_initializer="# "
debug_show_region_boxes=false
debug_region_linewidth=3
antialiase_system=true
antialiase_system=true
antialiase_graphs=true
antialiase_text=true
widget_background_color=white
widget_background_color_for_export=white
plot_background_color=white
plot_border_left=5
plot_border_right=5
plot_border_top=5
plot_border_bottom=5
graph_default_linewidth=2
graph_default_symbolsize=10
graph_default_symbol_linewidtht=1
graph_default_palette=Matlab
text_default_color=black
text_default_size=8
text_default_font_name=Arial+XITS
plot_label_font_name=Arial+XITS
plot_label_font_size=12
plot_frame_visible=true
plot_frame_color=black
plot_frame_width=1
plot_frame_rounded=3
key\xoffset=1
key\yoffset=1
key\xmargin=1
key\ymargin=1
key\xseparation=0.75
key\yseparation=0.75
key\frame_visible=true
key\frame_color=black
key\frame_width=1
key\frame_rounding=2
key\background_color=white
key\visible=true
key\position=inside_topright
key\layout=one_column
key\fontsize=8
key\item_width=20
key\item_height=2.2
key\line_width=3
key\autosize=true
axis_x\color=black
axis_x\draw_mode1=all
axis_x\draw_mode2=none
axis_x\line_width=1.5
axis_x\axis_lines_offset=6
axis_x\min_ticks=5
axis_x\grid\enabled=true
axis_x\grid\color=gray
axis_x\grid\width=0.75
axis_x\axis_label\distance=5
axis_x\axis_label\font_size=8
axis_x\axis_label\position=center
axis_x\axis_label\type=exponent
axis_x\minor_grid\enabled=false
axis_x\minor_grid\style=dot
axis_x\minor_grid\width=0.5
axis_x\minor_tick\labels_enabled=false
axis_x\minor_tick\inside_length=1.5
axis_x\minor_tick\label_font_size=6.4
axis_x\minor_tick\label_full_number=true
axis_x\minor_tick\outside_length=2
axis_x\minor_tick\width=1
axis_x\minor_tick\count=1
axis_x\ticks\date_format=dd.MM.yyyy
axis_x\ticks\datetime_format=dd.MM.yyyy HH:mm
axis_x\ticks\inside_length=0
axis_x\ticks\label_distance=3
axis_x\ticks\label_font_size=8
axis_x\ticks\mode=lin_or_power
axis_x\ticks\outside_length=5
axis_x\ticks\time_format=HH:mm
axis_x\ticks\width=1
axis_x\zero_line\enabled=false
axis_x\zero_line\line_width=1
axis_x\zero_line\color=@Variant(\0\0\0\x43\x1\xff\xff\0\0\0\0\0\0\0\0)
axis_x\zero_line\style=solid
axis_y\color=black
axis_y\draw_mode1=all
axis_x\zero_line\color=black
axis_y\draw_mode2=none
axis_y\line_width=1
axis_y\axis_lines_offset=6
axis_y\min_ticks=5
axis_y\grid\enabled=true
axis_y\grid\color=gray
axis_y\grid\width=0.75
axis_y\axis_label\distance=5
axis_y\axis_label\font_size=8
axis_y\axis_label\position=center
axis_y\axis_label\type=exponent
axis_y\minor_grid\enabled=false
axis_y\minor_grid\style=dot
axis_y\minor_grid\width=0.5
axis_y\minor_tick\labels_enabled=false
axis_y\minor_tick\inside_length=1.5
axis_y\minor_tick\label_font_size=6.4
axis_y\minor_tick\label_full_number=true
axis_y\minor_tick\outside_length=2
axis_y\minor_tick\width=1
axis_y\minor_tick\count=1
axis_y\ticks\date_format=dd.MM.yyyy
axis_y\ticks\datetime_format=dd.MM.yyyy HH:mm
axis_y\ticks\inside_length=0
axis_y\ticks\label_distance=5
axis_y\ticks\label_font_size=8
axis_y\ticks\mode=lin_or_power
axis_y\ticks\outside_length=3
axis_y\ticks\time_format=HH:mm
axis_y\ticks\width=1.5
axis_y\zero_line\enabled=false
axis_y\zero_line\line_width=1
axis_y\zero_line\color=@Variant(\0\0\0\x43\x1\xff\xff\0\0\0\0\0\0\0\0)
axis_y\zero_line\style=solid
axis_colorbar_right\color=black
axis_colorbar_right\draw_mode1=all
axis_colorbar_right\draw_mode2=line+ticks
axis_colorbar_right\line_width=1.5
axis_colorbar_right\axis_lines_offset=0
axis_colorbar_right\min_ticks=5
axis_colorbar_right\grid\enabled=true
axis_colorbar_right\grid\color=gray
axis_colorbar_right\grid\width=0.75
axis_colorbar_right\axis_label\distance=5
axis_colorbar_right\axis_label\font_size=8
axis_colorbar_right\axis_label\position=center
axis_colorbar_right\axis_label\type=exponent
axis_colorbar_right\minor_grid\enabled=false
axis_colorbar_right\minor_grid\style=dot
axis_colorbar_right\minor_grid\width=0.5
axis_colorbar_right\minor_tick\labels_enabled=false
axis_colorbar_right\minor_tick\inside_length=1.5
axis_colorbar_right\minor_tick\label_font_size=6.4
axis_colorbar_right\minor_tick\label_full_number=true
axis_colorbar_right\minor_tick\outside_length=1.5
axis_colorbar_right\minor_tick\width=1
axis_colorbar_right\minor_tick\count=1
axis_colorbar_right\ticks\date_format=dd.MM.yyyy
axis_colorbar_right\ticks\datetime_format=dd.MM.yyyy HH:mm
axis_colorbar_right\ticks\inside_length=3
axis_colorbar_right\ticks\label_distance=3
axis_colorbar_right\ticks\label_font_size=8
axis_colorbar_right\ticks\mode=lin_or_power
axis_colorbar_right\ticks\outside_length=3
axis_colorbar_right\ticks\time_format=HH:mm
axis_colorbar_right\ticks\width=1.5
axis_colorbar_right\zero_line\enabled=true
axis_colorbar_right\zero_line\line_width=1.5
axis_colorbar_right\zero_line\color=@Variant(\0\0\0\x43\x1\xff\xff\0\0\0\0\0\0\0\0)
axis_colorbar_right\zero_line\style=solid
axis_colorbar_top\color=black
axis_colorbar_top\draw_mode1=all
axis_colorbar_top\draw_mode2=line+ticks
axis_colorbar_top\line_width=1.5
axis_colorbar_top\axis_lines_offset=0
axis_colorbar_top\min_ticks=5
axis_colorbar_top\grid\enabled=true
axis_colorbar_top\grid\color=gray
axis_colorbar_top\grid\width=0.75
axis_colorbar_top\axis_label\distance=5
axis_colorbar_top\axis_label\font_size=8
axis_colorbar_top\axis_label\position=center
axis_colorbar_top\axis_label\type=exponent
axis_colorbar_top\minor_grid\enabled=false
axis_colorbar_top\minor_grid\style=dot
axis_colorbar_top\minor_grid\width=0.5
axis_colorbar_top\minor_tick\labels_enabled=false
axis_colorbar_top\minor_tick\inside_length=1.5
axis_colorbar_top\minor_tick\label_font_size=6.4
axis_colorbar_top\minor_tick\label_full_number=true
axis_colorbar_top\minor_tick\outside_length=1.5
axis_colorbar_top\minor_tick\width=1
axis_colorbar_top\minor_tick\count=1
axis_colorbar_top\ticks\date_format=dd.MM.yyyy
axis_colorbar_top\ticks\datetime_format=dd.MM.yyyy HH:mm
axis_colorbar_top\ticks\inside_length=3
axis_colorbar_top\ticks\label_distance=3
axis_colorbar_top\ticks\label_font_size=8
axis_colorbar_top\ticks\mode=lin_or_power
axis_colorbar_top\ticks\outside_length=3
axis_colorbar_top\ticks\time_format=HH:mm
axis_colorbar_top\ticks\width=1.5
axis_colorbar_top\zero_line\enabled=true
axis_colorbar_top\zero_line\line_width=1.5
axis_colorbar_top\zero_line\color=@Variant(\0\0\0\x43\x1\xff\xff\0\0\0\0\0\0\0\0)
axis_colorbar_top\zero_line\style=solid
default_graph_styles\color0=red
default_graph_styles\color1=green
default_graph_styles\color2=blue
default_graph_styles\color3=fuchsia
default_graph_styles\color4=darkorange
default_graph_styles\color5=navy
default_graph_styles\color6=firebrick
default_graph_styles\color7=darkgreen
default_graph_styles\color8=darkmagenta
default_graph_styles\color9=darkgreen
default_graph_styles\color10=darkslateblue
default_graph_styles\color11=maroon
default_graph_styles\color12=indianred
default_graph_styles\color13=darkolivegreen
default_graph_styles\color14=mediumpurple
default_graph_styles\color15=darkcyan
default_graph_styles\line_style0=solid
default_graph_styles\line_style1=dash
default_graph_styles\line_style2=dot
default_graph_styles\line_style3=dashdot
default_graph_styles\line_style4=dashdotdot
default_graph_styles\symbol0=symbol_cross
default_graph_styles\symbol1=symbol_plus
default_graph_styles\symbol2=symbol_circle
default_graph_styles\symbol3=symbol_filled_circle
default_graph_styles\symbol4=symbol_rect
default_graph_styles\symbol5=symbol_filled_rect
default_graph_styles\symbol6=symbol_triangle
default_graph_styles\symbol7=symbol_filled_triangle
default_graph_styles\symbol8=symbol_down_triangle
default_graph_styles\symbol9=symbol_filled_down_triangle
default_graph_styles\symbol10=symbol_diamond
default_graph_styles\symbol11=symbol_filled_diamond
default_graph_styles\symbol12=symbol_star
default_graph_styles\symbol13=symbol_filled_star
default_graph_styles\symbol14=symbol_pentagon
default_graph_styles\symbol15=symbol_filled_pentagon
default_graph_styles\symbol16=symbol_asterisc
default_graph_styles\symbol17=symbol_target
default_graph_styles\symbol18=symbol_rect_cross
default_graph_styles\symbol19=symbol_rect_plus
axis_y\zero_line\color=black
axis_colorbar_right\zero_line\color=black
axis_colorbar_top\zero_line\color=black

View File

@ -1,250 +1,11 @@
[plot]
useraction_color=red
toolbar_enabled=true
toolbar_always_visible=false
toolbar_icon_size=16
mouse_position_template="(%1; %2)"
display_mouse_position=true
use_palette_colors=true
actions\mouse_drag0\button=LEFT
actions\mouse_drag0\modifiers=NONE
actions\mouse_drag0\action=ZoomRectangle
actions\mouse_drag1\button=LEFT
actions\mouse_drag1\modifiers=CTRL
actions\mouse_drag1\action=PanOnMove
actions\mouse_doubleclick0\button=LEFT
actions\mouse_doubleclick0\modifiers=NONE
actions\mouse_doubleclick0\action=moveviewport
actions\mouse_wheel0\modifiers=NONE
actions\mouse_wheel0\action=zoom
csv_decimal_separator=.
csv_comment_initializer="# "
debug_show_region_boxes=false
debug_region_linewidth=3
antialiase_system=true
antialiase_graphs=true
antialiase_text=true
widget_background_color=white
widget_background_color_for_export=white
plot_background_color=white
plot_border_left=5
plot_border_right=5
plot_border_top=5
plot_border_bottom=5
graph_default_linewidth=2
graph_default_symbolsize=10
graph_default_symbol_linewidtht=1
graph_default_palette=Matlab
text_default_color=black
text_default_size=8
text_default_font_name=Arial+XITS
plot_label_font_name=Arial+XITS
plot_label_font_size=12
plot_frame_visible=false
plot_frame_color=black
plot_frame_width=2
plot_frame_rounded=0
key\xoffset=0.5
key\yoffset=0.5
key\xmargin=0.5
key\ymargin=0.5
key\xseparation=0.75
key\yseparation=0.75
key\frame_visible=true
key\frame_color=black
key\frame_width=1
key\frame_rounding=0
key\background_color=white
key\visible=true
key\position=inside_topright
key\layout=one_column
key\fontsize=8
key\item_width=20
key\item_height=2.2
key\line_width=3
key\autosize=true
axis_x\color=black
axis_x\draw_mode1=ticks+labels+axislabel
axis_x\draw_mode2=none
axis_x\line_width=1.5
axis_x\axis_lines_offset=0
axis_x\min_ticks=5
axis_x\grid\enabled=true
axis_x\grid\color=gray
axis_x\grid\width=0.75
axis_x\axis_label\distance=5
axis_x\axis_label\font_size=8
axis_x\axis_label\position=center
axis_x\axis_label\type=exponent
axis_x\minor_grid\enabled=false
axis_x\minor_grid\style=dot
axis_x\minor_grid\width=0.5
axis_x\minor_tick\labels_enabled=false
axis_x\minor_tick\inside_length=1.5
axis_x\minor_tick\label_font_size=6.4
axis_x\minor_tick\label_full_number=true
axis_x\minor_tick\outside_length=1.5
axis_x\minor_tick\width=1
axis_x\minor_tick\count=1
axis_x\ticks\date_format=dd.MM.yyyy
axis_x\ticks\datetime_format=dd.MM.yyyy HH:mm
axis_x\ticks\inside_length=3
axis_x\ticks\label_distance=3
axis_x\ticks\label_font_size=8
axis_x\ticks\mode=lin_or_power
axis_x\ticks\outside_length=3
axis_x\ticks\time_format=HH:mm
axis_x\ticks\width=1.5
axis_x\zero_line\enabled=false
axis_x\zero_line\line_width=1.5
axis_x\zero_line\color=black
axis_x\zero_line\style=solid
axis_y\color=black
axis_y\draw_mode1=ticks+labels+axislabel
axis_y\draw_mode2=none
axis_y\line_width=1.5
axis_y\axis_lines_offset=0
axis_y\min_ticks=5
axis_y\grid\enabled=true
axis_y\grid\color=gray
axis_y\grid\width=0.75
axis_y\axis_label\distance=5
axis_y\axis_label\font_size=8
axis_y\axis_label\position=center
axis_y\axis_label\type=exponent
axis_y\minor_grid\enabled=false
axis_y\minor_grid\style=dot
axis_y\minor_grid\width=0.5
axis_y\minor_tick\labels_enabled=false
axis_y\minor_tick\inside_length=1.5
axis_y\minor_tick\label_font_size=6.4
axis_y\minor_tick\label_full_number=true
axis_y\minor_tick\outside_length=1.5
axis_y\minor_tick\width=1
axis_y\minor_tick\count=1
axis_y\ticks\date_format=dd.MM.yyyy
axis_y\ticks\datetime_format=dd.MM.yyyy HH:mm
axis_y\ticks\inside_length=3
axis_y\ticks\label_distance=3
axis_y\ticks\label_font_size=8
axis_y\ticks\mode=lin_or_power
axis_y\ticks\outside_length=3
axis_y\ticks\time_format=HH:mm
axis_y\ticks\width=1.5
axis_y\zero_line\enabled=true
axis_y\zero_line\line_width=1.5
axis_y\zero_line\color=black
axis_y\zero_line\style=solid
axis_colorbar_right\color=black
axis_colorbar_right\draw_mode1=none
axis_colorbar_right\draw_mode2=ticks+labels+axislabel
axis_colorbar_right\line_width=1.5
axis_colorbar_right\axis_lines_offset=0
axis_colorbar_right\min_ticks=5
axis_colorbar_right\grid\enabled=true
axis_colorbar_right\grid\color=gray
axis_colorbar_right\grid\width=0.75
axis_colorbar_right\axis_label\distance=5
axis_colorbar_right\axis_label\font_size=8
axis_colorbar_right\axis_label\position=center
axis_colorbar_right\axis_label\type=exponent
axis_colorbar_right\minor_grid\enabled=false
axis_colorbar_right\minor_grid\style=dot
axis_colorbar_right\minor_grid\width=0.5
axis_colorbar_right\minor_tick\labels_enabled=false
axis_colorbar_right\minor_tick\inside_length=1.5
axis_colorbar_right\minor_tick\label_font_size=6.4
axis_colorbar_right\minor_tick\label_full_number=true
axis_colorbar_right\minor_tick\outside_length=1.5
axis_colorbar_right\minor_tick\width=1
axis_colorbar_right\minor_tick\count=1
axis_colorbar_right\ticks\date_format=dd.MM.yyyy
axis_colorbar_right\ticks\datetime_format=dd.MM.yyyy HH:mm
axis_colorbar_right\ticks\inside_length=3
axis_colorbar_right\ticks\label_distance=3
axis_colorbar_right\ticks\label_font_size=8
axis_colorbar_right\ticks\mode=lin_or_power
axis_colorbar_right\ticks\outside_length=3
axis_colorbar_right\ticks\time_format=HH:mm
axis_colorbar_right\ticks\width=1.5
axis_colorbar_right\zero_line\enabled=true
axis_colorbar_right\zero_line\line_width=1.5
axis_colorbar_right\zero_line\color=black
axis_colorbar_right\zero_line\style=solid
axis_colorbar_top\color=black
axis_colorbar_top\draw_mode1=none
axis_colorbar_top\draw_mode2=ticks+labels+axislabel
axis_colorbar_top\line_width=1.5
axis_colorbar_top\axis_lines_offset=0
axis_colorbar_top\min_ticks=5
axis_colorbar_top\grid\enabled=true
axis_colorbar_top\grid\color=gray
axis_colorbar_top\grid\width=0.75
axis_colorbar_top\axis_label\distance=5
axis_colorbar_top\axis_label\font_size=8
axis_colorbar_top\axis_label\position=center
axis_colorbar_top\axis_label\type=exponent
axis_colorbar_top\minor_grid\enabled=false
axis_colorbar_top\minor_grid\style=dot
axis_colorbar_top\minor_grid\width=0.5
axis_colorbar_top\minor_tick\labels_enabled=false
axis_colorbar_top\minor_tick\inside_length=1.5
axis_colorbar_top\minor_tick\label_font_size=6.4
axis_colorbar_top\minor_tick\label_full_number=true
axis_colorbar_top\minor_tick\outside_length=1.5
axis_colorbar_top\minor_tick\width=1
axis_colorbar_top\minor_tick\count=1
axis_colorbar_top\ticks\date_format=dd.MM.yyyy
axis_colorbar_top\ticks\datetime_format=dd.MM.yyyy HH:mm
axis_colorbar_top\ticks\inside_length=3
axis_colorbar_top\ticks\label_distance=3
axis_colorbar_top\ticks\label_font_size=8
axis_colorbar_top\ticks\mode=lin_or_power
axis_colorbar_top\ticks\outside_length=3
axis_colorbar_top\ticks\time_format=HH:mm
axis_colorbar_top\ticks\width=1.5
axis_colorbar_top\zero_line\enabled=true
axis_colorbar_top\zero_line\line_width=1.5
axis_colorbar_top\zero_line\color=black
axis_colorbar_top\zero_line\style=solid
default_graph_styles\color0=red
default_graph_styles\color1=green
default_graph_styles\color2=blue
default_graph_styles\color3=fuchsia
default_graph_styles\color4=darkorange
default_graph_styles\color5=navy
default_graph_styles\color6=firebrick
default_graph_styles\color7=darkgreen
default_graph_styles\color8=darkmagenta
default_graph_styles\color9=darkgreen
default_graph_styles\color10=darkslateblue
default_graph_styles\color11=maroon
default_graph_styles\color12=indianred
default_graph_styles\color13=darkolivegreen
default_graph_styles\color14=mediumpurple
default_graph_styles\color15=darkcyan
default_graph_styles\line_style0=solid
default_graph_styles\line_style1=dash
default_graph_styles\line_style2=dot
default_graph_styles\line_style3=dashdot
default_graph_styles\line_style4=dashdotdot
default_graph_styles\symbol0=symbol_cross
default_graph_styles\symbol1=symbol_plus
default_graph_styles\symbol2=symbol_circle
default_graph_styles\symbol3=symbol_filled_circle
default_graph_styles\symbol4=symbol_rect
default_graph_styles\symbol5=symbol_filled_rect
default_graph_styles\symbol6=symbol_triangle
default_graph_styles\symbol7=symbol_filled_triangle
default_graph_styles\symbol8=symbol_down_triangle
default_graph_styles\symbol9=symbol_filled_down_triangle
default_graph_styles\symbol10=symbol_diamond
default_graph_styles\symbol11=symbol_filled_diamond
default_graph_styles\symbol12=symbol_star
default_graph_styles\symbol13=symbol_filled_star
default_graph_styles\symbol14=symbol_pentagon
default_graph_styles\symbol15=symbol_filled_pentagon
default_graph_styles\symbol16=symbol_asterisc
default_graph_styles\symbol17=symbol_target
default_graph_styles\symbol18=symbol_rect_cross
default_graph_styles\symbol19=symbol_rect_plus

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB