Skip to content

Commit

Permalink
Moved Network Plotting methods into the plotting.py module so that th…
Browse files Browse the repository at this point in the history
…e skrf infrastructure can be used without the baggage of matplotlib or a plotting backend.

Started a notebook module with bokeh plotting (plot_s_db only right now) to illustrate how different plotting engines can be used
  • Loading branch information
dvincentwest committed Dec 16, 2016
1 parent 5521552 commit 29387cb
Show file tree
Hide file tree
Showing 6 changed files with 638 additions and 538 deletions.
2 changes: 1 addition & 1 deletion skrf/frequency.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'''

from pylab import linspace, gca,plot, autoscale
from pylab import linspace, gca, plot, autoscale
from numpy import pi
import numpy as npy
from numpy import fft, shape, gradient# used to center attribute `t` at 0
Expand Down
Loading

0 comments on commit 29387cb

Please sign in to comment.