-
Notifications
You must be signed in to change notification settings - Fork 981
Closed
Description
Question: Is there a way to visualize phasors in a polar coordinate plot? If there is, is there a way to visualize the angles between the phasors in the plo? (Ask your question here)
ScottPlot Version: 5.0.35 (What NuGet package are you using?)
Description: I'm looking for a way to show the correlation between phasor easy. Preferably with an angle that is between the phasors. Maybe something like
var phasorType = PhasorTypes.Arrow;
var angle1 = 0;
var angle2 = 2*Math.PI/3;
var MyPolarCoordinates = MyPlot.Plot.Add.PolarCoordinates();
var phasor1 = MyPolarCoordinates.AddPhasor(angle1, phasorType);
var phasor2 = MyPolarCoordinates.AddPhasor(angle2, phasorType);
MyPolarCoordinates.AddPhaseDiffrenceText(phasor1, phasor2);
And with 6 phasors it would look something like below but maybe with curved angles between the phasors showing the relationship between them.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
