Skip to main content
Filter by
Sorted by
Tagged with
Tooling
0 votes
1 replies
49 views

Body: I’m working on calculating the area of irregular shapes (such as polygons with uneven or non-parallel sides) in code. I understand how to calculate areas for regular shapes, but I’m unsure what ...
M Sissique's user avatar
1 vote
1 answer
61 views

I looked up calculating the area of triangle given three vertices. func calculate_area_of_triangle(a: Vector2, b: Vector2, c: Vector2) -> float: return abs((a.x * (b.y - c.y) + b.x * (c.y - a.y)...
Night Gaspard's user avatar
0 votes
0 answers
19 views

The game Steel Division 2 has a very nice looking frontline system, where a smoothly curved line is drawn between friendly and enemy units, dividing the map into territorty owned by two teams. Does ...
DeeCeptor's user avatar
  • 167
2 votes
1 answer
110 views

I am trying to detect a large stain using OpenCV's SimpleBlobDetector following this SO answer. Here is the input image: I first tried working with params.filterByArea = False, which allowed to ...
Sheldon's user avatar
  • 4,800
1 vote
1 answer
278 views

I'm working with Lightweight-charts by TradingView and want to create a custom plugin that fills the area between two series of Exponential Moving Average. I know that the Lightweigh-charts does not ...
Core Evil's user avatar
1 vote
1 answer
91 views

Other similar questions have been asked here, but they are slightly less complicated than my issue. Im plotting two curves geom_line using ggplot2 in R. Let's call curve 1 the "baseline". ...
Electrino's user avatar
  • 2,920
0 votes
1 answer
113 views

I have the following dataframe showing a certain measure for two indices for each day, and the respective difference between the indices at the very right. Just showing a few days for simplicity ...
Chendo's user avatar
  • 45
1 vote
1 answer
103 views

Seeking help to troubleshoot Vega Lite area chart.I need to get the intersection area between "activity" and "stop" line correctly colored. I did use transfrom to create two parts ...
L4er's user avatar
  • 33
0 votes
1 answer
90 views

I Have a raster layer in QGIS - The raster symbology represents 5 classes ranging from <0.2% to 0.9%. These classes represent vegetation densities. I would like to know what percent of each class ...
Heather Shaw's user avatar
0 votes
0 answers
18 views

I have a very long plot done with ggplot2 intended to be scrolled along in a Shiny app. ggplot2 plots a big chunk of unused area at the beginning of the plot, and at the end. Is there any way to avoid ...
DaniCee's user avatar
  • 3,257
0 votes
1 answer
107 views

Hi I need some help with this question. We have a list of Points of (x, y, z) and these points make a polygon and I want to implement a pseudocode that can calculate this polygon area in 3D space. ...
Mohammad Souri's user avatar
0 votes
1 answer
76 views

I am trying to plot mass surface density using hexbin because my input is a dataframe of thousands of points with [lon, lat, mass] hexbin is fast and I want to generate a surface density map (in this ...
Grmn's user avatar
  • 79
0 votes
1 answer
94 views

I am using VBA to create sheets from a template and then creating named ranges scoped for each sheet created. Each named range corresponds to the print area that would be a page when printed. I also ...
Gimmetime's user avatar
0 votes
1 answer
172 views

Do not know if this problem is posted somewhere else, please direct me to it if that is the case, thanks I have some data that looks like this I want to calculate the area under the curve, however as ...
Mortenfre96's user avatar
0 votes
0 answers
73 views

I have plotted a graph of load and displacment shown below: The area enclosed within this graph is energy dissipated. I want to know what the area is inside each loop the graph makes. For example, I ...
Calvin's user avatar
  • 3

15 30 50 per page
1
2 3 4 5
96