Skip to content

Commit c656d2f

Browse files
committed
import bug
1 parent d6fcc01 commit c656d2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/3d-surface-plots.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ If you do not specify `x` and `y` coordinates, integer indices are used for the
6060
import plotly.graph_objects as go
6161

6262
import pandas as pd
63+
import numpy as np
6364

6465
# Read data from a csv
6566
z_data = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/master/api_docs/mt_bruno_elevation.csv')

0 commit comments

Comments
 (0)