2019-05-13 10:56:25 +0100 | received badge | ● Scholar (source) |
2019-05-13 10:56:21 +0100 | commented answer | Plot points in loglog Yes, I tried displaying the plot points with plot(out(15, 2.7e-9)^2, (10, 500e6), scale='loglog', markers="+") and there are lots of points in the section > 10^7 suggesting the selection of points is done in non-log scale. I think this is really confusing and probably should be fixed in a future release. Marked as answer, because of this. But thanks to @Iguananaut for the workaround! |
2019-05-11 22:33:09 +0100 | received badge | ● Student (source) |
2019-05-10 18:49:39 +0100 | asked a question | Plot points in loglog Hi I'm trying to plot a function with loglog scaling. However the result seems to have very few plot points. I'm using Sage 8.7 on Windows. Is this a bug or am I doing something wrong? Cheers! |