Daniel Goldfarb

Results 331 comments of Daniel Goldfarb

If you are saving many figures, without exiting your program, you must use matplotlib Agg backend. Near the very beginning of your code, do the following: ```python import matplotlib matplotlib.use("Agg")...

This is *not* related to the number of studies, but rather to the relative magnitude of the studies in relation to each other. This is documented in [**the addplot tutorial**](https://github.com/matplotlib/mplfinance/blob/master/examples/addplot.ipynb)...

This sounds similar to https://github.com/matplotlib/mplfinance/issues/386 but not quite the same. You may want to read through that to get some ideas. The first thing is to make sure you are...

@fxhuhn Markus, I'm not sure what you described is the same. **Are you indeed seeing "`MemoryError: In RendererAgg: Out of memory`" or something else?** Also, as @Mikeardy described it in...

@fxhuhn >I'm on "something else". I don't get a message at all, it just stops I will try to reproduce on my end. What OS are you running? Python version?...

As a separate question, I am trying to understand why anyone would save hundreds of plots all at once. Please, anyone who can, explain to me what you are trying...

@george2seven George, Thanks for contributing to the discussion. I continue at this time to be unable to reproduce this issue. However based on your comments > .plot(....save....) and .savefig() methods...

I did some looking into this and some experimenting with the code. It's a reasonable request. Haven't decided yet whether to provide Volume Profile, or simply provide the means for...

Will implement this at some point. In the meantime, here is a work-around example using one of the data files in the [**examples/data folder**](https://github.com/matplotlib/mplfinance/tree/master/examples/data): ```python import pandas as pd import...

please see https://github.com/matplotlib/mplfinance/issues/448#issuecomment-926100037