Skip to content

Commit

Permalink
Remove unused implementation which caused confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
HansKimDWR committed Apr 24, 2024
1 parent 195fa7c commit 66e772b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions schimpy/plot_default_formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,6 @@
seaborn_style_cycler=(cycler(linestyle=['-'])
*cycler(color=["#0F0F0F"] + mpl.style.library['seaborn-v0_8-colorblind']["axes.prop_cycle"].by_key()["color"])
*cycler(linewidth=[1.5]))
line_thickness = 1.

# Metrics format dictionary
metrics_dpi = 300
metrics_fig_size = (12, 7.5) # Metrics figure size in inches
metrics_plot_kwargs = {'linewidth': 1}

metrics_plot_format = {
'dpi': metrics_dpi,
'fig_size': metrics_fig_size,
'color': brewer_colors,
'metrics_plot_kwargs': metrics_plot_kwargs}


##############################################################################
# Global settings
Expand Down

0 comments on commit 66e772b

Please sign in to comment.