First time here? Check out the FAQ!

Ask Your Question
0

Overflow in list_plot?

asked 1 year ago

Alex Karenin gravatar image

The code:

l = [1.4312706585e12, -1.4575266189e12, 4.9459419278e11, -4.8146621292e12]
list_plot(l).show()

shows the next image: image description

Is that an intended bebaviour?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
2

answered 1 year ago

achrzesz gravatar image

Use:

l = [1.4312706585e12, -1.4575266189e12, 4.9459419278e11, -4.8146621292e12]

list_plot(l,frame=True)
Preview: (hide)
link

Comments

Thank you! It would work just fine for me.

Alex Karenin gravatar imageAlex Karenin ( 1 year 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: 1 year ago

Seen: 111 times

Last updated: Nov 30 '23