Coder Social home page Coder Social logo

vivainsights's Issues

validation_report: pq_data

For validation report: While using pq_data under validation_report in vivainsights error is,

Error in rename():
! Can't rename columns that don't exist.
✖ Column Instant_Message_hours doesn't exist.

Kindly assist for sample data to use validation_report in vivainsights. Thanks

Feature request: apply color palette to node colors

Ability to easily customize the node color scheme, e.g. by applying a palette,

e.g. as in ggraph

custom_palette <- c("red", "blue", "green", "yellow")... ggraph(graph) + ... scale_color_manual(values = custom_palette) + ...

Distribution plot - colour mapping not aligned with specified bins

When we specify the intended bins range to the functions - afterhours_dist(), collaboration_dist() and create_hist(), colour for the last two bins range is same, default bins is working perfect.

Please refer the below examples.

Ex:1 Same intensity of red colour displayed for 25 - 35 hours and 35 + hours range

image

Ex:2 Same intensity of red colour displayed for 10 - 15 hours and 15 + hours range, so not able to visualise the data

image

Ex:3 Default bins, no issue .

image

Bugfix: `create_line()` assumes y-axis label is 'Weekly hours'

Currently, the plot output of create_line() assumes that the vertical axis will represent 'Weekly hours', as it is explicitly stated in the code.

However, this is not necessarily the case, as this can be used to measure variables like internal network size.

A more appropriate value would be the metric value that is provided to the parameter of the function, ideally formatted with us_to_space() so that underscores are replaced with spaces.

y = "Weekly hours",

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.