Ask Your Question
1

plot not working in windows

asked 2021-06-02 16:03:10 +0200

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.

edit retag flag offensive close merge delete

Comments

Strange on my computer it works. Try

f(x)=x
plot(f,x,1,2)
Cyrille gravatar imageCyrille ( 2021-06-02 17:32:45 +0200 )edit

Nope. Doesn't work

mathstudent gravatar imagemathstudent ( 2021-06-02 18:57:39 +0200 )edit

1 Answer

Sort by ยป oldest newest most voted
2

answered 2021-06-02 18:28:06 +0200

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

edit flag offensive delete link more

Comments

Thank you. I will try sage 9.1

mathstudent gravatar imagemathstudent ( 2021-06-02 18:58:11 +0200 )edit

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: 2021-06-02 16:03:10 +0200

Seen: 719 times

Last updated: Jun 02 '21