M trying to create a 3D graph to show utilization on the basis of memory, time and day,
Have also created some, but one thing have observed graph is bit difficult to understand and also not able to get right view.
Sample Chart 3D-
Have remove title for some reasons-
Sample Chart 2D
So my question is-
what type of thought process or intuition we should have to create proper and ease to interpret charts
what can be done to improve above chart, so that a normal layman can read and understand
My first question would be, do you really need 3D? I would personally think about facetting/subplots first and try to find a 2D solution. In my opinion 3D almost never works (exception is when your plotting scans of bones or have interactivity). This being said, without knowing the underlying data it is hard to recommend something. Nonetheless, using one of the ‘more user-friendly’ Python plotting libraries might make facetting a whole lot easier, if you take this approach.
@htw
Thank you for taking my query into consideration,
Really need 3D, I m not sure, i was looking for showing 3 dimensional data, like have shown above, utilization by week and utilization by hour,
when have created 2 D graph, it has shown Hour and utilization relationship, which shown a nice pattern
but this graph was lacking utilization pattern same on each day of the month
So, to come out from this situation, have created 3D plot, which shows week hour and utilization, but here things got complex,
All dots were rich to see but hard to interpret
if we see in 2nd 3D graph, there is gap of a particular day where green dots are less,
that shows utilization is not even for all days in a month,
About Data-
this data is about Memory utilization of every 5 minutes for 1 month of a computer
which have tried to plot on chart to see utilization pattern
this pattern will help to take decision,
@htw thank you for graph, this I have tried, in this hour identification is bit difficult, though it has also given a idea of merging heart bit lines with bar graph
Thank You