Wrong values displayed in a uint32 1DPlot

Issue #9 resolved
Robin Hahn created an issue

Values in a 1D Plot differ from the values in the dataObject if this is of type uint32. The bug get`s visible if the following lines are executed:

a=dataObject([1,200],'uint32') a[:,:]=10 plot(a)

Comments (1)

  1. Log in to comment