Questions tagged [radial]

132 questions
1
vote
0 answers

How to add longitude values into a polar map using PlotStereoMap function?

I wonder if it is possible to add longitude values to a map made with the PlotStereoMap() function. I have seen many maps that do have the longitude, but I can't manage to plot it. I've tried everything, but there doesn't seem to be a parameter to…
florenciab
  • 31
  • 3
1
vote
2 answers

Fill radial bars of barplot with gradient

I am trying to generate a radial (circular) barplot displaying various color ranges in order to compare them. Using a radial barplot allows to better apprehend the circular nature of the hue value and to represent out-of-range ranges such as [340°,…
1
vote
0 answers

How to define which points for interpolation in radial line

Very much D3 newbie here, feeling my way around adapting an existing radar chart built in D3 v3.5.9 I'm having an issue in interpolating between points when there are zero values between them. Example: radar when all data points are present, looks…
1
vote
0 answers

drawing a radial line between two points, but in different columns of the data, in d3

So in short I have a spiral timeline and currently map single dates on to it. This works fine. However I know want to map date ranges on this spiral. So currently the data has two columns with dates in: 'vstart' and 'vend' and these are the two data…
Arran
  • 39
  • 6
1
vote
0 answers

Build issue with ADCME package in Julia-1.5.3

I am trying to use ACDME.jl package to perform radial basis function. While building the package it outputs an issue related to tensorflow dependencies with some warnings. I have already installed tensorflow in my Python environment. I have also…
Mohammad Saad
  • 1,935
  • 10
  • 28
1
vote
0 answers

React, ApexCharts, Radial Bar series value from data

I'm new to React and trying to learn. My personal project is homebrewing display site. I want to show some of the details in radial bar. I followed tutorial and made array data file, and index file where details show. Now I'm stuck getting single…
Juuso
  • 11
  • 2
1
vote
1 answer

Circular menu with six equal divisions

I am trying to achieve six divisions of circular menu in here (function(window) { 'use strict'; // class helper functions from bonzo https://github.com/ded/bonzo function classReg(className) { …
Ganesh Babu
  • 3,590
  • 11
  • 34
  • 67
1
vote
4 answers

Looking for a radial coordinates description of gear teeth

I don't need a physically accurate function, but something that hints at the involute curves, etc. I was just using r = 2 + sin^2, which gets the idea across, but it looks like - ahem. Googling around, you can find plenty of information on how to…
Sniggerfardimungus
  • 11,583
  • 10
  • 52
  • 97
1
vote
1 answer

Android Irregular clickable buttons

My Problem is Overlapping Buttons (Only Transparent Region overlaps). Can we make only the visible part of an image/drawable Clickable? (Ignoring Transparent (alpha channel) of the button? (I am a designer, designing GUI)
1
vote
2 answers

Pie (radial) menu for iOS

Does anyone know of a library -- open source or otherwise -- that I can use to create a pie (radial) menu for an iOS application? It seems like someone should have thought of this by now, and I'd hate to roll my own if I don't have to.
barrymc
  • 1,559
  • 2
  • 12
  • 13
1
vote
1 answer

How can a Data-Driven Radial Chart be achieved in .Net?

I want to create a data driven diagram/chart/image like the one here Is there any .Net component which can help me to create this. I've searched and this diagram is called by different names like Radial Tree, Peacock Table, Relationship diagram…
Nitin
  • 404
  • 5
  • 8
1
vote
1 answer

How to make a round frame with radial gradient with CSS3?

I need to create a round frame around a transparent center. The frame has a radial gradient from inner to outer border. The round div is easy with border-radius 50%. The problem is adding a radial gradient to the border. I tried with border-image,…
DoctorC
  • 105
  • 1
  • 10
1
vote
0 answers

Use Radial Panel in Listbox, throwing exception VisualTree Single Element

I have a very simple radial panel with a few dependency properties like so: public static readonly DependencyProperty RadiusProperty = DependencyProperty.Register("Radius", typeof(double), typeof(CircularPanel), new PropertyMetadata(50.0, new…
user180812
  • 133
  • 2
  • 10
1
vote
1 answer

css translate away from screen edge

I'm using the following radial menu... http://www.cssscript.com/demo/radial-popup-menu-with-javascript-and-css3-circlemenu/# Looks great, however I want two on my page. One bottom right and one bottom left. That's no biggy, however obviously when…
user2445278
  • 808
  • 1
  • 8
  • 15
1
vote
1 answer

Radial distortion correction, camera parameters and openCV

I am trying to undistort a barrel/radial distortion from an image. When I see the equations they do not require the focal length of the camera. But the openCV API initundistortrectifymap requires them in form of the camera intrinsic matrix. Why so ?…
vvvv
  • 135
  • 10
1 2 3
8 9