You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The annotation locations, when plotted, seem to be rounded to integers, so they are not plotted correctly. I believe that the error is in the function checkannplotitems , where the division performed in the section # Get x axis values to plot is rounding values to integers instead of using floats/doubles. I believe that the same error is also in the function checkplotitems .
The text was updated successfully, but these errors were encountered:
The annotation locations, when plotted, seem to be rounded to integers, so they are not plotted correctly. I believe that the error is in the function
checkannplotitems
, where the division performed in the section# Get x axis values to plot
is rounding values to integers instead of using floats/doubles. I believe that the same error is also in the functioncheckplotitems
.The text was updated successfully, but these errors were encountered: