mastodon.online is one of the many independent Mastodon servers you can use to participate in the fediverse.
A newer server operated by the Mastodon gGmbH non-profit

Server stats:

10K
active users

#matplotlib

0 posts0 participants0 posts today

Jebus.. #Python and all it's batteries. So #Matplotlib knows how to talk #SVG already. I just started to speculate on how hard that would be to implement and.. it's already there built into Matplotlib.

Well. That worked out rather nicely then.

Being back working in Python feels way too magical at times.

Turns out the mechanisms I'd already put in can do graphs and plots already with clean readable markdown - no new plumbing needed.

I'd have thought that a far-fetched goal moments ago.

Replied to Peter Drake

@peterdrake @mkj @jitseniesen @apa

Well, I confirmed that the bizarro text at the top of the Y axis is not in fact part of the Y axis. If you set the style of the Y axis tick labels to plain, so it doesn't use scientific notation:

>>> plt.ticklabel_format(axis="y", style="plain")

... that one bizarro value is still shown in scientific format.

I don't recall if matplotlib supports multiple scales/sets of ticks on an axis, so I'm not sure where that value is coming from. I looked at the data generated by your code and didn't see anything weird.

I think you need either a matplotlib expert, or a user discussion group. Or at least someone who's used matplotlib more recently than the Clinton administration... 😉

#30DayChartChallenge Day1 Fractions - animal rescue incidents attended by the London fire brigade.

5 of 10 animals rescued are cats, but there are some interesting differences between boroughs - birds in Westminster, horse in Bexley, foxes in Hammersmith.

Made in #python #matplotlib using custom svg markers + #pyfonts to read in Google font.

Full code github.com/Lisa-Ho/small-data-

Seeking recommendations for a #WebMapping tutorial / course?

Slightly at sea on where to start.

- My current JS skill level is _extreme novice_.
- I don't have access to ArcGIS.
- Comfortable with #QGIS [*] and the #python #geospatial ecosystem (#geopandas #xarray #rasterio and plotting with #matplotlib)

Suggestions welcome. TIA. 👍

* I have looked at the qgis2web plugin, but having some issues associated with my aged laptop (2012 mbp running Ubuntu) and a 'Wayland session'.

Oh look, a rainbow! Exploring the Visible Spectrum with Python Part 1
In this article I write Python code to calculate the frequencies, wavelengths, energies and RGB values of light across the visible spectrum. (Next week in Part 2 I plot the data using Matplotlib.)
#python #pythonprogramming #physics #numpy #matplotlib #light #spectrum
codedrome.substack.com/p/visib

CodeDrome · Exploring the Visible Spectrum with Python Part 1By Chris Webb

Исследование набора данных для обучения LVLM — SeeClick (Web Data)

В данной статье будет рассмотрен набор данных для обучения LVLM (Large Visual Language Model), который использовался авторами статьи " SeeClick: Harnessing GUI Grounding for Advanced Visual GUI Agents " при обучении модели SeeClick , которая показывает достаточно неплохие результаты, по сравнению с аналогичными решениями. Рассмотрен будет только набор данных, который использовался при обучении SeeClick для определения элементов на веб-страницах, полученный авторами этой модели с помощью Common Crawl (открытый репозиторий набора данных о веб-страницах). Данная статья может быть полезна специалистам, которые начинают разрабатывать свою LVLM работающую со скриншотами пользовательского экрана (image-ориентированные), а не с содержимым HTML веб-приложения (text-ориентированные). В статье будет рассмотрена базовая работа с частью предоставляемого SeeClick набора данных (10000 размеченных изображений общим объёмом в 4.8 Гб).

habr.com/ru/articles/887248/

ХабрИсследование набора данных для обучения LVLM — SeeClick (Web Data)В данной статье будет рассмотрен набор данных для обучения LVLM (Large Visual Language Model), который использовался авторами статьи " SeeClick: Harnessing GUI Grounding for Advanced Visual GUI Agents...

Weekend viz. Marvel money tree showing box office sales by film and series.

Avengers are the most succesful series in in terms of box office sales with Avengers: End Game on top ($2,797m). Captain Marvel is the most succesful standalone film ($1,129m).

Data from Information is Beautiful (up until Jun 2023). Visual made 100% in #python #matplotlib.

Full code here (not pretty though 😁 ) github.com/Lisa-Ho/small-data-