Smith chart zy

broken image

Can anyone give me a reference to a site where i could find explanation to my problem? import matplotlib as mpįrom _tkagg import FigureCanvasTkAgg, NavigationToolbar2TkAggįrom tkinter.ttk import Frame, Button, Style, EntryĬontainer.pack(side='top', fill='both', expand=True)Ĭid_columnconfigure(0, weight=1)įid(row=0, column=0, sticky='nsew')Īx = f.add_subplot(111, projection='smith')Īnd this is the last line of error report I have managed to make plots with matplotlib, but didn't have any luck so far with Smiths chart.

broken image

I'm trying to plot Smith chart in python using PySmithPlot, it has to be placed along some other items in frame, but i can't find a way to do so.

broken image