Code Monkey home page Code Monkey logo

Comments (2)

raleighlittles avatar raleighlittles commented on September 26, 2024

First things first, here's your generated graphs: https://drive.google.com/drive/folders/17ROsURj_pC_evpzPOo5V553BJ86E8yoy?usp=sharing

Obviously the script is a little rough around the edges, when I have some free time I'll update it to generate cleaner looking graphs. In the meantime, you can try using something like csvplot - just remove the first 2 lines from your CSV file.


The reason why the script didn't work for you, between 2019 (when I last used this script), there have been 2 changes:

  1. The time key switched from being "Time (s)" to "Time(s)", notice the no-space after.
  2. The encoding of the CSV files is different.

Yours are UTF-16, mine were UTF-8:

$ file discord/DataLog-Nov_20_2023_11-20-22-PM.csv                                                                                         

discord/DataLog-Nov_20_2023_11-20-22-PM.csv: Unicode text, UTF-16, little-endian text, with very long lines (480)

versus

$ file data/20181128-072018__BlueDriverLog.csv
                                                                                             
data/20181128-072018__BlueDriverLog.csv: Unicode text, UTF-8 text, with very long lines (723)

Do you mind going into the BlueDriver app and seeing what version of the app you have? It should be somewhere in the About or Help section.

@MrNobody0071

from bluedriver-visualization.

MrNobody0071 avatar MrNobody0071 commented on September 26, 2024

from bluedriver-visualization.

Related Issues (1)

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.