Ask Your Question
1

lengthen interact window or move controls to side

asked 4 years ago

cybervigilante gravatar image

updated 4 years ago

Is there any way I can lengthen the Interact window or move the controls to the side? When I have more than two controls it cuts off the function plot at the bottom so it's hard to see the effect.

@interact
def _(a=(1,7),b=(-5,5),c=(-10,10),d=(-6,6)):
    f(x) = a*(x+d)^2 +c*(x) + b
    show(plot(f,-6,5,aspect_ratio=.2,ymax=100) + text("f(x) = a*(x+d)^2 +c*(x+e) + b",(10,100)))

image description

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered 4 years ago

cybervigilante gravatar image

Found the answer: Cell > Current Outputs > Toggle Scrolling so you get the full height of the output window.

Preview: (hide)
link

Comments

Or click in the "margin" of the output to toggle.

slelievre gravatar imageslelievre ( 4 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

Stats

Asked: 4 years ago

Seen: 239 times

Last updated: Dec 01 '20