tidy3d icon indicating copy to clipboard operation
tidy3d copied to clipboard

Add color bar limits to permittivity plot

Open e-g-melo opened this issue 1 year ago • 0 comments

We use the plot_eps function to show the permittivity plot in GUI 2D Chart visualization. Some users have requested custom color bar limits to adjust the color limits as needed.

As we are using WebAssembly to get the permittivity plot, it would be nice to have vmin and vmax parameters in plot_eps. That would also be interesting for Python users. Maybe also include vmin and vmax in plot_structures_eps for uniformity.

Priority: medium

e-g-melo avatar May 15 '24 12:05 e-g-melo