Skip to content

Commit

Permalink
update plot fonts to one that should be default.
Browse files Browse the repository at this point in the history
  • Loading branch information
juddmehr committed Jul 23, 2024
1 parent ffa672e commit dc400f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/assets/plots_default.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function plots_default(;
dpi=300,
# extra_kwargs,
# extra_plot_kwargs,
fontfamily="cmunrm",
fontfamily="Palatino_Roman",
# fontfamily="Palatino Roman",
foreground_color=RGB(128 / 255, 128 / 255, 128 / 255), #gray, plotsgray,
# html_output_format,
Expand Down Expand Up @@ -121,7 +121,7 @@ function plots_default(;
# :Subplot
#######################
# annotationcolor,
annotationfontfamily="cmunrm",
annotationfontfamily="Palatino_Roman",
annotationfontsize=10,
# annotationhalign,
# annotationrotation,
Expand Down

0 comments on commit dc400f4

Please sign in to comment.