Welcome, Guest
Username: Password: Remember me
Components and Libraries for Graphics Development, discussions, problems and suggestions.
  • Page:
  • 1

TOPIC:

plot of 3d matrix heatmap 11 months 4 days ago #17756

  • Sergio Zanoli
  • Sergio Zanoli's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 12
  • Thank you received: 0
ear Gents,

I have a dynamic 3d matrix (sensor,time,value) to be plotted in color (value) like a waterfall. Using Tchart (Colormap) is really slow (in theory the matrix refresh rate can be up to 50 Hz) and hung the application. Have some suggestion how to do it or library to be used ?

Thanks a lot

Please Log in or Create an account to join the conversation.

Last edit: by Sergio Zanoli.

plot of 3d matrix heatmap 11 months 4 days ago #17757

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1060
  • Thank you received: 148
Try pl_ExControls Package

-TplLedBar
-TplLEDIndicator
-TplPlotChart
-TplLogGraph
-TplSimpleChart
PilotLogic Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Matis A..

plot of 3d matrix heatmap 11 months 4 days ago #17758

  • Sergio Zanoli
  • Sergio Zanoli's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 12
  • Thank you received: 0
Hi Matis,

I need something like heatmap. for any x,y on grid we need the cell with proper color. possibly smoothed.      
Attachments:

Please Log in or Create an account to join the conversation.

plot of 3d matrix heatmap 11 months 4 days ago #17759

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1060
  • Thank you received: 148
I think OpenGL or DirectX APIs can do this
Look at
pl_OpenGL pkg

-TOpenGLCanvas
or
-OpenGL_Engine2D.pas (MS Win Only)

And look at CodeOcean demos
PilotLogic Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Matis A..

plot of 3d matrix heatmap 11 months 3 days ago #17762

  • Sergio Zanoli
  • Sergio Zanoli's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 12
  • Thank you received: 0
  Thanks Matis,another question. Using Cindy Colormatrix I can solve but I need to convert data value to color. I have a Tlistchartsource (from previous setting) with color palette (list of value -> color), but I can't understand how to convert data value to relative color according palette.Suggestion ? Is possibile to use Tlistchartsource to extract color ? If not how I can create a palette to extract relative color from data value  ?Regards
Attachments:

Please Log in or Create an account to join the conversation.

Last edit: by Sergio Zanoli.

plot of 3d matrix heatmap 11 months 1 day ago #17770

  • Sergio Zanoli
  • Sergio Zanoli's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 12
  • Thank you received: 0
Hi All,

somebody know if there is some components in order to select color palette shader for matrix ? Like attached image

 
Attachments:

Please Log in or Create an account to join the conversation.

  • Page:
  • 1