About 11,000,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

    If you really want to create an additional function to cast the data to int, you could simply replace the content of h(b) with return y(b).astype(np.int). And if you really (for whatever reason) would like to …

  3. How to put legend outside the plot for a for 2 column plot definition ...

    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 between the two plots …

  4. gnuplot: variable values and definitions in plot command

    Sep 24, 2020 · Your diagnosis is slightly off. In the second panel the first, purple plot is superimposed with the a=3 plot rather than the a=2 plot. Why? Because gnuplot accumulates all elements of the full …

  5. How do I connect ScottPlot from code behind to xaml in WPF?

    Jun 12, 2024 · I am trying to create a Bar Plot in WPF xaml, I want bars in differenct categories, like it's documented here: ScottPlot Cookbook I also used this for knowing how it works with WPF: ScottPlot …

  6. 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 I've …

  7. python - Plot multiple Y axes - Stack Overflow

    I know pandas supports a secondary Y axis, but I'm curious if anyone knows a way to put a tertiary Y axis on plots. Currently I am achieving this with numpy+pyplot, but it is slow with large data s...

  8. axis - Is there a way to eliminate the bold lines on the x and y axes ...

    Aug 14, 2023 · The plot itself looks how I want it to, but the x and y axes both have a bit of bolding along the middle of the axis lines, and I would like to remove these. The problem can be seen in the first …

  9. 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 ...

  10. 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...