Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

Questions tagged [shapes]

Questions related to drawing or defining shapes.

shapes
0 votes
1 answer
45 views

How to create WedgePerimeter shape in SwiftUI

Not being what that geometric shape is called, I am trying to recreate it in a Shape, but I can't make one side smaller than the other struct WedgePerimeter: Shape { var startAngle: Angle var ...
Codelaby's user avatar
  • 2,712
-1 votes
0 answers
18 views

ValueError: could not broadcast input array from shape (12784,21,0) into shape (12784,21,43)

I try to make my downscaling software (PyClim-SDM) work. However netCDF downscaling errored, which causes the software cannot run. How to solve it? Traceback (most recent call last): File "/...
Won Richard's user avatar
1 vote
0 answers
66 views

Trying to show shapefile in folium through javascript

I have a shapefile with postal codes in Belgium. In addition I have a distance-matrix from store-locations of one brand to all postal-codes. I managed to add markers to my map in PyQt5 QMainWindow ...
Johannes Van der Pol's user avatar
0 votes
1 answer
31 views

Custom emojis / shapes in ggplot failing to render, show up as rectangles

I am trying to play around with custom icons for my ggplot, and found a useful post that included the following code. However, when I run this, I don't see hearts. library(ggplot2) df <- read....
Em Reit's user avatar
1 vote
0 answers
40 views

How to resize objects that have been drawn by UIBezierPath in swift iOS?

I have used UIBezierPath to draw objects like circle, line, freeline etc.... I have a functionality where i have to resize circle and line objects from the topRight and bottomRight variables in the &...
Laxman Rajpurohit's user avatar
0 votes
0 answers
135 views

How can change the icon shape from Square to Circle on HyperOS?

I disabled the MiUI optimization & the icon shape was made squares from circle which was before. How to revert it to circle ? I don't want to re-enable MiUI optimization. I prefer solutions if it ...
Johnn78's user avatar
1 vote
0 answers
38 views

Ovalness of a polygon measure or a classifier

I'm looking for a computationally not very expensive algorithm or a library function to measure ovalness of a polygon or a binary classifier: an oval or not an oval. Here are a few examples of oval ...
Paul Jurczak's user avatar
  • 7,802
0 votes
1 answer
28 views

kotlin android xml - overlapping shape, remove Border

there is an overlapping at the bottom right corner. It is a square lying under a rectangle. How to remove the overlapping and make it looks 1 complete object? cardview (it is my rectangle) <...
lucas lootan's user avatar
0 votes
0 answers
14 views

logits and labels do not have same shape

this is my code for translation machine(english to spainsh) # import what i need import tensorflow as tf import numpy as np import matplotlib.pyplot as plt url = 'https://storage.googleapis.com/...
soroushmirzavandi's user avatar
0 votes
0 answers
42 views

Converting Word Shapes to Images to be used in UserForm

I am trying to convert shapes embedded in a Word document into image files so that I can display them in a UserForm. My current approach involves using Microsoft Publisher to save the shapes as image ...
VBAbyMBA's user avatar
  • 816
0 votes
1 answer
43 views

Independently setting colour, fill and shape in a ggplot in R

I've got a plot in R where I want the point shape to be determined by the source dataset, and the fill to be determined by the name of the 'module' (they're named using colours). Ideally I would like ...
Mike's user avatar
  • 1,111
0 votes
1 answer
46 views

Adding shape as background?

So i have a uni project to deliver, where i first make my website template and then apply it to html. I have been trying to reach this result: Prototype However, not only does the backgroung layer not ...
Cássia Spínola's user avatar
0 votes
1 answer
33 views

Can I have Visio duplicate an image on a different page

I have a schematic template I am working on, and want to be able to have an image across multiple pages but only inserted once. I was thinking something along the lines of a Shape, that I could link ...
user2705985's user avatar
0 votes
0 answers
17 views

Make a shape on a GraphicsPath C#

I'm trying to make this shape, but i don`t know how to do it. I only have the coordinates of the bottom left corner. (https://i.sstatic.net/mxyiGUDs.png) My task is to make a mini version of paint, ...
Bogdan's user avatar
  • 1
0 votes
0 answers
32 views

How to Add shapes like Rectangle/Line inside docx file using open xml sdk in dot net

I want to add shapes like Rectangle with red color fill with given width/height at given x,y coordinates in ms word file by creating fresh new file through open xml sdk in dot net. I did not found any ...
Vishal Tanawade's user avatar

15 30 50 per page
1
2 3 4 5
295