Giter VIP home page Giter VIP logo

plotto's People

Contributors

garykac avatar raton-laveur avatar xaedes avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

plotto's Issues

Adding build configuration options

To enable variety in the output html for different modes of operation, a build configuration should be set for build.py.

This configuration should allow for:

  • Inclusion of separate CSS files
  • Inclusion of Bootstrap (may be combined with above)
  • Inclusion of separate JS files
  • Option for gender swap on html output

Random typos

I'm working on a different project and was scrubbing my data against yours and these are the typos I identified in your document. There are still a few more I'm reconciling, but this is plenty for now. Please email me ( [email protected] ) if you have questions/comments.
plotto_data_errors_web.txt

Move JS to file in js/ folder

To keep JS separate from the generated HTML code, lines 440-445 should be split out to JS file. For example, in write_html_header() in build.py

self.outfile.write('<script>\n')
self.outfile.write('url = window.location.href.split("?");\n')
self.outfile.write('if (url.length != 1 && url[1] == "random") {\n')
self.outfile.write('\twindow.location.assign(url[0] + "#" + Math.floor(Math.random() * 1462 + 1));\n')
self.outfile.write('}\n')
self.outfile.write('</script>\n')

License file

Could you add a LICENSE file in the repo to clarify under what terms people can re-use it?
Looking forward to be able to leverage it in a plot generation research project. Thanks!

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.