Craig Warren
|
225a6d3ce6
|
Fixed bug with overlapping text on plots
|
2025-07-17 12:33:35 +01:00 |
|
JingziC
|
cb5d26b433
|
Removing use_line_collection in plotting
use_line_collection is removed in matplotlib 3.8.0
|
2024-01-29 17:10:01 +09:00 |
|
Craig Warren
|
66ff406a06
|
Updated copyright year
|
2023-03-24 11:50:02 +00:00 |
|
Craig Warren
|
5a1a90099f
|
Updated copyright to 2022.
|
2022-01-06 21:01:41 +00:00 |
|
Craig Warren
|
74b66a2395
|
Update copyright to 2021
|
2021-12-13 16:01:31 +00:00 |
|
Craig Warren
|
a483b68496
|
Updated parameter in stem plots used for FFTs.
|
2020-01-28 15:29:33 +01:00 |
|
Craig Warren
|
dee2676052
|
Updated copyright notice year.
|
2020-01-28 12:37:45 +01:00 |
|
Craig Warren
|
e63262cc53
|
Added explicit file close calls.
|
2019-02-19 08:53:53 +00:00 |
|
Craig Warren
|
0ca02137b3
|
Updated copyright date to 2019.
|
2019-01-04 09:25:37 +00:00 |
|
Craig Warren
|
407f7f07ea
|
Removed some debug print messages.
|
2018-08-29 14:34:45 +01:00 |
|
craig-warren
|
a704243598
|
Corrected bug with time vector used in plotting scripts.
|
2018-07-17 15:42:20 +01:00 |
|
Craig Warren
|
cc33a628b6
|
Tweaks to gridline styles.
|
2018-05-02 14:28:38 +01:00 |
|
Craig Warren
|
8b81dca756
|
Use of np.isclose rather than equality when finding frequency of maximum power.
|
2018-01-02 14:09:17 +00:00 |
|
Craig Warren
|
fc7306c101
|
Updated copyright date.
|
2018-01-02 11:23:53 +00:00 |
|
Craig Warren
|
91a8a6a14f
|
Added FFT function (uses np.fft.fft) to utilities module, to avoid repeating same code in several modules.
|
2017-12-20 15:01:12 +00:00 |
|
Craig Warren
|
e351a5fde8
|
Added functionality to better handle divide by zero error when taking log10.
|
2017-10-11 10:24:51 +01:00 |
|
Craig Warren
|
db4fdb167c
|
autopep8 code cleanups.
|
2017-02-22 10:37:30 +00:00 |
|
Craig Warren
|
543ca1ba3b
|
Added ability to plot current outputs if specified.
|
2017-01-30 16:54:25 +00:00 |
|
Craig Warren
|
c03b5efa63
|
Formatting cleanups.
|
2017-01-26 16:23:29 +00:00 |
|
Craig Warren
|
c6d3fafb97
|
Updated copyright notices to 2017.
|
2017-01-18 14:16:20 +00:00 |
|
Craig Warren
|
eef18a4478
|
Corrected bug introduced when no longer plotting current outputs - default outputs list was incorrect.
|
2016-10-20 09:34:27 +01:00 |
|
Craig Warren
|
000cb46c4c
|
Changed default default for saving and plotting of receiver output components to only electric and magnetic fields, i.e. no longer current.
|
2016-10-14 15:03:47 +01:00 |
|
Craig Warren
|
04da1ec6e7
|
Updates to handle bug with matplotlib and versions of qt/pyqt.
|
2016-09-22 10:22:33 +01:00 |
|
Craig Warren
|
f0f6c98ebb
|
Modified setup of matplotlib for Linux and Windows to force using QT5 backend. Problem is that with conda installed qt5/pyqt5 matplotlib still tries to use qt4 backend.
|
2016-09-19 14:34:56 +01:00 |
|
Craig Warren
|
1a59e4df64
|
Tidied some import statements.
|
2016-07-29 14:49:21 +01:00 |
|
Craig Warren
|
438669959b
|
Added filename argument to assist with saving figures from module.
|
2016-05-27 15:15:24 +01:00 |
|
Craig Warren
|
a80054b701
|
Further tidy and rationalising of plotting modules.
|
2016-05-18 12:49:36 +01:00 |
|
Craig Warren
|
159507bdbf
|
Updated info on plotting choices.
|
2016-04-28 14:08:30 +01:00 |
|
Craig Warren
|
0c3e98f02f
|
Updated so they can be imported or run as scripts from the command line.
|
2016-04-26 17:24:53 +01:00 |
|
Craig Warren
|
a51e5a66b0
|
Added choices help to command line arguments.
|
2016-04-25 18:21:19 +01:00 |
|
Craig Warren
|
f972532e8c
|
Removed unnecessary file closing.
|
2016-04-01 12:33:11 +01:00 |
|
Craig Warren
|
78e0efb06f
|
Cleaned up use of filename input argument.
|
2016-03-22 18:04:07 +00:00 |
|
Craig Warren
|
11bf373b11
|
Added commented out settings for y axes limits.
|
2016-02-25 17:57:38 +00:00 |
|
Craig Warren
|
d2b85b8d09
|
Added a check to ensure there are receivers in the specified output file.
|
2016-02-25 10:43:29 +00:00 |
|
Craig Warren
|
3807a85c39
|
Commented out manual setting of y-axis limits.
|
2016-02-25 10:40:38 +00:00 |
|
Craig Warren
|
94090954ec
|
Corrected bug with inverting signal with multiple receivers.
|
2016-02-08 18:23:14 +00:00 |
|
Craig Warren
|
df05610adc
|
Corrected some comments and frequency label for FFT.
|
2016-01-29 09:52:09 +00:00 |
|
Craig Warren
|
f098be0253
|
Better calculation of time array, using linspace instead of arange.
|
2016-01-27 10:20:16 +00:00 |
|
Craig Warren
|
44cfad9046
|
Changed axes settings to seconds rather than nano-seconds. Added option to put 'm' character before output name to invert it, e.g. 'mEy' is '-Ey'. Can't use the minus sign as it is interpreted as a flag at the command line.
|
2016-01-26 15:13:20 +00:00 |
|
Craig Warren
|
95fb8d7ed2
|
Renamed some variables for clarity.
|
2016-01-20 10:11:05 +00:00 |
|
Craig Warren
|
680e67bc8b
|
Adjusted spacing on subplots.
|
2016-01-14 18:30:36 +00:00 |
|
Craig Warren
|
bb8e4ac944
|
Adjusted plotting scales for FFTs.
|
2016-01-13 16:04:45 +00:00 |
|
Craig Warren
|
8032851b9b
|
Added better checking of output(s) to plot.
|
2016-01-13 15:48:33 +00:00 |
|
Craig Warren
|
dc3be76fc4
|
Added checking for available receiver outputs before trying to plot them.
|
2016-01-13 14:44:17 +00:00 |
|
Craig Warren
|
460b0434b2
|
Update of some plot sizes and file names.
|
2016-01-13 13:50:02 +00:00 |
|
Craig Warren
|
faaf9741ec
|
Added PNG plotting option.
|
2016-01-13 13:35:51 +00:00 |
|
Craig Warren
|
3f865c364d
|
Adjusted frequency range plotting for FFT.
|
2016-01-13 13:31:28 +00:00 |
|
Craig Warren
|
0e4bb43142
|
Updated copyright notice to add 2016.
|
2016-01-12 18:29:10 +00:00 |
|
Craig Warren
|
10e889bfb0
|
Changed 'field' terminology to 'output'.
|
2016-01-12 17:23:33 +00:00 |
|
Craig Warren
|
a98d0becb1
|
Updated plot range and style for FFT plots.
|
2016-01-08 14:25:01 +00:00 |
|