About 3,460,000 results
Open links in new tab
  1. python - How to plot a high resolution graph - Stack Overflow

    I've used matplotlib for plotting some experimental results (discussed it in here: Looping over files and plotting. However, saving the picture by clicking right to the image gives very bad quality...

  2. How to plot a function defined with def? - Stack Overflow

    How to plot a function defined with def? Asked 9 years, 5 months ago Modified 7 years, 5 months ago Viewed 45k times

  3. Is it possible to plot within user-defined function with python and ...

    Jun 17, 2013 · If I add plt.show () in myfun, it can plot in the correct subplot, but nothing in the other one. And, if plt.show () is added in the end, nothing but two pairs of axis are plotted. I …

  4. How to put legend outside the plot for a for 2 column plot …

    Sep 7, 2023 · I am trying to plot the legend outside a 2 columns 5 rows, but in this MWE 2 rows example in matplotlib. Turns out the legend to "lower center" puts the space …

  5. python - Matplotlib returning a plot object - Stack Overflow

    plot.show() I've seen a few questions on this (How to return a matplotlib.figure.Figure object from Pandas plot function? and AttributeError: 'Figure' object has no attribute 'plot') and as a result …

  6. r - Save a high resolution image - Stack Overflow

    I'm creating a scatterplot using ggplot. I want to save the graph as a tiff image in 300 DPI in order to publish it in a journal. However, my code using ggsave or tiff with dev.off doesn't seem to ...

  7. r - Changing the outlier rule in a boxplot - Stack Overflow

    From ?boxplot range: this determines how far the plot whiskers extend out from the box. If ‘range’ is positive, the whiskers extend to the most extreme data point which is no more than ‘range’ …

  8. In ggplot2, what do the end of the boxplot lines represent?

    I can't find a description of what the end points of the lines of a boxplot represent. For example, here are point values above and below where the lines end. (I realize that the top and bottom o...

  9. How can I handle R CMD check "no visible binding for global …

    Feb 25, 2012 · I'm terribly sorry for the confusion. It was my oversight. The short version R CMD check throws this note every time I use sensible plot-creation syntax in ggplot2: no visible …

  10. Saving images in Python at a very high quality - Stack Overflow

    Apr 24, 2013 · dpi is important if the exported plot contains raster elements (images) in addition to vector art. To elaborate, a lower dpi export will contain pixelated raster elements such as …