We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Location: Learning Center Articles / Introduction To Options / The Greek Letters / Theta The Z-axis label for the Theta graph in the "Greek Letters" documentation should be correctly labeled as "Theta". This applies to both the Python code implementation and the graph output image.
The Z-axis label is incorrectly set as "rho" in the following code snippet and in the graph image:
ax.set_zlabel('rho')
master
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
Location: Learning Center Articles / Introduction To Options / The Greek Letters / Theta
The Z-axis label for the Theta graph in the "Greek Letters" documentation should be correctly labeled as "Theta". This applies to both the Python code implementation and the graph output image.
Actual Behavior
The Z-axis label is incorrectly set as "rho" in the following code snippet and in the graph image:
master
branchThe text was updated successfully, but these errors were encountered: