Thu 2020-04-16 10:10:03 UTC, Samuel Lelievre: > > > Thu 2020-04-16 09:12:24 UTC, Eric Gourgoulhon: >> >> >> Le jeudi 16 avril 2020 06:21:42 UTC+2, Blair Mason: >>> >>> >>> Should generate_plot_points() be modified to log-sample >>> >> on plots where the x scale is logarithmic? I'd be willing to >>> >> write the patch up but I'd like to know that it would be >>> >> desired behavior before I do so. >>> >> >> Yes please! Thanks for your initiative! >> The current sampling is definitely annoying for log plots. >> > > +1 >
For reference this is now: - Sage Trac ticket 29523 Sample points exponentially when plotting log-scale graphs https://trac.sagemath.org/ticket/29523 Thanks for opening it! There is a long history of reports of user requests related to this, including the following posts on sage-support and Ask Sage: - sage-support, 2020-04 Generation of sample points for log-scale plots https://groups.google.com/d/topic/sage-devel/c26GsBgC9vU/discussion - sage-support, 2011-10 plots with logarithmic axis? https://groups.google.com/d/topic/sage-support/9pyzzbGywuw/discussion - sage-support, 2013-11 Log plots of points are blank when given small values https://groups.google.com/d/topic/sage-support/3vXDkMEDAxE/discussion - sage-support, 2007-07 Plotting semi-log graphs - Plot points in loglog https://ask.sagemath.org/question/46482 - Plot boxes have jumpy xy ranges in log scale https://ask.sagemath.org/question/26637 - Changing vertical scale of log plot https://ask.sagemath.org/question/26370 - How to get log distribution on x-axis of semilogx plot? https://ask.sagemath.org/question/24310 - Plotting with logarithmic scaling for the 'x' axis? https://ask.sagemath.org/question/9106 - Creating a semilogx (or semilogy or loglog) plot https://ask.sagemath.org/question/8497 - Plotting a loglogplot https://ask.sagemath.org/question/8322 - Plotting problems https://ask.sagemath.org/question/8260 - How do I create a log plot of line data? https://ask.sagemath.org/question/8243 - Can sage compute the inverse of a function? https://ask.sagemath.org/question/8071 - How do I create a log plot of line data? http://ask.sagemath.org/question/675 -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/188ff044-f1ed-4916-a862-62080462843a%40googlegroups.com.
