cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Sign-in to the JMP Community will be unavailable intermittently Dec. 6-7 due to a system update. Thank you for your understanding!
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
  • JMP 19 is here! Learn more about the new features.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
lala
Level IX

When JMP mapping, how can I load an image with a transparent background to keep the background transparent?

JMP maps the following JSL and then loads the transparency image with a transparent background.

Save as a new image, how to use JSL?

dt=Open("$SAMPLE_DATA/Big Class.jmp");
p1 = dt << Graph Builder(
	Variables( X( :weight ), Y( :height ), Group X( :age ), Color( :sex ) ),
	Elements( Bar( X, Y, Legend( 5 ), Response Axis( "X" ) ) )
);

2024-03-04_15-40-01.png

Thanks!

1 REPLY 1
jthi
Super User

Re: When JMP mapping, how can I load an image with a transparent background to keep the background transparent?

Recommended Articles