Coder Social home page Coder Social logo

star's People

Contributors

ilmioalias avatar nicola514 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

star's Issues

unmanaged right y axes in bar graphs

Some plotters (bars mainly) doesn't rescale right when a secondary y axes is inserted. The issue is most evident with cumulative bar graphs since the bars overlaps.

translations

ReMida should make use of gettext to produce reports in different languages

Make config.cfg files really optionals

By now config.cfg files in report's folders may be empty but they must be there, or else remida.py does not identify the folder to be a report's folder.
when issuing the command

$ remida my_report_folder/

If a config.cfg file is not found, a file named main.tex or main.html should be searched for.

logging system is broken

logging system seems to fallback to default level (warning); it was managed by config.py, for some reason it's now broken.

A more solid implementation should be provided

bug in remida.table making html table

in star.remida.table.HTMLTable.out method escape result of _make_header method.

This result in a wrong thead.

star.remida.utils.escape should be used in _make_header and _make_body method on the contents of html tags and not around all methods returned values.

error using re.sub in remida.utils.escape

in star.remida.utils in function escape call re.sub that expect a raw/reges string as r"expression". HTML_ESCAPE is a dictionary with re.compiled (_SRE_Pattern) as keys.

resulting in a non iterable object.

unify x ticks handling

graph.py should handle xticks as once for every plotted series, not one by one as it's doing by now.

The issue could be more complicated than it's seems, since not every plotter need the same transformation to set up axis tiks.

Des class to be included in master

Des class (to make automatic text generation) has been written on branch 0.2, master branch has many differences, so it should be make compatible

bug using re.sub in remida.utils.escape

in star.remida.utils variable HTML_ESCAPE is a dict with re.compiled as keys.
in star.remida.utils function escape use re.sub that expect r"expression" string instead _SRE_Pattern (compiled regex).

HTML_ESCAPE result in an not iterable object.

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.