Skip to content

Commit

Permalink
Turn off EPS support for plotly (it's broken in Kaleido per JuliaPlot…
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Pacula committed Mar 26, 2024
1 parent 5eac880 commit 5c57312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gofigr/backends/plotly.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ def close(self, fig):
pass

def get_supported_image_formats(self):
return ["png", "jpeg", "jpg", "svg", "pdf", "eps", "tiff"]
return ["png", "jpeg", "jpg", "svg", "pdf", "tiff"]

0 comments on commit 5c57312

Please sign in to comment.