question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Signal Plot: Is vertical orientation possible?

See original GitHub issue

This issue will explore feasibility of creating vertical signal plots. The signal plot type is one of the most complex, with many features that would have to be refactored (e.g., color by density) making this task very challenging. An alternative option is to create a new VerticalSignal plot type with minimal features.

Discussed in https://github.com/ScottPlot/ScottPlot/discussions/1184

<div type='discussions-op-text'>

Originally posted by gigios August 5, 2021 First of all I apologize if the question has already been asked, but I have not found it 😊 I’m investigating the functionality of the library to be able to draw a graph with thousands of values (signal). My problem is that I need to show 10 charts with the sample rate in the Y axis and values in X. Exists a simple way to do this with the Signal plot?

What I need is similar to this photo image

I need to replicate a similar visualization in my wpf app with the possibility to scroll all the signals in vertical and, if there are more than 10 charts, scroll also in horizontal (but the scroll I think is not a problem).

A possible solution could be rotate the Wpf Plot Control of 90 degree, but in this way I need also to rotate the Axis labels.

Thanks for any suggestion.</div>

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
swhardencommented, Mar 31, 2022

Is there any means to rotate the axis titles?

Thanks for this question! Currently no, but it seems like an oversight. I created #1754 to address this deficiency and anticipate I can add this features in the next few days. I’ll post updates on that issue page 👍

1reaction
swhardencommented, Sep 6, 2021

Perfect, thanks.

Sure thing! I’m happy with the outcome here.

Do you think to release a new nuget update in a short time?

I’ll make a NuGet release after I finish #1242 which I anticipate completing today or tomorrow 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

change the graph from vertical to horizontal - MATLAB ...
I am expectin to get the horizontal plot instea of automated verticle graph. I have red many placs to use legend, so I...
Read more >
How to draw vertical lines on a given plot - python
The standard way to add vertical lines that will cover your entire plot window without you having to specify their actual height is...
Read more >
Plotting the signals - Development
Hi Guys, Is it possible to plot the signals in Slicer? I had collected the signal with different length at different times.
Read more >
Plot any kind of signal track data for a single chromosome
A string specifying signal track orientation. Default value is orientation = "h" . Options are: "v" : Vertical signal track orientation.
Read more >
New plot type: harmonic lines · Issue #1535 · ScottPlot ...
Features Suggestion Have a new plottable that behaves close to a vertical line but with several vertical evenly spaced lines.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found