4,415 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Best practices
1
vote
0
replies
15
views
Filled polygon becomes hollow after using Shape Modification → Fillet lines
I drew a solid graphic polygon in KiCad. When I use Shape Modification → Fillet lines to round the corners, the fillet is applied but the polygon becomes hollow (outline only). After this, the ...
1
vote
1
answer
60
views
Grouping landmak vectors by similarity (Python or R) - which is the simplest solution?
Pardon my verbosity but I think that I've much to explain. My English leaves something to desire. I'm 66 years old, from Italy, with some experience in programming, but I never ventured in the realm ...
3
votes
0
answers
180
views
How to Correct Shape Offsets When Drawing a Bullseye Target in Excel Using VBA
I’m building a bullseye target chart in Excel using VBA macros. Each ring represents a performance range based on an array of percentage values.
The sizing and labeling are working fine, but I’m ...
0
votes
1
answer
77
views
Assign object to shape text that is currently selected
Powerpoint 365 VBA
Set sld = Application.ActiveWindow.View.Slide
Set Shp = sld.Shapes(2)
If Shp.TextFrame2.HasText Then
Txt = Replace(Shp.TextFrame2.TextRange.Text, " ", "+&...
1
vote
4
answers
134
views
Apply the same code, but in different columns
I already have the code I need. I just need to apply this code in different columns and I'm not being able to do it that. Right now, I'm only able to apply it in one column. That's the code below:
...
2
votes
3
answers
1k
views
How do you get a ConcentricRectangle to respect the device corners, without having to tell it what these are?
This question is about ConcentricRectangle. First, some background:
The SwiftUI Shape ContainerRelativeShape has existed since iOS 14. In iOS 26, it seems to respect the shape of the device screen. ...
0
votes
0
answers
69
views
Modular way to handle object that could be either Selection.ChildShapeRange or Selection.ShapeRange
I am puzzled about a modular way to handle an object that could be either Selection.ChildShapeRange or Selection.ShapeRange in Word 2013. The former applies if the user has selected a shape within a ...
11
votes
1
answer
317
views
How would one add a new shape, with both outline color and fill color, to ggplot2's shape palette?
This question is motivated by a review conducted by Franconeri et al. 2021 Paper available here. On page 122, there is a discussion of "perceptual shape space," i.e., what makes for readily ...
2
votes
1
answer
79
views
Detecting inflection points/local minima in openCv Python contours objects to differentiate shapes
I am trying to answer Detecting circular/elliptical shape with Python openCv (or any other lib).
In trying to get the best results I would like to find a way to differentiate between the following two ...
1
vote
2
answers
117
views
Pyramid with text in HTML/CSS
I already checked out the question:
CSS trapezoids and triangle stack food pyramid
There seems to be a problem with this approach though, if I use text it is showing at the top and gets cut off (i.e. ...
1
vote
1
answer
64
views
How to combine shapes and return a single shape, so you have a single edge to trace?
I need to get only the outline of the union of four circles. That is, a shape with the shape's border.
SwiftUI has .union, but I can't use it within a shape.
struct LeafCloverShape: Shape {
func ...
0
votes
2
answers
175
views
Printing a star shape using loops in python
I was trying to write a python code that would print a star shape using loops but I just can't get the shape right. Please suggest some corrections.
This is my terminal:
This is my code:
for i in ...
1
vote
1
answer
122
views
Star-center of a star convex shape
I'm working with 2D shapes represented by their boundary contours (as ordered x,y coordinates), and I want to check if a shape is star-convex. If it is, I'd like to find a star center — i.e., a point ...
0
votes
0
answers
98
views
How to add rounded corners and a mask to the interface using Transition in Compose Navigation?
As shown in the image, when transitioning between Activities in Android, the pages are automatically clipped to the device's rounded corners, and a gradually darkening mask is applied to the exiting ...
0
votes
2
answers
56
views
How to make this layout Assignment without using Flex-box & Grid?
How to make this layout using simple techniques or old ones?
Notice that the Flex-box and Grid are not allowed to be used.
I've tried some much and something is missing.
Is it good practice to make ...