Igor Alshannikov

Results 285 comments of Igor Alshannikov

More @egayer suggestions : > We could imagine plotting earthquakes locations and intensities dowloaded from the USGS website (https://earthquake.usgs.gov/earthquakes/search/). Such exemple would show how to proceed with a pandas dataframe....

Why `scale_x_datetime()` is not sufficient?

Hi, if there is no UI framework - just barebone JVM, then your options are limited to: - generating static SVG image (use [PlotSvgExportCommon](https://github.com/JetBrains/lets-plot/blob/master/plot-stem/src/commonMain/kotlin/org/jetbrains/letsPlot/core/util/PlotSvgExportCommon.kt)) - generating HTML which consists of...

from [discussion](https://github.com/JetBrains/lets-plot/discussions/611#discussioncomment-5361403)

This likely happens because in absence of an explicit formatting pattern we simply fall back on a default number formatting which is platform dependent. In case of `p.show()` and `ggsave(html)`...

The plot looks ok to me. What is the issue exactly?

Hi @Zaf4 , @egayer Currently, one point is not well understood: the effects observed in matplotlib when the plot size is constant and DPI is varied. Specifically, the sizes of...

Related: #831