Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wiseodd committed Aug 26, 2024
1 parent d3ee0ea commit 60489e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ pip install pub-ready-plots
import pub_ready_plots

with pub_ready_plots.get_context(
width_frac=1, # between 0 and 1
height_frac=0.15, # between 0 and 1
layout="icml", # or "iclr", "neurips", "aistats", "uai", "tmlr" "poster-portrait", "poster-landscape"
width_frac=1, # Multiplier for `\linewidth`
height_frac=0.15, # Multiplier for `\textheight`
layout="icml", # or "iclr", "neurips", "aistats", "uai", "tmlr", "poster-portrait", "poster-landscape"
single_col=False, # only works for the "icml", "aistats", "uai" layouts
nrows=1, # depending on your subplots, default = 1
ncols=2, # depending on your subplots, default = 1
Expand Down

0 comments on commit 60489e5

Please sign in to comment.