
Log–log plot - Wikipedia
In science and engineering, a log–log graph or log–log plot is a two-dimensional graph of numerical data that uses logarithmic scales on both the horizontal and vertical axes.
log-log graphing | Desmos
Graph functions, plot points, visualize algebraic equations, add sliders, animate graphs, and more.
Using Log-Log Plots to Determine Whether Size Matters
Log-log plots display data in two dimensions where both axes use logarithmic scales. When one variable changes as a constant power of another, a log-log graph shows the relationship as a straight line. In …
Log-Log Plots in Matplotlib - Python Guides
Jul 12, 2025 · Learn to create and customize log-log plots in Matplotlib with this practical Python guide. Perfect for data scientists and developers working with US datasets.
loglog - Log-log scale plot - MATLAB - MathWorks
This MATLAB function plots x- and y-coordinates using a base-10 logarithmic scale on the x-axis and the y-axis.
In chemistry, you may need to plot the log of a molecule’s solubility vs. the pH. Since the pH is the log of the number of free hydrogen ions, this is again a log-log plot in disguise!
How to Plot Log Log Graph in Excel (2 Suitable Examples)
Jul 26, 2024 · In the log-log graph, both of the axes are on a logarithmic scale. This graph demonstrates whether the variables are in a constant power relationship, just like the equation Y = mX^n.
How to Create a Log-Log Plot in Excel - Statology
Aug 3, 2020 · A simple explanation of how to create a log-log plot in Excel, including an example.
What is: Log-Log Plot - Understanding Data Visualization
A log-log plot is a type of graph that uses logarithmic scales on both the x-axis and y-axis. This visualization technique is particularly useful for displaying data that spans several orders of …
Log plots in Python
Detailed examples of Log Plots including changing color, size, log axes, and more in Python.