santosjorge / cufflinks

Productivity Tools for Plotly + Pandas
MIT License
3.02k stars 675 forks source link

Surface plots not showing x, y ,z (axis) titles #286

Open kannansingaravelu opened 6 months ago

kannansingaravelu commented 6 months ago

I have a 2D grid filled with option prices. The index is the range of spot prices while the columns are time to maturity. The surface plot always print the axis titles as x, y, z and not taking the user inputs.

input: grid.iplot(kind = 'surface', title='Option Payoff', xTitle='Spot', yTitle='Maturity', zTitle='Option Price')

output: newplot

This seems like a bug. Could you take a look and resolve this issue?