Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fail to automatically add 0,1,2,3...,24 to make rank 2 dataset into displayable spectrogram #98

Closed
jbfaden opened this issue Mar 8, 2024 · 2 comments

Comments

@jbfaden
Copy link
Member

jbfaden commented Mar 8, 2024

This demos a bug where two equivalent datasets are rendered differently:

pyds= [ [ 0,0,0,0,0 ],[ 0,0,0,0,0 ],[ 0,0,0,0,0 ],[ 0,0,0,0,0 ], [ 0,0,0,0,0 ] ]
ds= dataset( pyds )

plot( 0, ds, ytitle='All y values are zero' )

plot( 1, zeros(25,25), ytitle='Correct' )
jbfaden added a commit to autoplot/dev that referenced this issue Mar 8, 2024
@jbfaden
Copy link
Member Author

jbfaden commented Mar 8, 2024

The problem was that yTagsDataSet had a branch for a JoinDataSet, used mostly with spectrograms with modes that change. This is a rank 2 join which was not considered it is coding and caused the code to fail.

@jbfaden
Copy link
Member Author

jbfaden commented Mar 13, 2024

This is fixed and will be available in the next dev release.

@jbfaden jbfaden closed this as completed Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant