First time here? Check out the FAQ!

Ask Your Question
2

Choose figsize for 3D plots

asked 3 years ago

gpires gravatar image

updated 3 years ago

slelievre gravatar image

Apparently the option figsize does not work in 3D.

sage: var('x, y')
sage: W = plot3d(x^2 + y^2, (x, -2, 2), (y, -2, 2))
sage: show(W, figsize=6)

Any suggestions?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered 3 years ago

cav_rt gravatar image

The output size in jupyter notebook can be changed using this workaround.

Preview: (hide)
link

Comments

It looks like this workaround does not work in a sagecell.

gpires gravatar imagegpires ( 3 years ago )

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 3 years ago

Seen: 277 times

Last updated: Mar 24 '22