Open Mickychen00 opened 2 years ago
That's odd; seems like a capitalization-sensitive string comparison issue. What platform are you running, and what version of holoviews? It's hard to imagine how this wouldn't have come up for another user before.
Also, can you please try a minimal example outside of Spyder, e.g. a file with simply import holoviews as hv ; hv.extension('matplotlib')
?
That's odd; seems like a capitalization-sensitive string comparison issue. What platform are you running, and what version of holoviews? It's hard to imagine how this wouldn't have come up for another user before.
Also, can you please try a minimal example outside of Spyder, e.g. a file with simply
import holoviews as hv ; hv.extension('matplotlib')
?
My hv.version: '1.14.8' I found after I use this render method. This issue appears. For first use these three functions, hv.extension('matplotlib') is ok and the image shown in spyder console. But for second use, backend as matplotlib raise the above issue. But backend and hv.extension as bokeh, the html image render is no-problem. When I use cmd's ipython, they are same.
Sorry; I can't follow the description above. Can you provide a reproducible list of steps to recreate the issue?
Hi, my matplotlib version is 3.4.3 when I used hv.extension('matplotlib'), the spyder console raise warning:
So what is wrong ?