mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 18:15:52 +08:00
added seaborn style
This commit is contained in:
parent
b756cb91e6
commit
5fae11472c
@ -633,6 +633,9 @@ Here is a table with all available ready-made styles:
|
||||
<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/seaborn.ini"> \c :/JKQTPlotter/styles/seaborn.ini</a>
|
||||
<td> \image html seaborn.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
|
||||
|
BIN
doc/images/styles/seaborn.ini.png
Normal file
BIN
doc/images/styles/seaborn.ini.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 95 KiB |
@ -87,6 +87,7 @@ The following gallery shows a set of example styles:
|
||||
| [`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) |
|
||||
| [`lib/jkqtplotter/resources/style/seaborn.ini`](https://github.com/jkriege2/JKQtPlotter/tree/master/lib/jkqtplotter/resources/styles/seaborn.ini) | ![](https://raw.githubusercontent.com/jkriege2/JKQtPlotter/master/doc/images/styles/seaborn.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:
|
||||
|
@ -4,6 +4,7 @@
|
||||
<file>styles/blueprint.ini</file>
|
||||
<file>styles/dark.ini</file>
|
||||
<file>styles/default.ini</file>
|
||||
<file>styles/seaborn.ini</file>
|
||||
<file>styles/simple_axesoffset.ini</file>
|
||||
<file>styles/simple_axesoffset_plotbox.ini</file>
|
||||
<file>styles/simple_gridandticks.ini</file>
|
||||
|
404
lib/jkqtplotter/resources/styles/seaborn.ini
Normal file
404
lib/jkqtplotter/resources/styles/seaborn.ini
Normal file
@ -0,0 +1,404 @@
|
||||
[plots]
|
||||
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
|
||||
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_text=true
|
||||
widget_background_color=#f0f0f0
|
||||
widget_background_color_for_export=white
|
||||
plot_background_color=silver
|
||||
plot_border_left=5
|
||||
plot_border_right=5
|
||||
plot_border_top=5
|
||||
plot_border_bottom=5
|
||||
text_default_color=black
|
||||
text_default_size=8
|
||||
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
|
||||
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=0.5
|
||||
key\frame_rounding=0
|
||||
key\background_color=#f0f0f0
|
||||
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=labels+axislabel
|
||||
axis_x\draw_mode2=none
|
||||
axis_x\line_width=1
|
||||
axis_x\axis_lines_offset=0
|
||||
axis_x\min_ticks=5
|
||||
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_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=
|
||||
axis_x\minor_tick\width=0.5
|
||||
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=0
|
||||
axis_x\ticks\time_format=HH:mm
|
||||
axis_x\ticks\width=0.75
|
||||
axis_x\zero_line\enabled=false
|
||||
axis_x\zero_line\line_width=1
|
||||
axis_x\zero_line\color=#f0f0f0
|
||||
axis_x\zero_line\style=solid
|
||||
axis_x\grid\enabled=true
|
||||
axis_x\grid\color=#f0f0f0
|
||||
axis_x\grid\width=0.75
|
||||
axis_x\grid\style=solid
|
||||
axis_x\minor_grid\enabled=false
|
||||
axis_x\minor_grid\color=#f0f0f0
|
||||
axis_x\minor_grid\width=0.5
|
||||
axis_x\minor_grid\style=dot
|
||||
axis_y\color=black
|
||||
axis_y\draw_mode1=labels+axislabel
|
||||
axis_y\draw_mode2=none
|
||||
axis_y\line_width=0.75
|
||||
axis_y\axis_lines_offset=0
|
||||
axis_y\min_ticks=5
|
||||
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_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=0
|
||||
axis_y\minor_tick\width=0.5
|
||||
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=5
|
||||
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=0.75
|
||||
axis_y\zero_line\enabled=false
|
||||
axis_y\zero_line\line_width=1
|
||||
axis_y\zero_line\color=#f0f0f0
|
||||
axis_y\zero_line\style=solid
|
||||
axis_y\grid\enabled=true
|
||||
axis_y\grid\color=#f0f0f0
|
||||
axis_y\grid\width=0.75
|
||||
axis_y\grid\style=solid
|
||||
axis_y\minor_grid\enabled=false
|
||||
axis_y\minor_grid\color=#f0f0f0
|
||||
axis_y\minor_grid\width=0.5
|
||||
axis_y\minor_grid\style=dot
|
||||
axis_colorbar_right\color=black
|
||||
axis_colorbar_right\draw_mode1=none
|
||||
axis_colorbar_right\draw_mode2=labels+axislabel
|
||||
axis_colorbar_right\line_width=1
|
||||
axis_colorbar_right\axis_lines_offset=0
|
||||
axis_colorbar_right\min_ticks=3
|
||||
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_tick\labels_enabled=false
|
||||
axis_colorbar_right\minor_tick\inside_length=0
|
||||
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=0
|
||||
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=0
|
||||
axis_colorbar_right\ticks\label_distance=1
|
||||
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=false
|
||||
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_right\grid\enabled=false
|
||||
axis_colorbar_right\grid\color=#f0f0f0
|
||||
axis_colorbar_right\grid\width=0.75
|
||||
axis_colorbar_right\grid\style=dash
|
||||
axis_colorbar_right\minor_grid\enabled=false
|
||||
axis_colorbar_right\minor_grid\color=#f0f0f0
|
||||
axis_colorbar_right\minor_grid\width=0.5
|
||||
axis_colorbar_right\minor_grid\style=dot
|
||||
axis_colorbar_top\color=black
|
||||
axis_colorbar_top\draw_mode1=none
|
||||
axis_colorbar_top\draw_mode2=labels+axislabel
|
||||
axis_colorbar_top\line_width=1
|
||||
axis_colorbar_top\axis_lines_offset=0
|
||||
axis_colorbar_top\min_ticks=3
|
||||
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_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=0
|
||||
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=0
|
||||
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=false
|
||||
axis_colorbar_top\zero_line\line_width=1.5
|
||||
axis_colorbar_top\zero_line\color=black
|
||||
axis_colorbar_top\zero_line\style=solid
|
||||
axis_colorbar_top\grid\enabled=false
|
||||
axis_colorbar_top\grid\color=gray
|
||||
axis_colorbar_top\grid\width=0.75
|
||||
axis_colorbar_top\grid\style=dash
|
||||
axis_colorbar_top\minor_grid\enabled=false
|
||||
axis_colorbar_top\minor_grid\color=gray
|
||||
axis_colorbar_top\minor_grid\width=0.5
|
||||
axis_colorbar_top\minor_grid\style=dot
|
||||
graphs\antialiase=true
|
||||
graphs\palette=viridis
|
||||
graphs\auto_styles\color0=blue
|
||||
graphs\auto_styles\color1=green
|
||||
graphs\auto_styles\color2=firebrick
|
||||
graphs\auto_styles\color3=darkviolet
|
||||
graphs\auto_styles\color4=goldenrod
|
||||
graphs\auto_styles\color5=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=1.0
|
||||
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_transparent
|
||||
graphs\graphs_base\error_color_mode=same
|
||||
graphs\graphs_base\error_fill_color_mode=lighter_transparent
|
||||
graphs\graphs_base\symbol_fill_color_mode=same
|
||||
graphs\graphs_barchart\linewidth=1
|
||||
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=grey75
|
||||
graphs\graphs_barchart\fill_color_mode=same
|
||||
graphs\graphs_barchart\error_color_mode=darker
|
||||
graphs\graphs_barchart\error_fill_color_mode=lighter_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=black
|
||||
graphs\graphs_boxplot\fill_color_mode=same
|
||||
graphs\graphs_boxplot\error_color_mode=darker
|
||||
graphs\graphs_boxplot\error_fill_color_mode=lighter_transparent
|
||||
graphs\graphs_boxplot\symbol_fill_color_mode=lighter
|
||||
graphs\graphs_filled\linewidth=1
|
||||
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_transparent
|
||||
graphs\graphs_filled\error_color_mode=same
|
||||
graphs\graphs_filled\error_fill_color_mode=lighter_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_transparent
|
||||
graphs\graphs_impulses\symbol_fill_color_mode=lighter
|
||||
graphs\graphs_geometric\linewidth=1
|
||||
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_non_transparent
|
||||
graphs\graphs_geometric\fill_color_mode=transparent
|
||||
graphs\graphs_geometric\error_color_mode=darker
|
||||
graphs\graphs_geometric\error_fill_color_mode=lighter_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=1
|
||||
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_non_transparent
|
||||
graphs\graphs_annotation\fill_color_mode=lighter
|
||||
graphs\graphs_annotation\error_color_mode=darker
|
||||
graphs\graphs_annotation\error_fill_color_mode=lighter_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
|
Loading…
Reference in New Issue
Block a user