Skip to content

Commit

Permalink
Remove matplotlib sans-serif font set to Arial
Browse files Browse the repository at this point in the history
  • Loading branch information
akorgor committed Sep 18, 2024
1 parent a8456b4 commit 2cc0d2e
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,6 @@ def get_weights(pop_pre, pop_post):

plt.rcParams.update(
{
"font.sans-serif": "Arial",
"axes.spines.right": False,
"axes.spines.top": False,
"axes.prop_cycle": cycler(color=[colors["blue"], colors["red"]]),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,6 @@ def get_weights(pop_pre, pop_post):

plt.rcParams.update(
{
"font.sans-serif": "Arial",
"axes.spines.right": False,
"axes.spines.top": False,
"axes.prop_cycle": cycler(color=[colors["blue"], colors["red"]]),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,6 @@ def evaluate(n_iteration, iter_start):

plt.rcParams.update(
{
"font.sans-serif": "Arial",
"axes.spines.right": False,
"axes.spines.top": False,
"axes.prop_cycle": cycler(color=[colors["blue"], colors["red"]]),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,6 @@ def get_weights(pop_pre, pop_post):

plt.rcParams.update(
{
"font.sans-serif": "Arial",
"axes.spines.right": False,
"axes.spines.top": False,
"axes.prop_cycle": cycler(color=[colors["blue"], colors["red"]]),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,6 @@ def get_weights(pop_pre, pop_post):

plt.rcParams.update(
{
"font.sans-serif": "Arial",
"axes.spines.right": False,
"axes.spines.top": False,
"axes.prop_cycle": cycler(color=[colors["blue"], colors["red"]]),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,6 @@ def get_weights(pop_pre, pop_post):

plt.rcParams.update(
{
"font.sans-serif": "Arial",
"axes.spines.right": False,
"axes.spines.top": False,
"axes.prop_cycle": cycler(color=[colors["blue"], colors["red"]]),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,6 @@ def get_weights(pop_pre, pop_post):

plt.rcParams.update(
{
"font.sans-serif": "Arial",
"axes.spines.right": False,
"axes.spines.top": False,
"axes.prop_cycle": cycler(color=[colors["blue"], colors["red"]]),
Expand Down

0 comments on commit 2cc0d2e

Please sign in to comment.