multiverseweb / Dataverse

This software is currently under development. It can be used to visualise data into various forms of plots ranging from primary to advanced level. It can also be used as a finance tracker.
https://multiverse-dataverse.netlify.app
MIT License
30 stars 73 forks source link

Support plotting Heatmap in software. #4

Closed multiverseweb closed 1 week ago

multiverseweb commented 2 weeks ago

The software currently displays only the button for HeatMap, the code is yet to be written and linked.

[!IMPORTANT] Keep the GUI same as other plots and use the predefined color map.

chaheti89 commented 2 weeks ago

Can this issue please be assigned to me?

multiverseweb commented 2 weeks ago

@chaheti89 okay, assigned.

Anushka184 commented 2 weeks ago

Can you pls assign this issue to me @multiverseweb

multiverseweb commented 2 weeks ago

@Anushka184 I have assigned this issue already. I'm assigning it to you too but that reduces the chances of merging. However, you can check out this issue. Both of these are very similar.

multiverseweb commented 2 weeks ago

@Anushka184 comment on 3D scatter plot issue, if you want to solve it.

multiverseweb commented 2 weeks ago

Any updates @chaheti89? Do let me know if you need any help.

chaheti89 commented 2 weeks ago

yeah, working on it, will send the pr by tomorrow?

multiverseweb commented 2 weeks ago

@chaheti89 sure, no hurries.

Rohan20-10 commented 1 week ago

@multiverseweb can I work on this issue, as it is very similar to the ones I did previously?

multiverseweb commented 1 week ago

Sure, @Rohan20-10. Assigned.

Rohan20-10 commented 1 week ago

@multiverseweb how many rows and columns are required? As usual, should it be 16 each? Since the total number of values will be rows*cloumns.

multiverseweb commented 1 week ago

@Rohan20-10 Yes 16. Do you know why I set the upper limit to 16? It's just because in the list colors, I have added only 16 colors. We can increase that anytime. There is an effective thing we can do, we can set a variable maxLimit and set it to 16. We can use that variable everywhere in the program instead of the number 16. The variable must be defined near the list colors. What do you think?

If you're interested in this you can either raise a new issue or solve this in the same PR.

Rohan20-10 commented 1 week ago

@Rohan20-10 Yes 16. Do you know why I set the upper limit to 16? It's just because in the list colors, I have added only 16 colors. We can increase that anytime. There is an effective thing we can do, we can set a variable maxLimit and set it to 16. We can use that variable everywhere in the program instead of the number 16. The variable must be defined near the list colors. What do you think?

If you're interested in this you can either raise a new issue or solve this in the same PR.

Yeah sure I would like to do that. Surely I will raise a issue for this. Thanks for your input due to that I got to know the reason behind this number 16.

Rohan20-10 commented 1 week ago

@multiverseweb Issue is on the verge of completion by tomorrow it will be fixed. Thanks.