Questions tagged [radial]

132 questions
0
votes
2 answers

How to check if a vector is inside of an angular space?

check the image: https://i.stack.imgur.com/ozWzF.png Basically I have A,B and C on the same plane and I want to check if True or False that the V is inside the angular space (is this a concept?) defined by A and B or B and C Thanks
probiner
  • 91
  • 9
0
votes
1 answer

Is there a radial timepicker UI Control for Windows Phone 8?

I'm looking for a radial time picker control for a Windows Phone 8 application like the Windows 8 Alarms app or the Realarm app for Windows Phone. Please see the below picture: Any help would be appreciated!
user1705923
0
votes
1 answer

Fine-tuning of pcolor() polar plot

I have a 64x360 Matrix of values belonging to radial and azimuthal coordinates. I want to visualize them in two plots: a cartesian and a polar plot. I visualized the heatmap in cartesian coordinates using imshow(): import numpy as np import…
MartyMcFly
  • 43
  • 1
  • 2
  • 8
0
votes
1 answer

Canvas: Multiple Radial Progress bar

i have a little problem, i have made 3 radial progress bars with canvas and js (following more or less the guide on thecodeplayer.com). The result is almost good, and it's working, the problem is that if i have multiple bars the last one takes the…
Commax89
  • 55
  • 1
  • 1
  • 5
0
votes
0 answers

alexcheuk Radial menu with nested sub menus

I came across radial menu example provided by Alex Cheuk. http://www.alexcheuk.com/hovermenu/ I am trying to make it contain any number of menu items needed, and with needed depth of nested menus. I am able to get as many items needed in menu, but…
Ajit Kumar Singh
  • 105
  • 1
  • 2
  • 5
0
votes
2 answers

Reading pixels in python: "ValueError too many values to unpack"

I want to read a .tif file and count the number of pixels in an image and determine the density of objects, but when I attempt this y, x = np.indices(image.shape) it gives me then Value Error (ValueError: too many values to unpack, File "",…
0
votes
1 answer

matplotlib: polar plots with a 'notch'

is there a way i can decorate my polar/radial plots with 'notches' at locations r=0 or r=outer_edge? below is an example. By 'notches' i mean the red and blue lines at the origin and at the edge of the plot. The code below can be used to generate…
dimka
  • 4,301
  • 11
  • 31
  • 36
0
votes
1 answer

HTML5 messes up gradient

After i changed the doctype to html5 the background gradient messes up and looks like this: if i remove it again it becomes a smooth gradient again. My CSS code is the following: body { background: #3c99d4; background: -moz-radial-gradient(center,…
user1685565
  • 299
  • 1
  • 5
  • 15
0
votes
1 answer

How to apply radial spatial filter on Matlab?

I have images that contain a series of concentric circles (artifacts), so I would like to apply some kind of radial spatial filter in order to smoothen these circles. Any help on this would be really appreciated. Regards, Simon
0
votes
1 answer

Radial stack issue

I'm trying to draw a radial chart (radar chart) using the Stack layout and Nest (as advised by mbostock). Code is here: http://bl.ocks.org/3017677 Purpose is to draw stacked areas along three axes of metrics (axis 1, 2 and 3). Areas map to min,…
chikamichi
  • 2,199
  • 1
  • 24
  • 16
0
votes
1 answer

javafx layout nodes in circle

i'm trying to do a volume knob, i've got the knob, but i would like to place volume indicator around the knob represented by enlighten big spot. I gave it try with Circle node. I declared a array of Circle add all of them to a Group so that i can…
jerome
  • 2,029
  • 4
  • 38
  • 58
-2
votes
1 answer

Button at the right bottom of screen in Flutter

What is this shopping cart button at the right bottom of the screen called ? Click for image2 Is it a floating action button ? which also expands check the video, how to implement it ?
1 2 3
8
9