Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » UppHub » Scatter control (Scatter control scale value display issue)
Re: Scatter control [message #61369 is a reply to message #61365] Thu, 02 January 2025 09:22 Go to previous messageGo to previous message
koldo is currently offline  koldo
Messages: 3443
Registered: August 2008
Senior Veteran
Hi Pallavi

Scatter chooses the format, scientific or not, that gives the most information about the number within the available space.
If this doesn't work for you, you can always use the cbModifFormatY() callback. For example this will display numbers to three decimal places:

myScatter.cbModifFormatY = [](String& ret, int, double num) {ret = Format("%.3f", num);};


Best regards
IƱaki
 
Read Message
Read Message
Read Message
Previous Topic: Visualize 3d function with SurfaceCtrl
Next Topic: Request for adding GraphCtrl to UppHub
Goto Forum:
  


Current Time: Thu Aug 14 18:50:22 CEST 2025

Total time taken to generate the page: 0.11992 seconds