Tagged Questions
0
votes
1answer
105 views
What is wrong with this Cobweb plot [closed]
Something is wrong with my cobweb plot code but I couldn't figure out where do the mistakes come from.
So basically we have the iterative map $x_n == x_{n-1}^{2} - 3 \mu$. I would like to draw a ...
9
votes
3answers
148 views
Custom functions by delegating options in a specific way and using core functions
I'd like to create a custom function that does essentially the same as a core function of mathematica but uses different default settings.
Example: I want a Plot function that uses Mathematica's core ...
-8
votes
1answer
200 views
Plotting Energies vs. m for all values of R with the colors of the levels indexed by R [closed]
I have two lists like this:
...
0
votes
1answer
215 views
How can I make many runs of a simulation and plot all the results with one expression evaluation?
I have many cells, starting with this first cell:
...
4
votes
1answer
230 views
How to combine a set of Plots, including self-drawn Inset/Lines/Circles?
I have a set of 9 plots which should be combined into one plot. Each of these plots contains a ListContourPlot, some circles, lines and an ...
16
votes
2answers
408 views
Do I have to code each case of this Grid full of plots separately?
I have written some custom functions to draw multi-panel graphs like this one:
It's done by passing a matrix of (custom) plotting functions to a MultiPanelGraph ...
9
votes
2answers
267 views
Visualizing several long lists of numerical information to see relative frequency
Mathematica has very powerful visualization techniques. However, I'm at a loss at how to best make the following chart readable.
...
21
votes
3answers
2k views
ListPlot with each point a different color and a legend bar
I would like to generate a ListPlot with the color for each point in the plot corresponding to a particular value (not associated with the position in the plot). I'd then like to add a legend ...