Skip to content

Commit 876d7af

Browse files
committed
update cookbook
1 parent 6eec64f commit 876d7af

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

layouts/shortcodes/demos-winforms.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<ul>
2-
<li><strong><a href='https://github.com/ScottPlot/ScottPlot/blob/main/src/ScottPlot5/ScottPlot5%20Demos/ScottPlot5%20WinForms%20Demo/Demos/CookbookViewer.cs' target='_blank'>ScottPlot 5.0.56 Cookbook</a></strong> - Common ScottPlot features demonstrated as interactive graphs displayed next to the code used to create them</li>
2+
<li><strong><a href='https://github.com/ScottPlot/ScottPlot/blob/main/src/ScottPlot5/ScottPlot5%20Demos/ScottPlot5%20WinForms%20Demo/Demos/CookbookViewer.cs' target='_blank'>ScottPlot 5.1.57 Cookbook</a></strong> - Common ScottPlot features demonstrated as interactive graphs displayed next to the code used to create them</li>
33
<li><strong><a href='https://github.com/ScottPlot/ScottPlot/blob/main/src/ScottPlot5/ScottPlot5%20Demos/ScottPlot5%20WinForms%20Demo/Demos/MouseTracker.cs' target='_blank'>Mouse Tracker</a></strong> - Demonstrates how to interact with the mouse and convert between screen units (pixels) and axis units (coordinates)</li>
44
<li><strong><a href='https://github.com/ScottPlot/ScottPlot/blob/main/src/ScottPlot5/ScottPlot5%20Demos/ScottPlot5%20WinForms%20Demo/Demos/DraggableAxisLines.cs' target='_blank'>Draggable Axis Lines</a></strong> - Demonstrates how to add mouse interactivity to plotted objects</li>
55
<li><strong><a href='https://github.com/ScottPlot/ScottPlot/blob/main/src/ScottPlot5/ScottPlot5%20Demos/ScottPlot5%20WinForms%20Demo/Demos/DraggablePoints.cs' target='_blank'>Draggable Data Points</a></strong> - GUI events can be used to interact with data drawn on the plot. This example shows how to achieve drag-and-drop behavior for points of a scatter plot. Extra code may be added to limit how far points may be moved.</li>
@@ -18,6 +18,7 @@
1818
<li><strong><a href='https://github.com/ScottPlot/ScottPlot/blob/main/src/ScottPlot5/ScottPlot5%20Demos/ScottPlot5%20WinForms%20Demo/Demos/DraggableCallout.cs' target='_blank'>Draggable Callout</a></strong> - Demonstrates how to make a Callout mouse-interactive</li>
1919
<li><strong><a href='https://github.com/ScottPlot/ScottPlot/blob/main/src/ScottPlot5/ScottPlot5%20Demos/ScottPlot5%20WinForms%20Demo/Demos/HeatmapLive.cs' target='_blank'>Live Heatmap</a></strong> - Demonstrates how to display a heatmap with data that changes over time</li>
2020
<li><strong><a href='https://github.com/ScottPlot/ScottPlot/blob/main/src/ScottPlot5/ScottPlot5%20Demos/ScottPlot5%20WinForms%20Demo/Demos/ImageBackgrounds.cs' target='_blank'>Background Images</a></strong> - Use a bitmap image for the background of the figure or data area</li>
21+
<li><strong><a href='https://github.com/ScottPlot/ScottPlot/blob/main/src/ScottPlot5/ScottPlot5%20Demos/ScottPlot5%20WinForms%20Demo/Demos/InteractivePlottables.cs' target='_blank'>Interactive Plottables</a></strong> - Some plot types are immediately interactive, without requiring the user to wire any mouse tracking.</li>
2122
<li><strong><a href='https://github.com/ScottPlot/ScottPlot/blob/main/src/ScottPlot5/ScottPlot5%20Demos/ScottPlot5%20WinForms%20Demo/Demos/LabelDemo.cs' target='_blank'>Font Styling</a></strong> - A tool to facilitate evaluating different fonts and the customization options for size, alignment, line height, and more.</li>
2223
<li><strong><a href='https://github.com/ScottPlot/ScottPlot/blob/main/src/ScottPlot5/ScottPlot5%20Demos/ScottPlot5%20WinForms%20Demo/Demos/LegendOutsideBitmap.cs' target='_blank'>Legend Outside the Plot (Bitmap)</a></strong> - Demonstrates how to display the legend outside the plot by obtaining it as a Bitmap and displaying it outside the plot control anywhere in your window.</li>
2324
<li><strong><a href='https://github.com/ScottPlot/ScottPlot/blob/main/src/ScottPlot5/ScottPlot5%20Demos/ScottPlot5%20WinForms%20Demo/Demos/LiveFinance.cs' target='_blank'>Live Financial Plot</a></strong> - Demonstrates how to display price OHLC data in real time, modifying the last bar for live updates and adding new bars as time progresses.</li>
@@ -30,6 +31,7 @@
3031
<li><strong><a href='https://github.com/ScottPlot/ScottPlot/blob/main/src/ScottPlot5/ScottPlot5%20Demos/ScottPlot5%20WinForms%20Demo/Demos/MultiplotDraggable.cs' target='_blank'>Multiplot with Draggable Subplots</a></strong> - Subplots may be placed very close together by setting their padding to zero. This example uses an advanced Layout system to enable mouse drag resizing of subplots.</li>
3132
<li><strong><a href='https://github.com/ScottPlot/ScottPlot/blob/main/src/ScottPlot5/ScottPlot5%20Demos/ScottPlot5%20WinForms%20Demo/Demos/MultiplotGrowingAxis.cs' target='_blank'>Multiplot with Growing Axes</a></strong> - Demonstrates how to allow axes to grow to fit long tick labels while maintaining layout alignment across subplots in a multiplot.</li>
3233
<li><strong><a href='https://github.com/ScottPlot/ScottPlot/blob/main/src/ScottPlot5/ScottPlot5%20Demos/ScottPlot5%20WinForms%20Demo/Demos/MultiplotSharedAxis.cs' target='_blank'>Multiplot with shared axis limits</a></strong> - Updates to axis limits of a subplot may be applied to all other subplots in the multiplot.</li>
34+
<li><strong><a href='https://github.com/ScottPlot/ScottPlot/blob/main/src/ScottPlot5/ScottPlot5%20Demos/ScottPlot5%20WinForms%20Demo/Demos/OpenGL.cs' target='_blank'>OpenGL Example</a></strong> - Compare the standard (CPU) vs OpenGL (GPU) rendering of plot controls</li>
3335
<li><strong><a href='https://github.com/ScottPlot/ScottPlot/blob/main/src/ScottPlot5/ScottPlot5%20Demos/ScottPlot5%20WinForms%20Demo/Demos/PersistingPlot.cs' target='_blank'>Persisting Plot</a></strong> - Manipulations to a Plot on another Form persist through Close() events</li>
3436
<li><strong><a href='https://github.com/ScottPlot/ScottPlot/blob/main/src/ScottPlot5/ScottPlot5%20Demos/ScottPlot5%20WinForms%20Demo/Demos/PlottableDrag.cs' target='_blank'>Draggable Plottables</a></strong> - Demonstrates how to create Plottables which can be dragged with the mouse</li>
3537
<li><strong><a href='https://github.com/ScottPlot/ScottPlot/blob/main/src/ScottPlot5/ScottPlot5%20Demos/ScottPlot5%20WinForms%20Demo/Demos/PlotViewer.cs' target='_blank'>Plot Viewer</a></strong> - A Plot can be created programmatically and displayed in a pop-up window. This strategy can be used to launch mouse-interactive plots from console applications if the ScottPlot.WinForms package is included.</li>
@@ -43,5 +45,4 @@
4345
<li><strong><a href='https://github.com/ScottPlot/ScottPlot/blob/main/src/ScottPlot5/ScottPlot5%20Demos/ScottPlot5%20WinForms%20Demo/Demos/SignalPerformance.cs' target='_blank'>Scatter Plot, Signal Plot, and SignalConst</a></strong> - Demonstrates performance of Scatter plots, Signal Plots, and SignalConst on large datasets.</li>
4446
<li><strong><a href='https://github.com/ScottPlot/ScottPlot/blob/main/src/ScottPlot5/ScottPlot5%20Demos/ScottPlot5%20WinForms%20Demo/Demos/SignalXYDrag.cs' target='_blank'>Mouse Interactive SignalXY Plots</a></strong> - Demonstrates how to create SignalXY plots which can be dragged with the mouse, and also how to display informatoin about which point is nearest the cursor.</li>
4547
<li><strong><a href='https://github.com/ScottPlot/ScottPlot/blob/main/src/ScottPlot5/ScottPlot5%20Demos/ScottPlot5%20WinForms%20Demo/Demos/TransparentBackground.cs' target='_blank'>Transparent Background</a></strong> - Plot controls may be made transparent so the Form beneath it can shine through</li>
46-
<li><strong><a href='https://github.com/ScottPlot/ScottPlot/blob/main/src/ScottPlot5/ScottPlot5%20Demos/ScottPlot5%20WinForms%20Demo/Demos/OpenGL.cs' target='_blank'>OpenGL Example</a></strong> - Compare the standard (CPU) vs OpenGL (GPU) rendering of plot controls</li>
4748
</ul>

0 commit comments

Comments
 (0)