Questions tagged [plot-themes]
Questions on PlotTheme and styling plots.
206 questions
0
votes
1
answer
26
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 ...
0
votes
2
answers
127
views
How to insert error bars and a fitted line in a log–log plot?
I have a dataset organized as {time, velocity, upper error bar, lower error bar}.
I want to plot velocity vs. time with error bars and a fitted line, both in log–...
3
votes
1
answer
189
views
4D plot - how to change the color using Hue in plot and Lagend bar?
I am trying to plot the 4D Poincaré surface of section, using Hue, specifying one dimension with the color. I have pasted my code below
...
3
votes
1
answer
128
views
How to stack the figures if they share the common ticks in the x axis?
I have a set of differential equations which I have solved, and I am plotting the results. There are three figures in total, and they share the same scale in their x axes. I want to stack these ...
0
votes
0
answers
73
views
Multiaxis and legend position
I’m trying to plot a graph with four axes, each with an independent variable. I tried plotting all the variables together, but unfortunately, I can't control the range of each axis separately, so ...
0
votes
1
answer
116
views
Colour scheme for this graph
How to produce a graph with the colour scheme used in the graph shared below?
I have the following code for measuring the eigenstate and eigenvalue
...
0
votes
1
answer
107
views
Divide the y-axis into small differences in the Plot of three functions to show the difference between the curves functions
How can the y-axis be divided into small differences in the graph of three functions to show the difference.
...
0
votes
1
answer
103
views
FrameTicks too small
The frame ticks here appear to be realy small. especially when it comes to minor ticks..
What I want is this:
I have used the same code for these two graphs, but the outcome is different:
...
3
votes
1
answer
170
views
How to extract this official "cross" for plot marker?
There are many ways of plotting with cross markers. We can simply use x, X and many similar characters. Or define a cross graphic
Cross plot markers
publication-quality-plotmarkers
But they are not ...
4
votes
2
answers
556
views
Plotting Phase Portrait of Duffing Equation
I study a paper that describes a stationary problem where the function $\Phi_d$ satisfies the boundary conditions and is governed by a modified Laplace equation with a non-linear term. Here's a ...
3
votes
2
answers
239
views
How to modify PlotTheme->"Marketing"?
The code is lent from this and later modified as per need, as shown below:
...
0
votes
0
answers
83
views
How to make a DensityPlot where parameters are dependent on each other?
I want to plot a variable function $\theta_sh=2*\theta_\infty(b,\Gamma)$, where $q$ and $\alpha$ are parameters such that $b$ is given by $L(\gamma)$. But I am not able to set the range of parameters. ...
-1
votes
2
answers
240
views
How to make a specific region in density plot [closed]
There is a variable A(q,a). The plot shows the density plot of "A" with variable q and a. I have a certain range of "A" from (45,50) that i have to mark in the plot, which is in ...
4
votes
2
answers
169
views
Plotting different plot in a single grid frame without combining them
We can show the plot together, but how do we show different plots in the same grid frame without combining them? I have tried the GraphicsColumn and it shows the ...
4
votes
4
answers
400
views
How to get a black transparent background in Plot3D?
Is there a way to manually make a black transparent background like the one in the Marketing theme? As an example, let's say I have the following code:
...