Conversation
|
@ipelupessy a very minimal change but I think it would be a good one - with this change we could add plotting scripts in a more logical location than 'ext'. |
|
yea, though better still if plot.py -> plot/_plot.py (or plotbase or something) and init.py just a from _plot import * |
sure, more work to be done and init should be cleaner by importing from elsewhere (_plot sounds ok). But for backward compatibility, this completely works and allows for incremental updates. And yes, I guess plot.py is somewhat outdated, but still I can see a use. After all, it's best to avoid requiring the units to be specified multiple times (for plot data and again for axes) if we can... |
plot.pytoplot/__init__.pyso it works the same way