mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-23 00:53:43 +08:00
remove pyqt5
This commit is contained in:
@@ -109,10 +109,6 @@ def draw_lead_on(img, closest_x_m, closest_y_m, calibration, color, sz=10, img_o
|
||||
return u, v
|
||||
|
||||
|
||||
if platform.system() != 'Darwin':
|
||||
matplotlib.use('QT4Agg')
|
||||
|
||||
|
||||
def init_plots(arr, name_to_arr_idx, plot_xlims, plot_ylims, plot_names, plot_colors, plot_styles, bigplots=False):
|
||||
color_palette = { "r": (1,0,0),
|
||||
"g": (0,1,0),
|
||||
|
||||
Reference in New Issue
Block a user