Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kannansingaravelu opened this issue Mar 10, 2024 · 0 comments
Open

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

kannansingaravelu opened this issue Mar 10, 2024 · 0 comments

Comments

@kannansingaravelu
Copy link

kannansingaravelu commented Mar 10, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant