LUCIT-Systems-and-Development / unicorn-binance-websocket-api

A Python SDK by LUCIT to use the Binance Websocket API`s (com+testnet, com-margin+testnet, com-isolated_margin+testnet, com-futures+testnet, com-coin_futures, us, tr, dex/chain+testnet) in a simple, fast, flexible, robust and fully-featured way.
https://unicorn-binance-websocket-api.docs.lucit.tech/
Other
683 stars 164 forks source link

The hight of the export image in print_summary() should be flexible and fit to the amount of displayed streams #63

Closed oliver-zehentleitner closed 4 years ago

oliver-zehentleitner commented 4 years ago

Is your feature request related to a problem? Please describe. The hight of the export PNG file is hard coded and not flexible.

Describe the solution you'd like Depending on how much streams are shown in print_summary() calculate the best hight for the image. https://github.com/oliver-zehentleitner/unicorn-binance-websocket-api/blob/e68d8945ad4c6abd9aecfc47658d8df632af8b3c/unicorn_binance_websocket_api/unicorn_binance_websocket_api_manager.py#L2128 Describe alternatives you've considered

Additional context

oliver-zehentleitner commented 4 years ago

added in 1.14.0.dev