
Plotting self-made functions - Mathematica Stack Exchange
Plot[function[10^(-10), 0.01], {x, 0, 1}, Evaluated -> True] and it works. The problem is that Plot works by substituting numerical values of x and evaluating the function to get the vertical …
Plotting two functions in one graph - Mathematica Stack Exchange
Plot[2x, {x,0,4}] Plot[x^2, {x,10,12}] How do I merge these two graphs into one graph without the range {4,10}?
Why won't my graph show up? - Mathematica Stack Exchange
Nov 6, 2018 · This fixed one problem I had where the NSolve command for this function as equal to zero was actually showing up with an answer and I knew it wasn't supposed to, but the …
plotting - How to plot a two-variable function in 2D?
Oct 9, 2020 · How to plot a two-variable function in 2D? Ask Question Asked 5 years, 2 months ago Modified 4 years, 5 months ago
Use different ColorFunction for each function plotted
If you do know the number of points being used by each function to plot it, then you can add an If statement inside the ColorFunction to use different color based on this test.
Visualize Plot of a function of 3 Variables using color and contours
Visualize Plot of a function of 3 Variables using color and contours Ask Question Asked 12 years, 7 months ago Modified 12 years, 7 months ago
How can I plot a graph of an integral? - Mathematica Stack …
Mar 28, 2015 · How can I plot a graph of an integral? Ask Question Asked 10 years, 9 months ago Modified 6 years, 2 months ago
Conditional options in Plot - Mathematica Stack Exchange
I was hoping to incorporate an If function into a Plot option, as in Plot[Sin[t], {t, 0, 2 Pi}, Filling -> Axis, FillingStyle -> If[Sin[t] > 0, LightGreen, LightRed]] or Plot[Sin[t], {t, 0, 2 Pi}, PlotStyle -> …
Switching 'X' and 'Y' axes - Mathematica Stack Exchange
Mar 16, 2022 · Let's say, I have a function y = f(x) y = f (x) which I want to plot on Mathematica in such a way that the traditional X-Axis is the Y-Axis and vice-versa. I know that I can plot the …
Plotting a piecewise function - Mathematica Stack Exchange
Feb 18, 2017 · Plotting a piecewise function [closed] Ask Question Asked 8 years, 10 months ago Modified 8 years, 10 months ago