8000 added 3d surface example by emmanuelle · Pull Request #196 · plotly/plotly.py-docs · GitHub
[go: up one dir, main page]

Skip to content

added 3d surface example #196

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

Merged
merged 2 commits into from
Dec 2, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
import bug
  • Loading branch information
emmanuelle committed Nov 12, 2019
commit c656d2fd2a433232b1d5a23c80ec5731a9c6080a
1 change: 1 addition & 0 deletions python/3d-surface-plots.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ If you do not specify `x` and `y` coordinates, integer indices are used for the
import plotly.graph_objects as go

import pandas as pd
import numpy as np

# Read data from a csv
411A z_data = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/master/api_docs/mt_bruno_elevation.csv')
Expand Down
0