About 6,320,000 results
Open links in new tab
  1. How to plot blurred points in Matplotlib - Stack Overflow

    Jul 29, 2014 · As the question says, I'm looking for a way to plot blurred points using Matplotlib. I don't want to plot a set of points and then apply a filter to blurry the whole image. Instead of it, …

  2. python - Why is the plotted line blurry? - Stack Overflow

    Apr 28, 2023 · plt.plot() (and similar functions) has an optional argument antialiased= which you can set to False to see how things look like. Depending on your specific application, this might …

  3. Adjusting figure quality in matplotlib - Stack Overflow

    Sep 27, 2015 · I've written some code to produce a multi-panelled figure in matplotlib. To make the figure look sharper for use in a document, I tried increasing the dpi. I found, though, that …

  4. A Simple Trick That Significantly Improves The Quality of Matplotlib Plots

    Apr 12, 2023 · Matplotlib plots often appear dull and blurry, especially when scaled or zoomed. Yet, here's a simple trick to significantly improve their quality. Matplotlib plots are rendered as …

  5. Significantly Improve the Quality of Matplotlib Plots by Doing …

    Dec 23, 2023 · If you frequently use Matplotlib in Jupyter Notebook, then I am sure you would have noticed this too. Yet, here’s a pretty cool hack to improve their quality significantly. …

  6. Matplotlib | Control the Output Resolution - Scaler Topics

    Jun 7, 2024 · In matplotlib, the plot's resolution is low, which makes the plot blurry or grainy. That's why it provides the functionality to adjust the image resolution. There are two ways to …

  7. Plot Blurred Points in Matplotlib - Online Tutorials Library

    Aug 9, 2021 · To plot blurred points in matplotlib, we can take the following steps − Set the figure size and adjust the padding between and around the subplots. Create a new figure or activate …

  8. Adjusting Text Background Transparency in Matplotlib

    Jul 15, 2024 · This article will explore various ways to adjust text background transparency in Matplotlib, providing comprehensive examples to illustrate each method. In Matplotlib, text can …

  9. How can I apply a Gaussian blur to a figure in `matplotlib`?

    May 14, 2019 · Using the gaussian_filter function on the data returned by np.histogram2d correctly applies the blur to the image: xs.append(x+np.random.rand(200)) …

    Missing:

    • Text

    Must include:

  10. Matplotlib plots are blurry - Using Streamlit

    Dec 3, 2019 · Streamlit is then shrinking that image down to Streamlit’s maximum displayable width, which is about 1500 pixels, hence the blurriness. An easy fix is to pass a small figsize. …

Refresh