Questions tagged [plotting]
Questions on creating visualizations from functions or data using high-level constructors such as Plot, ListPlot, Histogram, etc.
16,446 questions
4
votes
2
answers
72
views
Errors in LogLogPlot: "Precision may be lost", "Infinite expression encountered"
I am trying to make a LogLogPlot of 1/Sqrt[fun[x]] where the function fun[x] is
...
4
votes
2
answers
113
views
0
votes
1
answer
72
views
How to make ContourPlot3D faster and more accurate for very complicated, cumbersome functions? Any other alternative method?
I have two complicated and long equations $f(x,y,z)=0$ and $g(x,y,z,u)=0$, that I have written a short part of my original functions $f$ and $g$ below (because of the size limit).
My goal is to ...
0
votes
2
answers
53
views
Workaround for ListLogPlot with Uncertainty only working correctly with "Business" Theme
My system
$Version
14.2.0 for Mac OS X x86 (64-bit) (December 26, 2024)
You can see the example here
https://www.wolfram.com/language/12/core-visualization/...
1
vote
0
answers
47
views
How to control thickness of meshline in SphericalPlot3D
How can I make the mesh line more thin, Most thin line I got with AbsoluteThickness[1] reducing the vlaue more has no effect on thickness. I am using MMA12.3 on ...
2
votes
2
answers
140
views
How to impose constraints $g(x,y)=0$ and $h(x,y)=0$ inside Plot3D?
I have a two-variable function $f(x,y)$ and want to use Plot3D to plot it, assuming that two constraints $g(x,y)=0$ and $h(x,y)=0$ are satisfied simultaneously. I ...
5
votes
1
answer
187
views
Easiest way to adjust the plot tick lines
I encountered a few minor issues everytime when I try to plot graphs nicely:
What is the simplest method to adjust the major and minor tick lengths of the frame?
Is there a way to program the tick ...
7
votes
3
answers
538
views
How can I correctly render hidden lines in a 3D graphic as dashed lines and visible lines as solid lines?
When working on 3D plots, I’d like to implement a feature where visible edges are drawn as solid lines and obscured (hidden) edges are drawn as dashed lines. I haven’t found a good solution to this ...
5
votes
2
answers
345
views
Visualizing Different Coordinate Representations of Complex Numbers
As a beginner with Mathematica, I apologize if this question is too basic. I would like to show introductory students that a complex number can be represented in several different coordinate systems ...
2
votes
2
answers
132
views
Log-scaled bar legends in both directions
EDIT: This question has been heavily edited to only show the one question I have without confusion.
I am simulating points $X_j$ and getting outputs $Y_j=f(X_j)+e_j$ where $e_j\sim N(0,3)$ where $f$ ...
4
votes
1
answer
148
views
Visualizing multiple paths to infinity in the complex plane using Mathematica [closed]
Hello everyone — I’m reading about the extended complex plane and the “point at infinity,” and I find the geometric picture quite helpful. According to this text, in the complex plane $z \in \mathbb{C}...
3
votes
2
answers
205
views
Finding asymptotes of a function defined by a relation of two variables
Based on this question, how does one analytically compute the asymptotes for the equation defined by:
$$(x+y+2)(x+y)^2 = x+9y-2 ?$$
I can easily plot the curve...
and can manipulate equation for ...
2
votes
0
answers
67
views
how to improve the predictor corrector schemes including computational cost
I am currently implementing a variable-order fractional predictor–corrector scheme in Mathematica. Since I am still a beginner with Mathematica programming, I encountered several issues during the ...
0
votes
0
answers
83
views
Displaying parentheses in axes labels
I have a list plot that I want to plot in a framed graph and have the following labels on the axes.
...
0
votes
0
answers
47
views
As shown in the figure, how to draw a graph with a broken y-axis? [duplicate]
Piecewise function. The two segments have significant differences. The y-axis needs to be split to show the trend of each segment, and a connection is required in the middle.
This is quite different ...