Skip to content

Phasor diagram in a polar coordinate plot #3939

@nilsakesson

Description

@nilsakesson

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.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions