Skip to content

Commit

Permalink
fix pprinting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ardunn committed Jul 21, 2021
1 parent 6f76c04 commit f5679d1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions figrecipes/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -697,9 +697,6 @@ def xy(
fig["layout"]["legend"]["y"] = 1.1
fig["layout"]["legend"]["orientation"] = "h"


import pprint
pprint.pprint(fig)
return self.create_plot(fig, return_plot)

def scatter_matrix(
Expand Down

0 comments on commit f5679d1

Please sign in to comment.