theislab / ehrapy

Electronic Health Record Analysis with Python.
https://ehrapy.readthedocs.io/
Apache License 2.0
232 stars 19 forks source link

figure settings not properly passed through #760

Open Zethson opened 4 months ago

Zethson commented 4 months ago

Report

ep.settings.set_figure_params(figsize=(4, 4), vector_friendly=True, dpi_save=300)

doesn't seem to have the same effect as the scanpy version. Reported by @juzb

Version information

No response