mirror of
https://github.com/Visualize-ML/Book4_Power-of-Matrix.git
synced 2026-02-03 02:24:03 +08:00
Add files via upload
This commit is contained in:
@@ -82,7 +82,9 @@ ff_x = f_x_fcn(xx1,xx2)
|
||||
fig_surface = go.Figure(go.Surface(
|
||||
x = x1_,
|
||||
y = x2_,
|
||||
z = ff_x))
|
||||
z = ff_x,
|
||||
colorscale= 'RdYlBu_r'))
|
||||
|
||||
fig_surface.update_layout(
|
||||
autosize=False,
|
||||
width=500,
|
||||
@@ -95,7 +97,8 @@ fig_contour = go.Figure(
|
||||
go.Contour(
|
||||
z=ff_x,
|
||||
x=x1_,
|
||||
y=x2_
|
||||
y=x2_,
|
||||
colorscale= 'RdYlBu_r'
|
||||
))
|
||||
|
||||
fig_contour.update_layout(
|
||||
|
||||
Reference in New Issue
Block a user