Skip to content

Commit

Permalink
Internal Issue #57 added logging support and changed names of setting…
Browse files Browse the repository at this point in the history
…s to enable the plot to work with the current inheritance structure.
  • Loading branch information
bikegeek committed Apr 27, 2024
1 parent 1982bb3 commit 265b782
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions metplotpy/plots/scatter/custom_scatter.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
plot_filename: /tmp/scatterplot.png
plot_filename: ./scatterplot.png

legend:
x: 0.5
Expand All @@ -12,7 +12,7 @@ legend:
bordercolor: # black in default config
borderwidth: 2

connect_data_gaps: true
connect_data_gaps: false
title: Scatter plot of point data
xaxis:
title: X
Expand All @@ -23,13 +23,19 @@ lines:
data_file:
./scatter1_plot_data.txt
color: blue
width: 2
dash:
line_width: 2
type: horiz_line
position: 0
line_style:

- name: Data2 Trace
data_file:
./scatter2_plot_data.txt
color: firebrick
width: 4
dash: dash
line_width: 4
type: horiz_line
position: 0
line_style:

log_level: info
log_filename: ./scatter_log.txt

0 comments on commit 265b782

Please sign in to comment.