Replies: 2 comments 1 reply
-
I'm currently working on some open-source EDA tools and wanted to incorporate ImPlot3D in my design, and support for log scale is crucial for my type of data. I hope you'll be able to add it soon. PS: How can I help with the development? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi @AhmedLilah, I'm converting all feature discussions to issues since GitHub has better support for task tracking (and copilot agent execution) with issues. This discussion was converted into #112 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This discussion was converted into issue #112
Idea from @fecaltransplant in #3
Currently, ImPlot3D only supports linear axis scaling out of the box. Adding support for logarithmic scale axes would enable users to better visualize data that spans multiple orders of magnitude, such as scientific, financial, and engineering datasets.
This feature should allow users to configure individual axes (X, Y, or Z) to use a logarithmic scale, similar to how ImPlot handles 2D plots.
Beta Was this translation helpful? Give feedback.
All reactions