Skip to content

Commit

Permalink
Update mpstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
steventkrawczyk committed Dec 28, 2023
1 parent 6151062 commit 280f4e9
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 70 deletions.
141 changes: 82 additions & 59 deletions examples/notebooks/OpenAIChatExperiment.ipynb

Large diffs are not rendered by default.

7 changes: 1 addition & 6 deletions prompttools/experiment/experiments/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,12 +461,7 @@ def aggregate(self, metric_name, column_name, is_average=False):

# Define the custom colors
custom_colors = [
"black",
"#7e1e9c",
"#15b01a",
"#448ee4",
"#ff7fa7",
"#029386",
"black", "#771541", "#EB8F4C", "#594F3B", "#A8B7AB", "#9C92A3"
]

plt.ylabel("Latency (s)")
Expand Down
3 changes: 0 additions & 3 deletions prompttools/experiment/experiments/style.mplstyle
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ savefig.dpi : 100
# Hegel AI color cycle
axes.prop_cycle: cycler('color', ["black", "771541", "EB8F4C","594F3B","A8B7AB","9C92A3"])

# Not good for colorblind people
#axes.prop_cycle: cycler('color', ['black', '7e1e9c', '15b01a', '448ee4', 'ff7fa7', '029386', 'ed872d', 'ae1717', 'gray', 'e03fd8', '011288', '0b4008'])

#font.family : serif
#text.usetex : True
#font.serif : Palatino
4 changes: 2 additions & 2 deletions prompttools/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.0.45a0+e77fcc5'
git_version = 'e77fcc5bcd6fa7b123ae17fd660659bcb3e7c8bf'
__version__ = '0.0.45a0+6151062'
git_version = '6151062e36d63229b66d1c4193f0173ad022502d'

0 comments on commit 280f4e9

Please sign in to comment.