Skip to content

Commit

Permalink
Update PlotGen.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
erichiller authored Feb 1, 2024
1 parent 88db9b6 commit acf43db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PlotGitHubAction/PlotGen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ private static void createPlot( string jsonString, string plotDefinitionsDir ) {
plt.SetAxisLimits( bottom: 0 );
Log.Debug( $"YAxis min={plt.YAxis.Min}" );
Log.Debug( $"LeftAxis min={plt.LeftAxis.Min}" );
plt.Margins( horizontal: 0.05D, vertical: 0.0, apply: true ); // URGENT: restore?
// plt.Margins( 0, 0 ); // URGENT: restore?
// plt.Margins( horizontal: 0.05D, vertical: 0.0, apply: true ); // URGENT: restore?
plt.Margins( 0, 0 ); // URGENT: restore?
foreach ( var axis in plt.XAxes ){
axis.FrameLineStyle.Color = new Color(0, 0, 0, 0);
}
Expand Down

0 comments on commit acf43db

Please sign in to comment.