Skip to content

Commit

Permalink
Fix #15
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Milk committed Nov 26, 2023
1 parent 5c2f64d commit 2154f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marsilea/plotter/bar.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def render_ax(self, spec):
if orient == "h":
bar = ax.barh
line = ax.axvline
data = data[::-1]
data = data[::-1, ::-1]

del options["bottom"]
options["left"] = 0
Expand Down

0 comments on commit 2154f70

Please sign in to comment.