Discussion Overview
The discussion revolves around a coding issue related to generating a graph with a logarithmic scale in C++ using the ROOT framework. Participants explore the problem of the graph not displaying as intended despite attempts to implement a log scale.
Discussion Character
- Technical explanation, Debate/contested, Meta-discussion
Main Points Raised
- One participant shares their code snippet and describes the issue of not achieving a log scale in the graph despite using the SetLogy function.
- Another participant inquires about the library or package being used, noting that the functions mentioned are not part of standard C++.
- A third participant clarifies that the code is related to the ROOT package from CERN, suggesting that the original poster consult the ROOT documentation or forums for further assistance.
- The original poster acknowledges the clarification and expresses intent to explore the suggested resources.
Areas of Agreement / Disagreement
Participants do not reach a consensus on the specific cause of the issue, and the discussion remains unresolved regarding the implementation of the log scale in the graph.
Contextual Notes
There is a lack of clarity regarding the specific functions and their expected behavior within the ROOT framework, as well as the original poster's familiarity with the coding environment.
Who May Find This Useful
Individuals working with the ROOT framework for data visualization in C++ and those encountering similar issues with graph scaling may find this discussion relevant.