inclusion of smaller elements within larger elements; includes html elements, pictures, graphs
Questions tagged [insets]
131 questions
1
vote
1 answer
Align inset in matlab plot to the right
How can I align an inset of a MATLAB plot to the top right edge of the box, like in the picture?
The example was generated with GNU R as explained in How to add an inset (subplot) to "topright" of an R plot?

Jonas Stein
- 6,826
- 7
- 40
- 72
1
vote
1 answer
matplotlib inset_axis inset placement has tick labels overlapping parent axes
When I use inset_axes to place an inset in a figure, for small figure sizes, the tick labels for the inset will overlap the axes frame. Is there a way to make the figure adjust to avoid this problem?
code:
fig, ax1 =…

Andrew Spott
- 3,457
- 8
- 33
- 59
1
vote
1 answer
JFrame not sizing correctly
When I set the size of the JFrame its set the size of the frame itself including the borders.
I tried creating a new content Panel and set that size instead of setting the size of the frame itself but it isn't working here is the code:
frame = new…

Bram Hoven
- 13
- 6
1
vote
0 answers
UITableViewCell in iOS 7/8 has gap on left
Ever since I upgraded to iOS 7, the image on the UITableViewCell has a gap on left. It seems to be the same for iOS 8 beta.
After reading many answers here, I have tried:
set Custom Separate Insets in IB to 0
set tableView.SeparatorInset =…

Lim Thye Chean
- 8,704
- 9
- 49
- 88
1
vote
1 answer
JQM - How to use space under thumbnail in listview
I am using a Jquery Mobile listview with a thumbnail. Within this listview I will have another listview which again uses a thumbnail and is also set as inset (The outer listview is not inset)
The code I have works OK but I want to be able to use the…

Donal Rafferty
- 19,707
- 39
- 114
- 191
1
vote
1 answer
Box Shadow working once on site, but not again
Here's the CSS I'm using.
.hentry {
padding: 40px 0;
max-width: 840px;
margin: 0 auto;
background-color: #fff;
}
.hentry:before {
box-shadow: -15px 0 15px -15px inset;
content: " ";
height: 100%;
left: -15px;
…

alex
- 1,042
- 4
- 18
- 33
1
vote
1 answer
How to make a semilog plot within a semilog plot in MATLAB?
Is it possible to create a semilog plot (semilogx, semilogy, loglog) within a semilog plot? I need to have a zoom-in plot. Most solutions I found only solve for linear scale but not log scale.

Fairouz Yousof
- 11
- 1
- 2
1
vote
1 answer
White inset text in blue background
I see a lot of inset text, but none of it's white. I want to have white inset text with a blue background. How is it done?
This is what I have so far, but can't seem to get the text to inset (also see fiddle below).
HTML:
1
vote
1 answer
css inset text background-color in firefox
I want to create an inset text with the CSS. It works nicely on Chrome and safari but doesn't work on firefox and IE also, I have tried countless possibilities but it still doesn't work :-/ Could you please help me with that?
The CSS:
text-align:…

kalafun
- 3,512
- 6
- 35
- 49
1
vote
2 answers
How to set insets
How can I set the insets to a Vaadin label.I have below developed.I want to have some space between the button and label.
button_3 = new Button();
button_3.setCaption("Button");
button_3.setImmediate(true);
…

Sanjaya Liyanage
- 4,706
- 9
- 36
- 50
1
vote
2 answers
A circle with inside and out side box-shadow have 1px extra border
I have a circle which have both inside and outside box-shadow, but there is 1px unwanted border. Would anyone please help me to understand why this is happening with only circle and share the solution.
.wrapper {
padding: 30px;
}
.circle {
…

Manish Sharma
- 1,670
- 14
- 20
1
vote
2 answers
Remove JButton rectangle white border
Does somebody know how to remove white rectangle border on JButton ? This issue is there only for windows look & feel when the button is a little bit rounded.
Please find attached the example on the image.
Setting the border to empty or null…

Lubos
- 1,169
- 10
- 19
0
votes
1 answer
How to create a capped resizable image prior to iOS5
Does anyone know how to do this without using [UIImage resizableImageWithCapInsets:]? I'm trying to provide compatibility for users that cannot run iOS5.
UIEdgeInsets imgInsets = UIEdgeInsetsMake(10.f, 5.f, 13.f, 44.f);
UIImage *image = [[UIImage…

DTs
- 1,196
- 1
- 11
- 28
0
votes
1 answer
Why does the inset box shadow leak in from the sides but only at specific page widths?
TL;DR:
I've been trying to add a white inset box shadow to highlight the bottom of a div in nav. When resizing the page, as the nav resizes, 1px white borders appeared on the left and right sides of the div even though they shouldn't. These left and…

Anirudh
- 1
- 1
0
votes
0 answers
Can we print multiple insets along with a main map within a single pdf(image would also do) using ARCGIS Export Map Specification?
Generalized problem statement : I want to print US geography(with some feature layers) on to a pdf. And I am making use of ARCGIS export map specification in which i pass the webmapasjson with a relevant template. This gets the work done.
I am…