Questions tagged [frame]
The frame tag has no summary.
82 questions
3
votes
1
answer
280
views
How to make the frameticks point outward?
I'm plotting a figure, and the codes is the following:
...
0
votes
0
answers
41
views
Times New Roman Font for Axis Label with Subscript [duplicate]
I want to plot a function and use Times New Roman font for the axis labels. One of the axes includes a subscript, however, which seems to be throwing off Mathematica for some reason. I first tried the ...
5
votes
1
answer
164
views
Frames given by SciDraw package are not closed
I am using Caprio's SciDraw package to draw some figures for publication. However I found that all the frames given by this package are not closed, even for the figure frames on the website https://...
5
votes
2
answers
226
views
Frame in a plot
When adding a frame to the following plot, the negative values become above the x-axis:
Plot[Log[t], {t, 0, 1}, Frame -> True]
How can the natural plot be ...
0
votes
1
answer
168
views
Problems with RegionPlot and Legended
I have a RegionPlot that shows a couple of problems. The first one is that the region that borders the axes is overpassing them, there's a bit of the colour of the region outside the limit of the axes....
2
votes
1
answer
110
views
Displaying percentage in customized ticks
Consider the following plot, where the ticks were customized
...
0
votes
0
answers
68
views
How to merge the frame?
I just write the code following :
...
0
votes
0
answers
275
views
How to avoid ticks and labels from overlapping
Consider the following code
...
0
votes
0
answers
537
views
Distance between Frame and FrameLabel
This question is almost as old as plotting in mathematica goes. How can one change the spacing between the numbers on the frame of a plot and the framelabel?
Example:
...
4
votes
1
answer
184
views
Using Frame, display all of the ticks but labeling only one
I have a figure displayed by the following code:
Plot[x^2, {x, 0, 1},
Frame -> True,
FrameTicks -> {{Automatic, None}, {Automatic, None}}]
However, I ...
3
votes
1
answer
675
views
LaTeX typeset for the frame ticks
Following this site, I inserted a LaTeX type set for the frame ticks. Following is the sample code.
...
0
votes
1
answer
130
views
How to embolden frame ticks?
For the following sample plot, how can I make the FrameTicks appear bold in black color?
.
Following is the sample code:
...
6
votes
2
answers
449
views
How to combine several legends in one frame?
I'm using Show to combine three plots. The code I write is as follows:
...
2
votes
2
answers
199
views
Place frame in the correct position
I am plotting different waves (computed numerically and analytically) and, for that, I have used the following code:
...
1
vote
2
answers
191
views
How to set the width of grid elements in cm?
As a 'painter', I use photos. To get a good projection of a photo on the canvas I use a grid. I draw this grid both on the canvas and on the photo. It is an easy way to get the proportions right that ...