Questions tagged [radial]

132 questions
0
votes
1 answer

Flutter Syncfusion range pointer SweepGradient gradient colours

I am trying to apply gradient colors to my range pointer, but it is not the result I want. This is my current result. Current result: What I want is that when the range pointer is in the range of -20 to 40, the range pointer gradient colour should…
Leon
  • 1
  • 1
0
votes
0 answers

drawing between two points on a spiral

I have drawn a spiral using this code: var width = 1000, height = 1000, start = 0, end = 2.25, numSpirals = 78, margin = {top:50,bottom:50,left:50,right:50}; // Constructing the spiral: // theta for the spiral var theta = function(r) { return…
Arran
  • 39
  • 6
0
votes
1 answer

What is wrong with this code and why the speed on the controller doesnt works? - flutter

I got a problem with this code and the speed on the animation controller isnt working. When it have to pass from the previous value to the next, it makes the speeds too fast, how can I solve it? Its a radial counter that when you add a task it fills…
Darkka1
  • 3
  • 4
0
votes
4 answers

How do you map a point(x,y) on a 2D image to 3D space? (illustration provided)

I have a stack of images (about 180 of them) and there are 2 stars (just basic annotations) on every single image. Hence, the position (x,y) of the two stars are provided initially. The dimensions of all these images are fixed and constant. The…
Gary Tsui
  • 1,755
  • 14
  • 18
0
votes
0 answers

How to create a radial column chart using matplotlib

I am trying to create a radial column chart using python and can only figure out how to make a polar plot. I am trying to make something like this Where the bars do not fan out away from the center. My current code is: ax =…
0
votes
2 answers

Using D3.select to change the thickness of text in a radial dendrogram with a mouseover

With assistance, I've uncovered the way to change elements in a radial dendrogram. The lines below perform that function. However, I'm trying to guess at what I need to bold text with the same mouse over. Can someone tell me what I'm missing? //…
0
votes
1 answer

D3 lineRadial does not show while other elements do show

I have the following 'hand of a clock' implemented as a lineRadial. However, it does not show. Why not? const line = d3.select("svg") .append("lineRadial") .attr("angle", -Math.PI / 2) .attr("radius", 60) .attr("stroke", "red") …
Hans Rottier
  • 102
  • 2
  • 12
0
votes
2 answers

Can I change the width of bars in a circular barplot without then having gaps between bars in ggplot?

I have some survey data where I have the number of times a factor gets mentioned during interviews and then the percentage of how many each of these mentions are either positive, neutral or negative. I would like to display this in a circular…
J. Cee
  • 49
  • 5
0
votes
1 answer

How to create a function that plots radials in R?

I have never plotted a radial in R before, so I have no idea what I am doing. Is there a different type of plot I should be using? Also I have a list of r's and theta's, however I am not sure how to create a loop in order to transform them all to…
Fire
  • 301
  • 1
  • 2
  • 9
0
votes
1 answer

Is there an open source radial diagram class for .net or php?

I cannot find any libraries that will produce a radial diagram. I said .net or php, but it could be jQuery and I pull back data from a web service for it. I don't know how to implement it yet. I am just looking for a radial diagram open source…
johnny
  • 19,272
  • 52
  • 157
  • 259
0
votes
1 answer

Shared axis polar subplots using plotly

I'm plotting different Scatterpolar charts using subplots. Yet I want them to all have the same range [0,1]. I've tried using radialaxis and update_layout. However only the first of the subplots changes. Is there a way I can modify all subplots? lst…
Daniel Zapata
  • 812
  • 3
  • 9
  • 31
0
votes
0 answers

What's causing, "Error: pandoc document conversion failed with error 127" when trying to export radialnetwork to HTML?

I am trying to export a networkD3 plot, a radialnetwork plot, to an HTML file in RStudio, but am unable to export the plot. Is anyone else getting an R code execution error when trying to export as HTML? I don't know what is causing this issue. …
Aylin
  • 55
  • 7
0
votes
0 answers

How can we create graph like below with lines and labels

I want to create 3 concentric arcs with line and labels with some HTML in the center. One of the third arc overlaps the second arc. I want to add polylines with the labels to make it more descriptive. below is the work done so far
0
votes
0 answers

Radial Dendrogram - leaves should end on same level

I've created a radial dendrogram, but it lookes quite messy because some of my branches end on level 4, others on 5 or 6. To resolve this, I have created empty nodes, but that's an ugly technique because they're distracting and don't mean anything.…
Omega
  • 750
  • 1
  • 8
  • 24
0
votes
0 answers

Data structure and package for a radial dendrogram in R

I'd like to create a radial dendrogram in R, but being new to the software, I don't know if I chose the correct data structure and package. I've created a YAML file that looks as follows: Data structure I know the exact hierachy of the languages,…
Omega
  • 750
  • 1
  • 8
  • 24
1 2 3
8 9