-
Notifications
You must be signed in to change notification settings - Fork 3
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
Put plotting into an extension ? #5
Comments
Yes, that's a good idea. Will do this. |
Ok, I am running into a subtle issue:
When I do
Term is not found during compilation of the extension. How can I make Term another dependency of the extension? |
Ah need to think about this. Need to think about this. |
Ok, it works in principle with ExtendableFEMBaseUnicodePlotsExt = ["UnicodePlots", "Term"] but then the user needs to use both packages to trigger that the extension is loaded. It would be more convenient that only UnicodePlots needs to be used... |
Term triggers an extension in UnicodePlots by the way from which I use a function for the scalarplot. But maybe I should try to find some workaround... |
Ok, for now I have switched off the line that requires Term. The extension seems to work now and only requires UnicodePlots. |
This would remove UnicodePlots as a strong dependency and remove some compilation time for users.
The text was updated successfully, but these errors were encountered: