Skip to content
New issue

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

Add matplotlib as a dependency to HEXRD #590

Merged
merged 1 commit into from
Dec 12, 2023
Merged

Add matplotlib as a dependency to HEXRD #590

merged 1 commit into from
Dec 12, 2023

Conversation

psavery
Copy link
Collaborator

@psavery psavery commented Dec 11, 2023

Nearly every HEXRD user plans to use matplotlib to visualize their data. In fact, we also use it as an optional dependency in several places in the code. Some users have been surprised, however, that they need to install matplotlib separately.

The near-field workflow will soon become a part of HEXRD, and visualizing via matplotlib is essential to the workflow. Users have requested that we add matplotlib as a dependency.

This adds about 50 MB to the disk space usage in a virtual environment (most of that is fonts and images). It won't add any disk space to HEXRDGUI, however, since HEXRDGUI already depends on matplotlib.

This will ultimately make HEXRD easier to use and analyze.

Nearly every HEXRD user plans to use matplotlib to visualize their data.
In fact, we also use it as an optional dependency in several places in the
code. Some users have been surprised, however, that they need to install
matplotlib separately.

The near-field workflow will soon become a part of HEXRD, and visualizing
via matplotlib is essential to the workflow. Users have requested that we
add matplotlib as a dependency.

This adds about 50 MB to the disk space usage in a virtual environment
(most of that is fonts and images). It won't add any disk space to HEXRDGUI,
however, since HEXRDGUI already depends on matplotlib.

This will ultimately make HEXRD easier to use and analyze.

Signed-off-by: Patrick Avery <[email protected]>
@psavery psavery merged commit 6d2edc0 into master Dec 12, 2023
6 checks passed
@psavery psavery deleted the matplotlib branch December 12, 2023 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants