Signal Plot: Is vertical orientation possible?
See original GitHub issueThis 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
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:
- Created 2 years ago
- Reactions:1
- Comments:7 (3 by maintainers)
Top GitHub Comments
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 👍
Sure thing! I’m happy with the outcome here.
I’ll make a NuGet release after I finish #1242 which I anticipate completing today or tomorrow 👍