<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Stan Brown</title>
    <description>The latest articles on DEV Community by Stan Brown (@stainlessbrown).</description>
    <link>https://dev.to/stainlessbrown</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2442691%2F6894d6d8-7169-4240-927c-c00f1a6a88b8.png</url>
      <title>DEV Community: Stan Brown</title>
      <link>https://dev.to/stainlessbrown</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/stainlessbrown"/>
    <language>en</language>
    <item>
      <title>In Calc- how can I highlight a legend when opening a list?</title>
      <dc:creator>Stan Brown</dc:creator>
      <pubDate>Mon, 18 Nov 2024 16:35:03 +0000</pubDate>
      <link>https://dev.to/stainlessbrown/in-calc-how-can-i-highlight-a-legend-when-opening-a-list-4hh</link>
      <guid>https://dev.to/stainlessbrown/in-calc-how-can-i-highlight-a-legend-when-opening-a-list-4hh</guid>
      <description>&lt;p&gt;Hello - I do hope I explain this correctly.&lt;/p&gt;

&lt;p&gt;I have a spreadsheet in Calc which is used by/with a Python 3D scatter script. In addition to the x, y, and z values, I also have a column for marker type and plot color.&lt;/p&gt;

&lt;p&gt;Both have a data validity list; however the list is the python syntax (that the  script reads). I have a legend which explains each the meaning of each piece of code.&lt;/p&gt;

&lt;p&gt;example: &lt;br&gt;
For Markers "^" = triangle up, "&amp;lt;" = triangle left, "." = point, etc.&lt;/p&gt;

&lt;p&gt;For colors r,g,b,c,m,y,k are the basic colors, afterwhich tab:orange, tab:purple,, etc.&lt;/p&gt;

&lt;p&gt;Is there way to highlight the legend for marker or color when that list  is opened? Some of the syntax will be meaningless to some users.&lt;/p&gt;

&lt;p&gt;The Legen is currently in 2 columns not used for the 3D plot.&lt;/p&gt;

&lt;p&gt;Thank you&lt;/p&gt;

</description>
    </item>
    <item>
      <title>"Failed to build PyOpenGL_accelerate</title>
      <dc:creator>Stan Brown</dc:creator>
      <pubDate>Sat, 16 Nov 2024 18:20:09 +0000</pubDate>
      <link>https://dev.to/stainlessbrown/failed-to-build-pyopenglaccelerate-1g44</link>
      <guid>https://dev.to/stainlessbrown/failed-to-build-pyopenglaccelerate-1g44</guid>
      <description>&lt;p&gt;Hello (new guy)&lt;/p&gt;

&lt;p&gt;I followed the installation instructions but I get this at the same point of install&lt;/p&gt;

&lt;p&gt;_n cythonize_one&lt;br&gt;
          raise CompileError(None, pyx_file)&lt;br&gt;
      Cython.Compiler.Errors.CompileError: src/numpy_formathandler.pyx&lt;br&gt;
      [end of output]&lt;/p&gt;

&lt;p&gt;note: This error originates from a subprocess, and is likely not a problem with pip.&lt;br&gt;
  ERROR: Failed building wheel for PyOpenGL_accelerate&lt;br&gt;
Failed to build PyOpenGL_accelerate&lt;br&gt;
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (PyOpenGL_accelerate)_&lt;/p&gt;

&lt;p&gt;I have also tried to manually install, but same results&lt;/p&gt;

&lt;p&gt;OSX 12.7.6 Python3&lt;/p&gt;

&lt;p&gt;Right now just wanting to go through the basic / tutorial.&lt;/p&gt;

&lt;p&gt;I do have a 3D scatter plat script that functions, but to enter data, I open spreadsheet, enter data, save, then run script to see plot. I'm hoping PyOpenGL will allow me to have an open worksheet to enter/edit and see plots. &lt;/p&gt;

&lt;p&gt;The purpose of the 3D plot is for R G B color analysis&lt;/p&gt;

&lt;p&gt;How do I correct the error with _accelerate?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
