We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import scipp as sc import scippneutron as scn da = sc.DataArray( sc.zeros(sizes={'row': 2}), coords={'position': sc.vectors(dims=['row'], values=[[0.0, 0.2, 0.0], [0.0, 0.25, 0.0]], unit='m')}) sample_settings = { 'center': events.meta['sample_position'], 'color': '#000000', 'wireframe': True, 'size': sc.vector(value=[0.01, 0.01, 0.01], unit=sc.units.m), 'type': 'box', } scn.instrument_view(da, components={'sample': sample_settings})
gives
If it's too difficult to auto-scale the font size, an argument to do it manually would also work.
The text was updated successfully, but these errors were encountered:
instrument_view
No branches or pull requests
gives
If it's too difficult to auto-scale the font size, an argument to do it manually would also work.
The text was updated successfully, but these errors were encountered: