Ask Your Question
1

plot not working in windows

asked 3 years ago

mathstudent gravatar image

I am using sagemath on windows 10. If I do

f(x)=x

plot(f)

my sagemath completely shuts down.

Is this a problem with the installation? I uninstalled and installed again, the problem still remains.

Preview: (hide)

Comments

Strange on my computer it works. Try

f(x)=x
plot(f,x,1,2)
Cyrille gravatar imageCyrille ( 3 years ago )

Nope. Doesn't work

mathstudent gravatar imagemathstudent ( 3 years ago )

1 Answer

Sort by » oldest newest most voted
2

answered 3 years ago

slelievre gravatar image

This is a known issue of SageMath 9.2 for Windows on some computers.

Hopefully it will be solved in Sage 9.3 when it is released for Windows.

In the meanwhile, using Sage 9.1 should work for you.

Or if you feel like it, you could build Sage from source, following

Preview: (hide)
link

Comments

Thank you. I will try sage 9.1

mathstudent gravatar imagemathstudent ( 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: 856 times

Last updated: Jun 02 '21