gflores87
gflores87
Sure thing: typical behavior for a cell with bbg formula is to display ' #Requesting Data' when you open the notebook or ask for a refresh. If you have a...
Any update on this would be greatly appreciated!
Appreciate the feedback. I took the liberty to change my code for bdib to this: ``` if len(data) == 0: data = pd.DataFrame() else: data = pd.DataFrame(data).set_index('time').sort_index().loc[:, flds] return data...
Thank you very much :) Are there any know issues with padding? I'm using a subplot2grid and the monthly returns are not plotted over the entire bottom and it seems...
modifying the margins didn't help, still the same behavior :S what is strange is that if I remove the colorbar, if fits nicely into the grid, so it must be...