We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d6cef commit 259ebe2Copy full SHA for 259ebe2
Source/Examples/ExampleLibrary/Issues/Issues.cs
@@ -21,7 +21,7 @@ namespace ExampleLibrary
21
[Examples("Z1 Issues")]
22
public class Issues
23
{
24
- [Example("#1095: Issue 1095")]
+ [Example("#1095: Issue 1095 Part 1")]
25
public static PlotModel IssueHalfPolarReversedAxesPart1()
26
27
var plotModel = new PlotModel { Title = "", };
@@ -50,7 +50,7 @@ public static PlotModel IssueHalfPolarReversedAxesPart1()
50
return plotModel;
51
}
52
53
+ [Example("#1095: Issue 1095 Part 2")]
54
public static PlotModel IssueHalfPolarReversedAxesPart2()
55
56
0 commit comments