Skip to content

Commit

Permalink
fixed margin
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorso committed Dec 14, 2023
1 parent 01a7a29 commit 4c88498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/geothermal_example.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ using CSV
using Random
using DataStructures
using Plots
default(framestyle = :box, color_palette=:seaborn_deep6, fontfamily="Computer Modern", margin=5mm)
default(framestyle = :box, color_palette=:seaborn_deep6, fontfamily="Computer Modern", margin=5Plots.mm)

# Define random seeds
fix_solve_and_eval_seed = true # Whether the seed is set before each policy gen and evaluation. Seed is the eval index + test set. It is threadsafe.
Expand Down
2 changes: 1 addition & 1 deletion src/InfoGatheringPOMDPs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ using StatsPlots
using DataStructures

# Default plotting things
default(framestyle = :box, color_palette=:seaborn_deep6, fontfamily="Computer Modern")
default(framestyle = :box, color_palette=:seaborn_deep6, fontfamily="Computer Modern", margin=5Plots.mm)

export DiscreteUp
include("discrete_updater.jl")
Expand Down

0 comments on commit 4c88498

Please sign in to comment.