Hi,
I am parsing, huge file and displaying that in Plotly. There are many overlapping dots which is not visible till I zoom it.
Is there any way which can show that there are overlapping dots?
Thanks
Harprit
Hi,
I am parsing, huge file and displaying that in Plotly. There are many overlapping dots which is not visible till I zoom it.
Is there any way which can show that there are overlapping dots?
Thanks
Harprit
Iād recommend plotting your data as an histogram2d
trace:
Thank you for the reply.
Can I scale the plot to milliseconds level, so that every dot can be visible?
I tried using dtick, but it worked only when we zoom except for the first unit where it shows the scaled version.
Can you please help me in this? As I have made the plot using scater plot , its difficult to change now to histogram.
Can you please suggest some other alternative for this?