3D Plotting / issue with fig.gca()

Course Name: Python for Trading: Basic, Section No: 5, Unit No: 17, Unit type: Notebook
Hi, i got an error when using fig.gca(projection='3d')
i found a work around 
axis = fig.add_subplot(projection = '3d') # this worked for me

Thank you

Hi,



The notebook seems to be running without errors on the Quantra portal.



By any chance are you running the code on your local system? In any case, it looks like you were able to resolve the error by yourself which is great! 



Do let me know if you need any further help



Thanks

Rushda

Hi Rushda ,



Thank you for your prompt response.



And yes, im running it on my local machine as i'm coding the whole thing from scratch to make sure i fully understand it.



Thanks again,

Al

 

Glad i could help, happy learning!