Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsweeten committed Jun 11, 2024
1 parent 49d91de commit 32e9d64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/moddotplot/static_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ def make_dot(sdf, title_name, palette, palette_orientation, colors, breaks, xlim
new_hexcodes = colors
max_val = max(sdf["q_en"].max(), sdf["r_en"].max(), xlim)
window = max(sdf["q_en"] - sdf["q_st"])
print(max_val)
p = (
ggplot(sdf)
+ geom_tile(
Expand Down

0 comments on commit 32e9d64

Please sign in to comment.