Background color in 3D Graph Window
|
12-23-2023, 07:48 AM
Post: #2
|
|||
|
|||
RE: Background color in 3D Graph Window
I don't know of a direct way, but have some code for this (run this function setplotbg on the home screen when 3D graphing app is selected).The function below should change the colour to white, and inside RGB in the third line you can set the colour by red, green, blue value (0 to 255). It sets a 1 pixel background picture in stretched mode.
However, it seems the built-in 3D graphing app overlays this with some own background, so it is actually a light grey. PHP Code: EXPORT setplotbg() You can quickly revert to black by going to the plot setup (shift+plot) and on the 5th page disable the background image. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Background color in 3D Graph Window - ReinXXL - 12-22-2023, 06:12 PM
RE: Background color in 3D Graph Window - goetz - 12-23-2023 07:48 AM
RE: Background color in 3D Graph Window - Tyann - 12-23-2023, 09:22 AM
RE: Background color in 3D Graph Window - goetz - 12-24-2023, 01:43 PM
|
User(s) browsing this thread: 1 Guest(s)