Questions tagged [rose-plot]

This tag is for rose plots (coxcomb), wind rose plots, and polar bar plots. Use the windrose tag for questions about that python package.

52 questions
0
votes
2 answers

Length scaling orientation data in MATLAB

Problem I have a data set of describing geological structures. Each structure has a row with two attributes - its length and orientation (0-360 degrees). Within this data set, there are two types of structure. Type 1: less data points, but the…
Alexander Peace
  • 113
  • 2
  • 14
0
votes
1 answer

MATLAB plotting error arc on cirular rose plot

I used the answer on Plot vector (or arc) onto a rose plot. MATLAB to plot my rose diagram but my plot looks like this: My code: circ_plot(BB,'hist',[],20,true,true,'linewidth',2,'color','r') hold on plot([0 cos(mean)*a], [0 sin(mean)*a], 'r') …
-1
votes
0 answers

Polar bar plot graphs with grouby

I have a data sets like this and I have some code below to visualize polar bar chart for a dataframe. I want to apply this code to my dataset that all variables…
-1
votes
1 answer

Superimposing 2 Wind Roses into 1 Wind Rose

I have 2 dataframes (1 is a climate average and 1 is a current month) of wind speed and wind direction of the same length that I need to combine or superimpose to 1 windrose. The idea is to combine in one image, the climate average wind rose and the…
user2100039
  • 1,280
  • 2
  • 16
  • 31
-1
votes
1 answer

How can I change the color of wedges in a rose diagram in ggplot?

I have a rose diagram (code below) that I plotted in ggplot but I can't figure out how to change the color of the wedges. No matter what I try they remain black. This is the first time I have ever used ggplot so it may be something very…
-2
votes
1 answer

How to rotate WindRose plot?

How can I rotate the Windrose plot and move the legend to avoid overlaying with the figure? East should be on the opposite side. Code and figure are below. from windrose import WindroseAxes ax =…
Ann
  • 73
  • 1
  • 6
-2
votes
2 answers

How to create a wind rose or polar bar plot

I would like to write scout report on some football players and for that I need visualizations. One type of which is pie charts. Now I need some pie charts that looks like below, with different size of slices ( proportionate to the number of the…
1 2 3
4