Giter VIP home page Giter VIP logo

Comments (4)

wpfff avatar wpfff commented on September 28, 2024 1

Hey @jdwatson -- that was an interesting one, that i probably should have foreseen. The issue was that I had assumed data usually to have the 'standard' ordering in grids, i.e., first axes is the slowest one, last axes the fast one -- that's the case where you can just use the standard np.reshape to restore the grid.
your data did not conform to that, i.e., you specified the axes at measurement time the other way round, which is perfectly valid of course.

I've changed the way the grid is guessed now to be able to handle that properly. Your data looks fine for me now (pull should do it).

I'm closing it now -- there's some improvements that can be done, but the case is now supported (up to some tweaks that i need to put into the UI if one wanted to do specify the grid shape fully manually, see #33).

image

from plottr.

wpfff avatar wpfff commented on September 28, 2024

hey John, i'll look into the db, but quickly: how did you take the data?
i haven't re-implemented the old gridding routine yet (but will soon). The new one will cause these kind of displays if you take data by say sweeping up/down rather than up/up (hope that's clear).

from plottr.

jdwatson avatar jdwatson commented on September 28, 2024

The data was taken with a pair of nested for loops like:
for vg in vgvals:
set_vg(vg)
for b in biasvals:
set_b
save data

from plottr.

jdwatson avatar jdwatson commented on September 28, 2024

ok, GitHub edited out the tabs in my comment above, but I think you probably get the picture.

from plottr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.