Overflow in list_plot?
The code:
l = [1.4312706585e12, -1.4575266189e12, 4.9459419278e11, -4.8146621292e12]
list_plot(l).show()
shows the next image:
Is that an intended bebaviour?
The code:
l = [1.4312706585e12, -1.4575266189e12, 4.9459419278e11, -4.8146621292e12]
list_plot(l).show()
shows the next image:
Is that an intended bebaviour?
Use:
l = [1.4312706585e12, -1.4575266189e12, 4.9459419278e11, -4.8146621292e12]
list_plot(l,frame=True)
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2023-11-30 08:10:27 +0100
Seen: 86 times
Last updated: Nov 30 '23
Decrease accuracy for floats (decrease decimal places reported)
How do I create a log plot of line data?
question about plotting points and calculating the average slope
a functional java applet for 2d plots
Fast numerical plot command that always works?
Overlaying plots in a specific order
In sage plot: fill the area under a curve between two x-values.