Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

My text strings in my plots either have garbage in them or they are not getting fully displayed. Whats the problem?

0
Posted

My text strings in my plots either have garbage in them or they are not getting fully displayed. Whats the problem?

0

PLCHHQ – CHARACTER NUMBER 10 (w) IS NOT A LEGAL FUNCTION CODE then most likely the problem is that you have a tilde character (“~”) in your string. By default, if PyNGL sees a tilde in your string, it’s expecting the next character to be a special “function code.” To get around this, you need to tell PyNGL that you don’t want the tilde character to represent the start of a function code. See the previous question on how to change your text function code. • How do I call a C or Fortran function or procedure from PyNGL? For extending with C or C++, see Extending and Embedding the Python Interpreter. This page describes how to write modules in C or C++ to extend the Python interpreter with new modules. Those modules can define new functions but also new object types and their methods. It also describes how to embed the Python interpreter in another application, for use as an extension language. See also SWIG. For extending with Fortran, see f2py. • How do I change the aspect ratio or size

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123