Skip to content

Commit

Permalink
Update classdesc ref. Exclude markers from SetMinMax calculations.
Browse files Browse the repository at this point in the history
  • Loading branch information
highperformancecoder committed Mar 14, 2024
1 parent 4cbde8c commit b362087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion classdesc
Submodule classdesc updated 1 files
+1 −1 RESTProcess_base.h
2 changes: 1 addition & 1 deletion src/plot.cc
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ namespace ecolab
msg=NULL;

// calculate min/max
if (x.empty())
if (x.empty() || (!penSide.empty() && penSide[0]==marker))
{
minx=logx? 0.1: -1;
maxx=1;
Expand Down

0 comments on commit b362087

Please sign in to comment.